Revision: 132589 https://trac.macports.org/changeset/132589 Author: larryv@macports.org Date: 2015-02-05 09:39:49 -0800 (Thu, 05 Feb 2015) Log Message: ----------- libtool: Update to 2.4.5 (#46635) Also make GNU M4 a library dependency, since it's required at configure time now. Modified Paths: -------------- trunk/dports/devel/libtool/Portfile Modified: trunk/dports/devel/libtool/Portfile =================================================================== --- trunk/dports/devel/libtool/Portfile 2015-02-05 16:37:16 UTC (rev 132588) +++ trunk/dports/devel/libtool/Portfile 2015-02-05 17:39:49 UTC (rev 132589) @@ -4,9 +4,12 @@ PortSystem 1.0 name libtool -version 2.4.4 +version 2.4.5 categories devel sysutils platforms darwin freebsd +# The libltdl library will probably be removed in the next release +# (http://lists.gnu.org/archive/html/libtool/2015-01/msg00004.html). +#supported_archs noarch # Scripts are GPL-2+, libltdl is LGPL-2+, but all parts that tend to be # distributed with dependents have a licensing exception that allows # distribution under the same terms as the rest of the program. @@ -22,13 +25,14 @@ if {${os.platform} ne "darwin"} { depends_lib port:grep port:gsed } -# libtoolize requires GNU M4 as of 2.4.3 +# libtoolize requires GNU M4 at runtime as of 2.4.3 and at configure +# time as of 2.4.5. # (http://lists.gnu.org/archive/html/libtool/2014-12/msg00000.html). -depends_run bin:gm4:m4 +depends_lib bin:gm4:m4 master_sites gnu -checksums rmd160 5dd509e9815171cbef1c8496976d0db6bef68f63 \ - sha256 159d4e20c201f929e3562536d3ae6b5e605403fa4bb4e72ef197a4e162c3fedf +checksums rmd160 fc319ae4cd5ea8da28b46448b501b4533b9c143e \ + sha256 509cb49c7de14ce7eaf88993cf09fd4071882699dfd874c2e95b31ab107d6987 platform darwin { configure.env GREP=/usr/bin/grep \
participants (1)
-
larryv@macports.org