aboutsummaryrefslogtreecommitdiff
path: root/security/opencdk
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-03-10 05:24:59 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-03-10 05:24:59 +0000
commit6f541caec9f7638b658cb1f551b40325b6ef49c6 (patch)
treefad040ef1775c17c0323bda3c1aeeeb215de0f08 /security/opencdk
parentafcd138d2d66b1df3c3edd5ee3625e1d06117386 (diff)
downloadports-6f541caec9f7638b658cb1f551b40325b6ef49c6.tar.gz
ports-6f541caec9f7638b658cb1f551b40325b6ef49c6.zip
- Update to 0.5.4
Forgotten by: sergei Reminded by: Herbert J. Skuhra <herbert.skuhra@gmx.at>
Notes
Notes: svn path=/head/; revision=103493
Diffstat (limited to 'security/opencdk')
-rw-r--r--security/opencdk/Makefile15
-rw-r--r--security/opencdk/distinfo4
-rw-r--r--security/opencdk/pkg-plist2
3 files changed, 9 insertions, 12 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile
index f5df7dc31385..62b4d10e45b6 100644
--- a/security/opencdk/Makefile
+++ b/security/opencdk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= opencdk
-PORTVERSION= 0.4.5
+PORTVERSION= 0.5.4
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG} \
@@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= alpha/gnutls/opencdk
MAINTAINER= sergei@FreeBSD.org
COMMENT= Open Crypto Development Kit
-LIB_DEPENDS= gcrypt.6:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS= gcrypt.10:${PORTSDIR}/security/libgcrypt-devel
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
@@ -26,11 +26,11 @@ 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
post-patch:
-.for file in encrypt.c main.c misc.c
- ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${file}
+.for f in encrypt.c main.c misc.c
+ ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${f}
.endfor
post-install:
@@ -39,10 +39,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${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 d67f1d3fbe4e..d4fef3318ee7 100644
--- a/security/opencdk/distinfo
+++ b/security/opencdk/distinfo
@@ -1,2 +1,2 @@
-MD5 (opencdk-0.4.5.tar.gz) = 53e7822ae35d6b391951933e73d3cce0
-SIZE (opencdk-0.4.5.tar.gz) = 331641
+MD5 (opencdk-0.5.4.tar.gz) = 3b31b92c15e4f3d78a67a5cd925eda80
+SIZE (opencdk-0.5.4.tar.gz) = 442746
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