[150718] trunk/dports/devel/libtool/Portfile
larryv at macports.org
larryv at macports.org
Wed Jul 27 11:31:15 PDT 2016
Revision: 150718
https://trac.macports.org/changeset/150718
Author: larryv at macports.org
Date: 2016-07-27 11:31:15 -0700 (Wed, 27 Jul 2016)
Log Message:
-----------
libtool: Tweak formatting and homepage
- Specify HTTPS homepage to avoid redirect.
- Avoid multiple `touch` invocations.
- Keep two-item lists on one line. Personal preference.
Modified Paths:
--------------
trunk/dports/devel/libtool/Portfile
Modified: trunk/dports/devel/libtool/Portfile
===================================================================
--- trunk/dports/devel/libtool/Portfile 2016-07-27 16:03:38 UTC (rev 150717)
+++ trunk/dports/devel/libtool/Portfile 2016-07-27 18:31:15 UTC (rev 150718)
@@ -18,7 +18,7 @@
long_description GNU libtool is a generic library support script. \
Libtool hides the complexity of using shared \
libraries behind a consistent, portable interface.
-homepage http://www.gnu.org/software/libtool/
+homepage https://www.gnu.org/software/libtool
master_sites gnu
checksums rmd160 6f4b4c3e89426652da3acffa707f71bb4ccee26a \
@@ -28,8 +28,7 @@
patchfiles hardcode-m4.patch asan.patch
post-patch {
# Stop build from trying to regenerate these after patching.
- touch ${worksrcpath}/doc/libtool.1
- touch ${worksrcpath}/doc/libtoolize.1
+ touch ${worksrcpath}/doc/libtool.1 ${worksrcpath}/doc/libtoolize.1
}
# Leopard and later provide GNU M4 1.4.6, which works fine. Tiger's
@@ -54,8 +53,7 @@
configure.fc no
configure.f77 no
-configure.args --disable-silent-rules \
- --program-prefix=g
+configure.args --disable-silent-rules --program-prefix=g
post-destroot {
set gnubin ${prefix}/libexec/gnubin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160727/ea68d6e1/attachment.html>
More information about the macports-changes
mailing list