[52416] trunk/dports/devel/autoconf/Portfile
ram at macports.org
ram at macports.org
Mon Jun 15 21:36:47 PDT 2009
Revision: 52416
http://trac.macports.org/changeset/52416
Author: ram at macports.org
Date: 2009-06-15 21:36:46 -0700 (Mon, 15 Jun 2009)
Log Message:
-----------
devel/autoconf: whitespace only changes
Modified Paths:
--------------
trunk/dports/devel/autoconf/Portfile
Modified: trunk/dports/devel/autoconf/Portfile
===================================================================
--- trunk/dports/devel/autoconf/Portfile 2009-06-16 04:36:39 UTC (rev 52415)
+++ trunk/dports/devel/autoconf/Portfile 2009-06-16 04:36:46 UTC (rev 52416)
@@ -1,43 +1,42 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name autoconf
-version 2.63
-categories devel
-maintainers ram openmaintainer
-platforms darwin
-homepage http://www.gnu.org/software/autoconf/
-master_sites gnu
-use_bzip2 yes
+name autoconf
+version 2.63
+categories devel
+maintainers ram openmaintainer
+platforms darwin
-description \
- Automatically configures software for compilation
-
+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.
+ 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.
-checksums md5 7565809ed801bb5726da0631ceab3699 \
- sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \
- rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256
+homepage http://www.gnu.org/software/autoconf/
+master_sites gnu
+use_bzip2 yes
-depends_lib path:bin/perl:perl5 \
- port:m4 \
- port:help2man
+checksums md5 7565809ed801bb5726da0631ceab3699 \
+ sha1 f15e14aa34acf871b47f659ef99a2e6707db4a18 \
+ rmd160 273448a60bc4dfcfcb3ee455ef012333eeca3256
+depends_lib path:bin/perl:perl5 \
+ port:m4 \
+ port:help2man
+
# If libtool is eventually installed, it will provide glibtoolize (not libtoolize)
post-patch {
- reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
+ reinplace "s|'libtoolize'|'glibtoolize'|" ${worksrcpath}/bin/autoreconf.in
}
-configure.perl ${prefix}/bin/perl
+configure.perl ${prefix}/bin/perl
-livecheck.check regex
-livecheck.url http://ftp.gnu.org/gnu/${name}/?C=M&O=D
-livecheck.regex ${name}-(\\d+\\.\\d+)
+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/20090615/9a889a6c/attachment-0001.html>
More information about the macports-changes
mailing list