[42572] trunk/dports/devel/autobuild/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Mon Nov 24 13:30:01 PST 2008


Revision: 42572
          http://trac.macports.org/changeset/42572
Author:   mcalhoun at macports.org
Date:     2008-11-24 13:30:01 -0800 (Mon, 24 Nov 2008)
Log Message:
-----------
autobuild: version update 3.3 -> 4.0
Changed perl dependency (see #16830).

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

Modified: trunk/dports/devel/autobuild/Portfile
===================================================================
--- trunk/dports/devel/autobuild/Portfile	2008-11-24 19:51:49 UTC (rev 42571)
+++ trunk/dports/devel/autobuild/Portfile	2008-11-24 21:30:01 UTC (rev 42572)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 
 name			autobuild
-version			3.3
+version			4.0
 categories		devel
 platforms		darwin
 maintainers		nomaintainer
@@ -18,10 +18,15 @@
 					to simplify browsing.
 
 homepage		http://josefsson.org/autobuild/
-master_sites	${homepage}/releases/
-checksums		md5 4ab6ff0d8790efc627df3336882ef982
+master_sites	http://download.savannah.gnu.org/releases/${name}/
+checksums		md5 9219eb97fd5ba770c912937cb6e85db7 \
+			sha1 556cd12ad9d23a264a470ae63166c96980ee9faa \
+			rmd160 ce7a682d8ff956dfa1900d223f986a51a72175f6
 
-depends_lib		bin:perl:perl5.8
+depends_lib		path:bin/perl:perl5
+configure.perl          ${prefix}/bin/perl
 
-configure.args	--mandir=${prefix}/share/man \
-				--infodir=${prefix}/share/info
+post-configure {
+    reinplace "s|#!/usr/bin/perl|#!${configure.perl}|" \
+        ${worksrcpath}/autobuild
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081124/1ac225da/attachment.html>


More information about the macports-changes mailing list