diff options
author | novel <novel@FreeBSD.org> | 2016-07-28 08:46:59 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-07-28 08:46:59 +0800 |
commit | d1c98a963e15d062cea22a4b8488cabc76c0303a (patch) | |
tree | 5e7f589d97b1929c5d53fee8d4fb37e563171644 /security/libtasn1 | |
parent | 35fe5b3ad4af44e802cd788ac96af4a5fc44e40c (diff) | |
download | freebsd-ports-gnome-d1c98a963e15d062cea22a4b8488cabc76c0303a.tar.gz freebsd-ports-gnome-d1c98a963e15d062cea22a4b8488cabc76c0303a.tar.zst freebsd-ports-gnome-d1c98a963e15d062cea22a4b8488cabc76c0303a.zip |
security/libtasn1: update to 4.9
Add '--disable-gcc-warnings' to CONFIGURE_ARGS to prevent
using '-Werror' that causes spurious build failures.
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 3 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 4737ca2972f3..b17d0b4dea45 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 4.8 +PORTVERSION= 4.9 CATEGORIES= security MASTER_SITES= GNU @@ -12,6 +12,7 @@ COMMENT= ASN.1 structure parser library USE_LDCONFIG= yes USES= cpe pkgconfig pathfix gmake libtool GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-gcc-warnings INSTALL_TARGET= install-strip CPE_VENDOR= gnu diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 51f49e69b223..09ce0832bbef 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,2 +1,3 @@ -SHA256 (libtasn1-4.8.tar.gz) = fa802fc94d79baa00e7397cedf29eb6827d4bd8b4dd77b577373577c93a8c513 -SIZE (libtasn1-4.8.tar.gz) = 1859924 +TIMESTAMP = 1469490814 +SHA256 (libtasn1-4.9.tar.gz) = 4f6f7a8fd691ac2b8307c8ca365bad711db607d4ad5966f6938a9d2ecd65c920 +SIZE (libtasn1-4.9.tar.gz) = 1864709 |