[41798] trunk/dports/devel/libedit/Portfile
gwright at macports.org
gwright at macports.org
Mon Nov 10 13:46:12 PST 2008
Revision: 41798
http://trac.macports.org/changeset/41798
Author: gwright at macports.org
Date: 2008-11-10 13:46:12 -0800 (Mon, 10 Nov 2008)
Log Message:
-----------
Bump to supported version 20080712-2.11.
Modified Paths:
--------------
trunk/dports/devel/libedit/Portfile
Modified: trunk/dports/devel/libedit/Portfile
===================================================================
--- trunk/dports/devel/libedit/Portfile 2008-11-10 20:51:18 UTC (rev 41797)
+++ trunk/dports/devel/libedit/Portfile 2008-11-10 21:46:12 UTC (rev 41798)
@@ -3,8 +3,8 @@
PortSystem 1.0
name libedit
-version 2.6.10
-revision 1
+version 20080712-2.11
+epoch 20081110
categories devel
maintainers nomaintainer
description command line editing and history library
@@ -12,32 +12,13 @@
libedit is a command line editing and history library. \
It is designed to be used by interactive programs that \
allow the user to type commands at a terminal prompt.
-homepage ftp://ftp.astron.com/pub/libedit/
platforms darwin
+homepage http://www.thrysoee.dk/editline/
master_sites ${homepage}
-checksums md5 b7b332b2db3ea11c1c457d610aa0bbeb \
- sha1 7fc660923eddf0ef984e88922f0e5a86d10f5a3b \
- rmd160 8d2b0a140b47ad53a47a8819d723ca63d8c9a7b3
-post-patch {
- reinplace "s|/man/man|/share/man/man|" \
- ${worksrcpath}/Makefile.in
- reinplace "s|-lncurses\"$|-L${prefix}/lib -lncurses\"|" \
- ${worksrcpath}/configure
-}
+checksums md5 140c56efbc68d7255b7045eb604e8a45 \
+ sha1 5d53aa79b73a160436ffd4eda5df08bcd347b6ab \
+ rmd160 fa45ed93c5f345fac82df39d23b0118082a515ce
-configure.args --disable-readline
-
-destroot.destdir PREFIX=${destroot}${prefix}
-
depends_lib port:ncurses
-# Avoid name clashes with readline port:
-post-destroot {
- file rename ${destroot}${prefix}/share/man/man3/history.3 \
- ${destroot}${prefix}/share/man/man3/el_history.3
- file rename ${destroot}${prefix}/share/man/man3/history_end.3 \
- ${destroot}${prefix}/share/man/man3/el_history_end.3
- file rename ${destroot}${prefix}/share/man/man3/history_init.3 \
- ${destroot}${prefix}/share/man/man3/el_history_init.3
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081110/f148a7de/attachment.html>
More information about the macports-changes
mailing list