[51587] trunk/dports/devel/libedit/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Thu May 28 00:02:59 PDT 2009


Revision: 51587
          http://trac.macports.org/changeset/51587
Author:   mcalhoun at macports.org
Date:     2009-05-28 00:02:59 -0700 (Thu, 28 May 2009)
Log Message:
-----------
libedit: Update version 20090111-3.0 --> 20090503-3.0.
Add more comments to the fix for #19758.

Modified Paths:
--------------
    trunk/dports/devel/libedit/Portfile

Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile	2009-05-28 06:17:05 UTC (rev 51586)
+++ trunk/dports/devel/libedit/Portfile	2009-05-28 07:02:59 UTC (rev 51587)
@@ -5,9 +5,8 @@
 PortGroup  muniversal 1.0
 
 name             libedit
-version          20090111-3.0
-revision         1
-epoch		 20090111
+version          20090503-3.0
+epoch		 20090503
 categories       devel
 maintainers      mcalhoun openmaintainer
 description      command line editing and history library
@@ -19,15 +18,16 @@
 homepage         http://www.thrysoee.dk/editline/
 master_sites     ${homepage}
 
-checksums        md5     a9d91e975c2913bc3dbdfcc72b80e994 \
-                 sha1    ea1c4b010a787e2b906d029fb420e4bf7eaeadb7 \
-                 rmd160  d81139121f9055611a3037bd825cdbca53b4c281
+checksums        md5     278d11fb176ffab486277ac2e2b3abac \
+                 sha1    47a4aac363e442b2b9c0a3a0a28a0256634b546d \
+                 rmd160  51644f7a32ea70b6bb729c0fc12fc0c1abbda147
 
 depends_lib      port:ncurses
 
-# Force it to find the MacPorts ncurses install.
-configure.cppflags-append -I${prefix}/include/ncurses
-configure.args   ac_cv_lib_curses_tgetent=no
+# Find MacPorts ncurses header files.
+configure.cppflags-append  -I${prefix}/include/ncurses
+# Don't try to find libcurses.dyilb since MacPorts ncurses does not provide it.
+configure.env-append       ac_cv_lib_curses_tgetent=no
 
 livecheck.check regex
 livecheck.url   ${master_sites}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090528/3efb6d8a/attachment.html>


More information about the macports-changes mailing list