diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-07-05 13:00:25 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-07-05 13:00:25 +0000 |
commit | 50de46cb4f4c91570efc1ae8aa1573387fd02b21 (patch) | |
tree | efec01438156054593dd616e05607764c520d50e /security | |
parent | cf80917f40af4970c4c37df44682cbfff8523138 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pkcs11-helper/Makefile | 14 | ||||
-rw-r--r-- | security/pkcs11-helper/distinfo | 6 | ||||
-rw-r--r-- | security/pkcs11-helper/files/patch-configure | 13 |
3 files changed, 12 insertions, 21 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index e48d062094c6..96a984d15e15 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pkcs11-helper -PORTVERSION= 1.02 +PORTVERSION= 1.03 CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ @@ -22,16 +22,20 @@ USE_LDCONFIG= yes CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" -CONFIGURE_ARGS= --mandir=${PREFIX}/man +CONFIGURE_ARGS= --mandir=${PREFIX}/man \ + --disable-crypto-engine-gnutls -MAN8= pkcs11-helper.8 +MAN8= pkcs11-helper-1.8 PORTDOCS= * -.if defined(NOPORTDOCS) post-patch: - @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am|' + @${REINPLACE_CMD} 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|' \ + ${WRKSRC}/configure +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am|' \ ${WRKSRC}/Makefile.in .endif + .include <bsd.port.mk> diff --git a/security/pkcs11-helper/distinfo b/security/pkcs11-helper/distinfo index 8056c28fc19c..774cef549d51 100644 --- a/security/pkcs11-helper/distinfo +++ b/security/pkcs11-helper/distinfo @@ -1,3 +1,3 @@ -MD5 (pkcs11-helper-1.02.tar.bz2) = db8a23bee8fb31f0f3a23666f0a6e057 -SHA256 (pkcs11-helper-1.02.tar.bz2) = 9596b41a9dbc04b482835c1976580f527a05a675360604bb3620b985699ad184 -SIZE (pkcs11-helper-1.02.tar.bz2) = 325416 +MD5 (pkcs11-helper-1.03.tar.bz2) = 4ca477f320388097e0a496779eb1a07f +SHA256 (pkcs11-helper-1.03.tar.bz2) = 3238d0356b8e24e90b76c6fb264ddc6e559b07a341fb2e8f474ea5ee0eb7a47a +SIZE (pkcs11-helper-1.03.tar.bz2) = 327123 diff --git a/security/pkcs11-helper/files/patch-configure b/security/pkcs11-helper/files/patch-configure deleted file mode 100644 index fb26ec8dc2e5..000000000000 --- a/security/pkcs11-helper/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Mon Jan 8 10:03:39 2007 -+++ configure Mon Jan 8 10:05:15 2007 -@@ -22472,8 +22472,8 @@ - PKCS11H_FEATURES="${PKCS11H_FEATURES} engine_crypto" - fi - --docdir="${docdir}-${PACKAGE_VERSION}" --pkgconfigdir="${libdir}/pkgconfig" -+docdir="${docdir}" -+pkgconfigdir="${prefix}/libdata/pkgconfig" - - - |