diff options
author | tijl <tijl@FreeBSD.org> | 2015-04-03 22:06:06 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-04-03 22:06:06 +0800 |
commit | 04e79228855210612131df51cac226a3d046d9ca (patch) | |
tree | 4aa361f854718a6a355bff40aca665d7f7a2d18d /devel | |
parent | 05ac8438471da3fcc59ca4c864a41cf0e3d8458d (diff) | |
download | freebsd-ports-gnome-04e79228855210612131df51cac226a3d046d9ca.tar.gz freebsd-ports-gnome-04e79228855210612131df51cac226a3d046d9ca.tar.zst freebsd-ports-gnome-04e79228855210612131df51cac226a3d046d9ca.zip |
- Update devel/libtool and devel/libltdl to 2.4.6 [1]
- Add cpe string [2]
PR: 199094 [1], 198836 [2]
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool/Makefile.common | 7 | ||||
-rw-r--r-- | devel/libtool/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index bf4095650c22..d58831f56a76 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. CATEGORIES= devel MASTER_SITES= GNU/libtool @@ -9,4 +9,7 @@ DISTNAME= libtool-${PORTVERSION} MAINTAINER= autotools@FreeBSD.org DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo -USES= tar:xz +USES= cpe gmake tar:xz + +CPE_VENDOR= gnu +CPE_PRODUCT= libtool diff --git a/devel/libtool/distinfo b/devel/libtool/distinfo index a743169c2ce0..ad91ca4e3da4 100644 --- a/devel/libtool/distinfo +++ b/devel/libtool/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtool-2.4.5.tar.xz) = 84aac136513b009278896ffa255e4d685bcdb0cb0e5363be36adad64c986177e -SIZE (libtool-2.4.5.tar.xz) = 971620 +SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f +SIZE (libtool-2.4.6.tar.xz) = 973080 |