diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:01:41 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-05 16:01:41 +0000 |
commit | 6df9824dff3842e3ad63f19ac2f1e81cbeb523fc (patch) | |
tree | cc66cc31685985af609e8de8d018de66a5a8136b /security/libtasn1 | |
parent | 02fdfe4083b97892c50d1c7e0118a40c903ab99f (diff) | |
download | ports-6df9824dff3842e3ad63f19ac2f1e81cbeb523fc.tar.gz ports-6df9824dff3842e3ad63f19ac2f1e81cbeb523fc.zip |
Notes
Diffstat (limited to 'security/libtasn1')
-rw-r--r-- | security/libtasn1/Makefile | 19 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 6 | ||||
-rw-r--r-- | security/libtasn1/pkg-plist | 2 |
3 files changed, 16 insertions, 11 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 28271b1de7b2..f7ce7145f066 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -6,13 +6,10 @@ # PORTNAME= libtasn1 -PORTVERSION= 0.2.18 -PORTREVISION= 1 +PORTVERSION= 0.3.1 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_GNUPG} \ - http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ - ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ +MASTER_SITES= ftp://ftp.gnutls.org/pub/gnutls/libtasn1/ \ + http://josefsson.org/gnutls/releases/libtasn1/ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 MAINTAINER= novel@FreeBSD.org @@ -21,7 +18,6 @@ COMMENT= ASN.1 structure parser library INSTALLS_SHLIB= yes USE_GNOME= pkgconfig GNU_CONFIGURE= yes -USE_REINPLACE= yes USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -30,7 +26,9 @@ DOCS= AUTHORS NEWS README THANKS doc/TODO \ INFO= libtasn1 MAN3= \ asn1_array2tree.3 \ + asn1_bit_der.3 \ asn1_check_version.3 \ + asn1_copy_node.3 \ asn1_create_element.3 \ asn1_delete_element.3 \ asn1_delete_structure.3 \ @@ -40,8 +38,15 @@ MAN3= \ asn1_der_decoding_startEnd.3 \ asn1_expand_any_defined_by.3 \ asn1_expand_octet_string.3 \ + asn1_find_node.3 \ asn1_find_structure_from_oid.3 \ + asn1_get_bit_der.3 \ + asn1_get_length_der.3 \ + asn1_get_octet_der.3 \ + asn1_get_tag_der.3 \ + asn1_length_der.3 \ asn1_number_of_elements.3 \ + asn1_octet_der.3 \ asn1_parser2array.3 \ asn1_parser2tree.3 \ asn1_print_structure.3 \ diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 040598e72977..940cec81fcdd 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,3 +1,3 @@ -MD5 (libtasn1-0.2.18.tar.gz) = e44a58746803de101c55ae8683d677a1 -SHA256 (libtasn1-0.2.18.tar.gz) = 2ba2a5faec8ecf05d90e88157ba74b1873e1ee4aa89865c83a955cf3114d0058 -SIZE (libtasn1-0.2.18.tar.gz) = 904105 +MD5 (libtasn1-0.3.1.tar.gz) = f56641ed0e1ee4d1903ba25ab046ed45 +SHA256 (libtasn1-0.3.1.tar.gz) = 3072f7417cf83896f20522181a40a3d4f15f4724a0307e2477b9cc848934f40b +SIZE (libtasn1-0.3.1.tar.gz) = 1241622 diff --git a/security/libtasn1/pkg-plist b/security/libtasn1/pkg-plist index a8c70d1cffb8..5aa13a79d7fe 100644 --- a/security/libtasn1/pkg-plist +++ b/security/libtasn1/pkg-plist @@ -4,7 +4,7 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.la lib/libtasn1.so -lib/libtasn1.so.2 +lib/libtasn1.so.3 libdata/pkgconfig/libtasn1.pc share/aclocal/libtasn1.m4 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |