Revision: 149800 https://trac.macports.org/changeset/149800 Author: jmr@macports.org Date: 2016-06-29 23:28:18 -0700 (Wed, 29 Jun 2016) Log Message: ----------- libedit: update to 20160618 Modified Paths: -------------- trunk/dports/devel/libedit/Portfile Added Paths: ----------- trunk/dports/devel/libedit/files/doc__Makefile.in.patch Removed Paths: ------------- trunk/dports/devel/libedit/files/patch-Makefile.in.diff Modified: trunk/dports/devel/libedit/Portfile =================================================================== --- trunk/dports/devel/libedit/Portfile 2016-06-30 01:47:50 UTC (rev 149799) +++ trunk/dports/devel/libedit/Portfile 2016-06-30 06:28:18 UTC (rev 149800) @@ -6,7 +6,7 @@ name libedit epoch 20090923 -version 20150325-3.1 +version 20160618-3.1 categories devel platforms darwin license BSD @@ -17,17 +17,17 @@ It is designed to be used by interactive programs that \ allow the user to type commands at a terminal prompt. -homepage http://www.thrysoee.dk/editline/ +homepage http://thrysoee.dk/editline/ master_sites ${homepage} -checksums rmd160 76fb284ada78215c17d886b2c0ea13c6b3b79329 \ - sha256 c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 +checksums rmd160 8844a78eea1029a3bebcf490e8b12dbf1eb1dbdd \ + sha256 b6b159c0c6ec8a7f349ea2a75d8b960efa346c462c1ac4921f1ac0de85a9f5d6 depends_lib port:ncurses -patchfiles patch-Makefile.in.diff +patchfiles doc__Makefile.in.patch -configure.args --enable-widec --disable-silent-rules +configure.args --disable-silent-rules --disable-examples livecheck.type regex livecheck.url ${master_sites} Added: trunk/dports/devel/libedit/files/doc__Makefile.in.patch =================================================================== --- trunk/dports/devel/libedit/files/doc__Makefile.in.patch (rev 0) +++ trunk/dports/devel/libedit/files/doc__Makefile.in.patch 2016-06-30 06:28:18 UTC (rev 149800) @@ -0,0 +1,15 @@ +--- 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) Deleted: trunk/dports/devel/libedit/files/patch-Makefile.in.diff =================================================================== --- trunk/dports/devel/libedit/files/patch-Makefile.in.diff 2016-06-30 01:47:50 UTC (rev 149799) +++ trunk/dports/devel/libedit/files/patch-Makefile.in.diff 2016-06-30 06:28:18 UTC (rev 149800) @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2015-03-26 07:10:27.000000000 +1100 -+++ Makefile.in 2015-08-19 17:32:47.000000000 +1000 -@@ -187,7 +187,7 @@ - ETAGS = etags - CTAGS = ctags - CSCOPE = cscope --DIST_SUBDIRS = src examples doc -+DIST_SUBDIRS = src doc - am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \ - $(srcdir)/libedit.pc.in COPYING ChangeLog INSTALL THANKS \ - compile config.guess config.sub depcomp install-sh ltmain.sh \ -@@ -355,7 +355,7 @@ - AUTOMAKE_OPTIONS = foreign - ACLOCAL_AMFLAGS = -I m4 - @ENABLE_EXAMPLES_TRUE@EXAMPLES_DIR = examples --SUBDIRS = src $(EXAMPLES_DIR) doc -+SUBDIRS = src doc - EXTRA_DIST = libedit.pc.in - pkgconfigdir = $(libdir)/pkgconfig - pkgconfig_DATA = libedit.pc