diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-06 16:59:35 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2013-02-06 16:59:35 +0000 |
commit | 609c9997b575f077104882e54beff332da93c541 (patch) | |
tree | 03d45b471b0783e83682327ac94e621c6040a9f3 | |
parent | Update to 18.0.2 (diff) |
Update to 2.14.
This makes gnutls properly build with system libtasn1.
Submitted by: Herbert J. Skuhra <hskuhra@eumx.net>
Notes
Notes:
svn path=/head/; revision=311781
-rw-r--r-- | security/libtasn1/Makefile | 12 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 4 | ||||
-rw-r--r-- | security/libtasn1/pkg-plist | 2 |
3 files changed, 7 insertions, 11 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index c83970c0f441..23c4d47edd73 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: libtasn1 -# Date created: 15 Nov 2002 -# Whom: Sergei Kolobov <sergei@kolobov.com> -# +# Created by: Sergei Kolobov <sergei@kolobov.com> # $FreeBSD$ -# PORTNAME= libtasn1 -PORTVERSION= 2.13 +PORTVERSION= 2.14 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libtasn1 @@ -24,8 +20,7 @@ INFO= libtasn1 MAN1= asn1Parser.1 \ asn1Coding.1 \ asn1Decoding.1 -MAN3= \ - asn1_array2tree.3 \ +MAN3= asn1_array2tree.3 \ asn1_bit_der.3 \ asn1_check_version.3 \ asn1_copy_node.3 \ @@ -52,6 +47,7 @@ MAN3= \ asn1_parser2tree.3 \ asn1_perror.3 \ asn1_print_structure.3 \ + asn1_read_node_value.3 \ asn1_read_tag.3 \ asn1_read_value.3 \ asn1_strerror.3 \ diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 58594caa1911..27942c5bac54 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,2 +1,2 @@ -SHA256 (libtasn1-2.13.tar.gz) = a56e46483d1d42fe44ba58c9758620844042468d7c2d75f6318cdf3222745a91 -SIZE (libtasn1-2.13.tar.gz) = 1964659 +SHA256 (libtasn1-2.14.tar.gz) = bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54 +SIZE (libtasn1-2.14.tar.gz) = 1977010 diff --git a/security/libtasn1/pkg-plist b/security/libtasn1/pkg-plist index 965a9164ad1a..70c3be2347d8 100644 --- a/security/libtasn1/pkg-plist +++ b/security/libtasn1/pkg-plist @@ -6,7 +6,7 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.la lib/libtasn1.so -lib/libtasn1.so.4 +lib/libtasn1.so.5 libdata/pkgconfig/libtasn1.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS |