diff options
author | ade <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-06-06 10:36:00 +0800 |
commit | 734bfd64dcd148626e4859bd80e94ec0ef7cf8f6 (patch) | |
tree | 3cacce88dc1eb8c4870e7575a2ece358defcef5e /devel/libtool15 | |
parent | 2d99f61c6edb9581e8fab703b63985f29445e2e5 (diff) | |
download | freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.tar.gz freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.tar.zst freebsd-ports-gnome-734bfd64dcd148626e4859bd80e94ec0ef7cf8f6.zip |
Major autotools-related update:
automake 1.10 -> 1.10.1
gettext 0.16.1 -> 0.17
libtool 1.5.24 -> 1.5.26
m4 1.4.9 -> 1.4.11
Please see ports/UPDATING entry 20080605 for further information.
PR: 123450
Tested by: Full -exp package building run
Thanks to: linimon, pav
Approved by: portmgr
Diffstat (limited to 'devel/libtool15')
-rw-r--r-- | devel/libtool15/Makefile | 4 | ||||
-rw-r--r-- | devel/libtool15/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile index 6eb211e39d51..ec76b14994f9 100644 --- a/devel/libtool15/Makefile +++ b/devel/libtool15/Makefile @@ -6,7 +6,7 @@ # PORTNAME?= libtool -PORTVERSION= 1.5.24 +PORTVERSION= 1.5.26 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtool @@ -15,7 +15,7 @@ DISTNAME= libtool-${PORTVERSION} MAINTAINER= ade@FreeBSD.org COMMENT?= Generic shared library support script -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS?= --disable-ltdl-install CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/devel/libtool15/distinfo b/devel/libtool15/distinfo index 8b6572e6db8c..b2248ec76640 100644 --- a/devel/libtool15/distinfo +++ b/devel/libtool15/distinfo @@ -1,3 +1,3 @@ -MD5 (libtool-1.5.24.tar.gz) = d0071c890101fcf4f2be8934a37841b0 -SHA256 (libtool-1.5.24.tar.gz) = 1e54016a76e9704f11eccf9bb73e2faa0699f002b00b6630df82b8882ff2e5b2 -SIZE (libtool-1.5.24.tar.gz) = 2919557 +MD5 (libtool-1.5.26.tar.gz) = aa9c5107f3ec9ef4200eb6556f3b3c29 +SHA256 (libtool-1.5.26.tar.gz) = 1c35ae34fe85aa167bd7ab4bc9f477fe019138e1af62678d952fc43c0b7e2f09 +SIZE (libtool-1.5.26.tar.gz) = 2961939 |