From 5ced0d4d90d41787579cf3d756ab83a4f4fb9104 Mon Sep 17 00:00:00 2001 From: Sergey Fedorov Date: Sun, 25 Aug 2024 06:50:54 +0800 Subject: [PATCH] libedit: update to 20240808-3.1 --- devel/libedit/Portfile | 11 ++++------- devel/libedit/files/doc__Makefile.in.patch | 15 --------------- 2 files changed, 4 insertions(+), 22 deletions(-) delete mode 100644 devel/libedit/files/doc__Makefile.in.patch diff --git a/devel/libedit/Portfile b/devel/libedit/Portfile index 045a30f14488c..1cb96a971b09e 100644 --- a/devel/libedit/Portfile +++ b/devel/libedit/Portfile @@ -6,7 +6,7 @@ PortGroup clang_dependency 1.0 name libedit epoch 20090923 -version 20240517-3.1 +version 20240808-3.1 revision 0 categories devel license BSD @@ -22,9 +22,9 @@ homepage https://thrysoee.dk/editline/ master_sites ${homepage} \ http://download.openpkg.org/components/cache/libedit/ -checksums rmd160 eabce00600ed3baf84d1d579a0767b51d68fec17 \ - sha256 3a489097bb4115495f3bd85ae782852b7097c556d9500088d74b6fa38dbd12ff \ - size 534690 +checksums rmd160 07f3ce9dc809cf443885c7d035fa7446dda5522a \ + sha256 5f0573349d77c4a48967191cdd6634dd7aa5f6398c6a57fe037cc02696d6099f \ + size 538611 depends_lib port:ncurses @@ -33,9 +33,6 @@ if {${os.platform} eq "darwin" && ${os.major} < 11 && ${cxx_stdlib} eq "libc++"} clang_dependency.extra_versions 3.7 } -# rename man files to avoid conflict with readline -patchfiles-append doc__Makefile.in.patch - # add missing includes for types used in getline and wcsdup declarations # see https://trac.macports.org/ticket/51891 patchfiles-append src__sys.h.patch diff --git a/devel/libedit/files/doc__Makefile.in.patch b/devel/libedit/files/doc__Makefile.in.patch deleted file mode 100644 index 232badd1f0280..0000000000000 --- a/devel/libedit/files/doc__Makefile.in.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- doc/Makefile.in.orig 2016-06-18 22:35:31.000000000 +1000 -+++ doc/Makefile.in 2016-06-30 16:23:34.000000000 +1000 -@@ -278,10 +278,10 @@ - EL_MAN_LINKS = el_deletestr.3 el_end.3 el_get.3 el_getc.3 el_gets.3 \ - el_init.3 el_init_fd.3 el_insertstr.3 el_line.3 el_parse.3 \ - el_push.3 el_reset.3 el_resize.3 el_set.3 el_source.3 \ -- history.3 history_end.3 history_init.3 tok_end.3 tok_init.3 \ -+ el_history.3 history_end.3 history_init.3 tok_end.3 tok_init.3 \ - tok_line.3 tok_reset.3 tok_str.3 el_wdeletestr.3 el_wget.3 \ - el_wgetc.3 el_wgets.3 el_winsertstr.3 el_wline.3 el_wparse.3 \ -- el_wpush.3 el_wset.3 history_w.3 history_wend.3 \ -+ el_wpush.3 el_wset.3 el_history_w.3 history_wend.3 \ - history_winit.3 tok_wend.3 tok_winit.3 tok_wline.3 \ - tok_wreset.3 tok_wstr.3 - CLEANFILES = $(EL_MANS)