diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-31 05:40:39 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-31 05:40:39 +0000 |
commit | 8774ab9f2c32896d28cd944d50a102235627e177 (patch) | |
tree | ebc05ca33482f9f09ec1a6080174cd530e87df6c /security/opencdk | |
parent | d2da93c9f08dd5421d0d74cc90ffdcbe50381e02 (diff) | |
download | ports-8774ab9f2c32896d28cd944d50a102235627e177.tar.gz ports-8774ab9f2c32896d28cd944d50a102235627e177.zip |
Update to 0.6.0 - the versioin compatible with the current version
of gnutls in ports. Therefore, it fixes the problem described in
ports/117671.
Approved by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=202450
Diffstat (limited to 'security/opencdk')
-rw-r--r-- | security/opencdk/Makefile | 5 | ||||
-rw-r--r-- | security/opencdk/distinfo | 6 | ||||
-rw-r--r-- | security/opencdk/files/patch-src::keyserver.c | 10 | ||||
-rw-r--r-- | security/opencdk/pkg-plist | 15 |
4 files changed, 19 insertions, 17 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 6b87e566f621..8f5f797db967 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.5.13 +PORTVERSION= 0.6.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ @@ -22,8 +22,9 @@ COMMENT= Open Crypto Development Kit LIB_DEPENDS= gcrypt.13:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig ltverhack USE_LDCONFIG= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} diff --git a/security/opencdk/distinfo b/security/opencdk/distinfo index 3f8321cbb431..cefdfbef78c5 100644 --- a/security/opencdk/distinfo +++ b/security/opencdk/distinfo @@ -1,3 +1,3 @@ -MD5 (opencdk-0.5.13.tar.gz) = 65324874074ba7c67028b93979e6d1d9 -SHA256 (opencdk-0.5.13.tar.gz) = a37841a7f4edf94715f8f0d60bba6af80bae0f3760709622f3fef1c2e219130a -SIZE (opencdk-0.5.13.tar.gz) = 597475 +MD5 (opencdk-0.6.0.tar.gz) = 99790b60bbadb5456d735807e5c0545e +SHA256 (opencdk-0.6.0.tar.gz) = 76ce8d88cf88cc5f3e957567a86822d779950c13f729e1990aae82a9e9c596a0 +SIZE (opencdk-0.6.0.tar.gz) = 610395 diff --git a/security/opencdk/files/patch-src::keyserver.c b/security/opencdk/files/patch-src::keyserver.c deleted file mode 100644 index 21839ecc16a7..000000000000 --- a/security/opencdk/files/patch-src::keyserver.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/keyserver.c.orig Wed Jan 15 16:52:09 2003 -+++ src/keyserver.c Wed Jan 15 16:52:34 2003 -@@ -24,6 +24,7 @@ - #endif - #include <stdio.h> - #ifdef HAVE_NETDB_H -+# include <sys/types.h> - # include <sys/socket.h> - # include <netinet/in.h> - # include <arpa/inet.h> diff --git a/security/opencdk/pkg-plist b/security/opencdk/pkg-plist index eaf034dedcb3..160c2831e5df 100644 --- a/security/opencdk/pkg-plist +++ b/security/opencdk/pkg-plist @@ -4,7 +4,7 @@ include/opencdk.h lib/libopencdk.a lib/libopencdk.la lib/libopencdk.so -lib/libopencdk.so.9 +lib/libopencdk.so.10 libdata/pkgconfig/opencdk.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS @@ -13,11 +13,22 @@ libdata/pkgconfig/opencdk.pc %%PORTDOCS%%%%DOCSDIR%%/opencdk-api.html %%PORTDOCS%%@dirrm %%DOCSDIR%% %%EXAMPLESDIR%%/basic.c -%%EXAMPLESDIR%%/minpg.c +%%EXAMPLESDIR%%/newkey.gpg +%%EXAMPLESDIR%%/photo-key.gpg +%%EXAMPLESDIR%%/plain-test-pubenc-part.gpg +%%EXAMPLESDIR%%/plain-test-sym.gpg +%%EXAMPLESDIR%%/plain-test.gpg %%EXAMPLESDIR%%/pub.gpg +%%EXAMPLESDIR%%/pub-asc.gpg %%EXAMPLESDIR%%/sec-with-pwd.gpg %%EXAMPLESDIR%%/sec.gpg +%%EXAMPLESDIR%%/t-encr.c +%%EXAMPLESDIR%%/t-key.c +%%EXAMPLESDIR%%/t-keydb.c +%%EXAMPLESDIR%%/t-misc.c +%%EXAMPLESDIR%%/t-sign.c %%EXAMPLESDIR%%/t-stream.c +%%EXAMPLESDIR%%/testpa.c %%EXAMPLESDIR%%/ts.gpg %%EXAMPLESDIR%%/wkold.gpg @dirrm %%EXAMPLESDIR%% |