diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-04-11 08:52:12 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-04-11 08:52:12 +0000 |
commit | d6acb23faaf72020ac1405a9906a9f4d564954aa (patch) | |
tree | eda2e5a439822613ebe6cfbebbb134de1c69d564 | |
parent | aba4671a98621a66941816a3d8b0c4dfb92fd6ca (diff) | |
download | ports-d6acb23faaf72020ac1405a9906a9f4d564954aa.tar.gz ports-d6acb23faaf72020ac1405a9906a9f4d564954aa.zip |
Notes
-rw-r--r-- | security/pkcs11-helper/Makefile | 21 | ||||
-rw-r--r-- | security/pkcs11-helper/distinfo | 4 | ||||
-rw-r--r-- | security/pkcs11-helper/pkg-descr | 2 |
3 files changed, 10 insertions, 17 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index a4bd2723117a..4d0d00e09c48 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -2,25 +2,22 @@ # $FreeBSD$ PORTNAME= pkcs11-helper -PORTVERSION= 1.09 +PORTVERSION= 1.11 CATEGORIES= security devel -MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ +MASTER_SITES= SF/opensc/pkcs11-helper/ MAINTAINER= ale@FreeBSD.org COMMENT= A helper library for multiple PKCS\#11 providers -OPTIONS_DEFINE= DOCS - -LICENSE= BSD GPLv2 +LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/COPYING -LICENSE_FILE_BSD= ${WRKSRC}/COPYING.BSD +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/COPYING.BSD LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.GPL -USE_BZIP2= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -USES= pathfix pkgconfig +USES= libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ @@ -29,6 +26,8 @@ CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ CONFIGURE_ARGS= --disable-crypto-engine-gnutls \ --disable-crypto-engine-nss +OPTIONS_DEFINE= DOCS + PORTDOCS= * post-patch: @@ -36,11 +35,5 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} 's|install-data-am: install-apidocDATA|install-data-am:|' \ ${WRKSRC}/doc/api/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} 's|install-data-am: install-man install-nodist_htmlDATA|install-data-am: install-man|' \ - ${WRKSRC}/man/Makefile.in -.endif .include <bsd.port.mk> diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo index 258335589e22..6637711085ed 100644 --- a/security/pkcs11-helper/distinfo +++ b/security/pkcs11-helper/distinfo @@ -1,2 +1,2 @@ -SHA256 (pkcs11-helper-1.09.tar.bz2) = ed4f6db68458253599fbf0f8803f044a3448a49007ad072d54d0624953521885 -SIZE (pkcs11-helper-1.09.tar.bz2) = 375671 +SHA256 (pkcs11-helper-1.11.tar.bz2) = 05a078efe1261247f26751fa616de732a64dbe1ed6c83e8ea5e6e85d8f70ff2f +SIZE (pkcs11-helper-1.11.tar.bz2) = 380697 diff --git a/security/pkcs11-helper/pkg-descr b/security/pkcs11-helper/pkg-descr index b018719ce9d1..444902d0ac09 100644 --- a/security/pkcs11-helper/pkg-descr +++ b/security/pkcs11-helper/pkg-descr @@ -13,4 +13,4 @@ object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption. -WWW: http://www.opensc-project.org/pkcs11-helper/ +WWW: https://github.com/OpenSC/pkcs11-helper |