diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 09:09:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-24 09:09:32 +0000 |
commit | aaf82e8720f1008e1f6589e67eb7dc92a4b417a8 (patch) | |
tree | 47276fbc243752228c9b7bfd8f400615a502c9d4 /security/opencdk | |
parent | 89048fd5c62ebbf41f56247d77c6eecd4e9dc1a2 (diff) | |
download | ports-aaf82e8720f1008e1f6589e67eb7dc92a4b417a8.tar.gz ports-aaf82e8720f1008e1f6589e67eb7dc92a4b417a8.zip |
Notes
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 14 | ||||
-rw-r--r-- | security/opencdk/distinfo | 2 | ||||
-rw-r--r-- | security/opencdk/pkg-plist | 2 |
3 files changed, 8 insertions, 10 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index aec7b726e52f..2c4a83070175 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.4.5 +PORTVERSION= 0.5.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ @@ -19,13 +19,15 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt +USE_BZIP2= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} USE_REINPLACE= yes -DOCS= AUTHORS NEWS README THANKS +DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html +EXAMPLES= tests/*.c tests/*.gpg post-patch: .for file in encrypt.c main.c misc.c @@ -34,14 +36,10 @@ post-patch: post-install: @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - ${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index 790b93d08735..0b5568742e3a 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1 +1 @@ -MD5 (opencdk-0.4.5.tar.gz) = 53e7822ae35d6b391951933e73d3cce0 +MD5 (opencdk-0.5.1.tar.bz2) = ecdbbba6eb0239e132013818cc7fb029 diff --git a/security/opencdk/pkg-plist b/security/opencdk/pkg-plist index c9528314e67b..54a3869a6af4 100644 --- a/security/opencdk/pkg-plist +++ b/security/opencdk/pkg-plist @@ -1,7 +1,7 @@ @comment $FreeBSD$ bin/opencdk-config include/opencdk.h -lib/libopencdk.so.6 +lib/libopencdk.so.8 lib/libopencdk.so lib/libopencdk.a %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |