diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-07 12:26:09 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-02-07 12:26:09 +0000 |
commit | 70a62ceee1335f476857b82bd5a32da7e8a48e65 (patch) | |
tree | 1335a720b2ffce1d682ed3ee5421cdbc68d647ba /security | |
parent | - Attempt to check PGP signature of the tarball (using experimental (diff) |
- Update to 0.2.13
- Install info and man pages
- Verify PGP signatures if USE_GPG infrastructure is available
Notes
Notes:
svn path=/head/; revision=128222
Diffstat (limited to 'security')
-rw-r--r-- | security/libtasn1/Makefile | 32 | ||||
-rw-r--r-- | security/libtasn1/distinfo | 6 | ||||
-rw-r--r-- | security/libtasn1/pkg-plist | 7 |
3 files changed, 37 insertions, 8 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index 9ea75eb73c07..b4e62aeaa0e2 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libtasn1 -PORTVERSION= 0.2.10 +PORTVERSION= 0.2.13 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \ @@ -17,12 +17,38 @@ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1 MAINTAINER= sergei@FreeBSD.org COMMENT= ASN.1 structure parser library -USE_LIBTOOL_VER=15 +USE_GPG= yes +SIG_SUFFIX= .sig INSTALLS_SHLIB= yes +USE_LIBTOOL_VER= 15 USE_GETOPT_LONG= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -DOCS= AUTHORS NEWS README THANKS doc/asn1.ps doc/asn1.tex doc/fdl.tex +DOCS= AUTHORS NEWS README THANKS doc/TODO \ + doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps +INFO= libtasn1 +MAN3= \ + asn1_array2tree.3 \ + asn1_check_version.3 \ + asn1_create_element.3 \ + asn1_delete_element.3 \ + asn1_delete_structure.3 \ + asn1_der_coding.3 \ + asn1_der_decoding.3 \ + asn1_der_decoding_element.3 \ + asn1_der_decoding_startEnd.3 \ + asn1_expand_any_defined_by.3 \ + asn1_expand_octet_string.3 \ + asn1_find_structure_from_oid.3 \ + asn1_number_of_elements.3 \ + asn1_parser2array.3 \ + asn1_parser2tree.3 \ + asn1_print_structure.3 \ + asn1_read_tag.3 \ + asn1_read_value.3 \ + asn1_write_value.3 \ + libtasn1_perror.3 \ + libtasn1_strerror.3 .if !defined(NOPORTDOCS) post-install: diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo index 20848936d4b0..7c575c0b3254 100644 --- a/security/libtasn1/distinfo +++ b/security/libtasn1/distinfo @@ -1,2 +1,4 @@ -MD5 (libtasn1-0.2.10.tar.gz) = 9b1547cb9d27aa70fe872a06d5fe3be0 -SIZE (libtasn1-0.2.10.tar.gz) = 534008 +MD5 (libtasn1-0.2.13.tar.gz) = d124b11908cfb88883fe71472c25d53a +SIZE (libtasn1-0.2.13.tar.gz) = 876331 +MD5 (libtasn1-0.2.13.tar.gz.sig) = f574337b4b875ca055ce8affc21bc8b3 +SIZE (libtasn1-0.2.13.tar.gz.sig) = 184 diff --git a/security/libtasn1/pkg-plist b/security/libtasn1/pkg-plist index 69607d861f74..3b65d81ec74b 100644 --- a/security/libtasn1/pkg-plist +++ b/security/libtasn1/pkg-plist @@ -9,7 +9,8 @@ share/aclocal/libtasn1.m4 %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/asn1.ps -%%PORTDOCS%%%%DOCSDIR%%/asn1.tex -%%PORTDOCS%%%%DOCSDIR%%/fdl.tex +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/libtasn1.html +%%PORTDOCS%%%%DOCSDIR%%/libtasn1.pdf +%%PORTDOCS%%%%DOCSDIR%%/libtasn1.ps %%PORTDOCS%%@dirrm %%DOCSDIR%% |