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

nox at macports.org nox at macports.org
Sun Jan 27 06:27:47 PST 2008


Revision: 33460
          http://trac.macosforge.org/projects/macports/changeset/33460
Author:   nox at macports.org
Date:     2008-01-27 06:25:32 -0800 (Sun, 27 Jan 2008)

Log Message:
-----------
autoconf: Whitespace changes.

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

Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile	2008-01-27 14:14:57 UTC (rev 33459)
+++ trunk/dports/devel/autoconf/Portfile	2008-01-27 14:25:32 UTC (rev 33460)
@@ -1,35 +1,45 @@
 # $Id$
 
-PortSystem 1.0
-name		autoconf
-version		2.61
-revision	1
-categories	devel
-maintainers	nomaintainer
-description	Automatically configures software for compilation
-long_description	\
-	Autoconf is an extensible package of m4 macros that produce \
-	shell scripts to automatically configure software source code \
-	packages. These scripts can adapt the packages to many kinds \
-	of UNIX-like systems without manual user intervention. \
-	Autoconf creates a configuration script for a package from a \
-	template file that lists the operating system features that \
-	the package can use, in the form of m4 macro calls.
-homepage	http://www.gnu.org/software/autoconf/
-platforms	darwin
-master_sites	gnu
+PortSystem      1.0
+
+name            autoconf
+version         2.61
+revision        1
+categories      devel
+maintainers     nomaintainer
+platforms       darwin
+description     Automatically configures software for compilation
+
+long_description \
+    Autoconf is an extensible package of m4 macros that produce \
+    shell scripts to automatically configure software source code \
+    packages. These scripts can adapt the packages to many kinds \
+    of UNIX-like systems without manual user intervention. \
+    Autoconf creates a configuration script for a package from a \
+    template file that lists the operating system features that \
+    the package can use, in the form of m4 macro calls.
+
+homepage        http://www.gnu.org/software/autoconf/
+master_sites    gnu
 use_bzip2       yes
-checksums	md5 36d3fe706ad0950f1be10c46a429efe0 \
-    sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 \
-    rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6
-configure.args	--mandir=${prefix}/share/man \
-		--infodir=${prefix}/share/info
-depends_lib	bin:perl:perl5.8 port:m4 port:help2man
-depends_run	port:libtool
+
 post-patch {
-	reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
+    reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
 }
 
-livecheck.check	regex
-livecheck.url	http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex	${name}-(\\d+\\.\\d+)
+checksums       md5 36d3fe706ad0950f1be10c46a429efe0 \
+                sha1 cc4b2f1a3e41f5542594b089ecdf7974890b3190 \
+                rmd160 85c49124856eec74375f0a786d2aa7e6bd28a0e6
+
+depends_lib     bin:perl:perl5.8 \
+                port:m4 \
+                port:help2man
+
+depends_run     port:libtool
+
+configure.args  --mandir=${prefix}/share/man \
+                --infodir=${prefix}/share/info
+
+livecheck.check regex
+livecheck.url   http://ftp.gnu.org/gnu/${name}/?C=M&O=D
+livecheck.regex ${name}-(\\d+\\.\\d+)

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080127/4ffcc2c7/attachment.html


More information about the macports-changes mailing list