[41378] trunk/dports/devel/autoconf/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Fri Oct 31 22:00:28 PDT 2008


Revision: 41378
          http://trac.macports.org/changeset/41378
Author:   mcalhoun at macports.org
Date:     2008-10-31 22:00:28 -0700 (Fri, 31 Oct 2008)
Log Message:
-----------
autoconf: update to 2.63 and ensure MacPorts perl is used.

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

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2008-11-01 04:47:12 UTC (rev 41377)
+++ trunk/dports/devel/autoconf/Portfile	2008-11-01 05:00:28 UTC (rev 41378)
@@ -3,7 +3,7 @@
 PortSystem      1.0
 
 name            autoconf
-version         2.62
+version         2.63
 categories      devel
 maintainers     nomaintainer
 platforms       darwin
@@ -22,20 +22,20 @@
 master_sites    gnu
 use_bzip2       yes
 
+# If libtool is eventually installed, it will provide glibtoolize (not libtoolize)
 post-patch {
     reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
 }
 
-checksums       md5 e1fb8fe0b22e651240afdfa2be537a3c \
-                sha1 de2b6f57da07427794c56e25844e31f35fc46755 \
-                rmd160 7920ad047a13f7c8f1e915c47739aff447dfe1ed
+checksums       md5 7565809ed801bb5726da0631ceab3699 \
+                sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \
+                rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256
 
-depends_lib     bin:perl:perl5.8 \
+depends_lib     path:${prefix}/bin/perl:perl5 \
                 port:m4 \
                 port:help2man
 
-configure.args  --mandir=${prefix}/share/man \
-                --infodir=${prefix}/share/info
+configure.perl ${prefix}/bin/perl
 
 livecheck.check regex
 livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081031/79060e23/attachment.html>


More information about the macports-changes mailing list