[Midnightbsd-cvs] mports: security/opencdk: Update to 0.6.0

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 20 21:44:26 EDT 2008


Log Message:
-----------
Update to 0.6.0

Modified Files:
--------------
    mports/security/opencdk:
        Makefile (r1.1 -> r1.2)
        distinfo (r1.1 -> r1.2)
        pkg-plist (r1.1 -> r1.2)

Removed Files:
-------------
    mports/security/opencdk/files:
        patch-src::keyserver.c

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/security/opencdk/pkg-plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/opencdk/pkg-plist -L security/opencdk/pkg-plist -u -r1.1 -r1.2
--- security/opencdk/pkg-plist
+++ security/opencdk/pkg-plist
@@ -1,10 +1,10 @@
- at comment $FreeBSD: ports/security/opencdk/pkg-plist,v 1.9 2007/02/14 12:09:24 novel Exp $
+ at comment $FreeBSD: ports/security/opencdk/pkg-plist,v 1.10 2007/10/31 05:40:39 novel Exp $
 bin/opencdk-config
 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 @@
 %%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%%
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/opencdk/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/opencdk/Makefile -L security/opencdk/Makefile -u -r1.1 -r1.2
--- security/opencdk/Makefile
+++ security/opencdk/Makefile
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	opencdk
-PORTVERSION=	0.5.13
+PORTVERSION=	0.6.0
 PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	http://josefsson.org/gnutls/releases/opencdk/ \
@@ -20,10 +20,11 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Open Crypto Development Kit
 
-LIB_DEPENDS=	gcrypt.13:${PORTSDIR}/security/libgcrypt
+LIB_DEPENDS=	gcrypt.15:${PORTSDIR}/security/libgcrypt
 
 GNU_CONFIGURE=	yes
-USE_GNOME=	pkgconfig
+USE_GNOME=	pkgconfig ltverhack
+USE_AUTOTOOLS=	libtool:15
 USE_LDCONFIG=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
 CONFIGURE_ARGS=	--with-libgcrypt-prefix=${LOCALBASE}
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/security/opencdk/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -L security/opencdk/distinfo -L security/opencdk/distinfo -u -r1.1 -r1.2
--- security/opencdk/distinfo
+++ 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
--- 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>


More information about the Midnightbsd-cvs mailing list