Date: 23 Sep 2003 20:12:16 -0000 From: Sergei Kolobov <sergei@kolobov.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/57141: [MAINTAINER] security/opencdk: update to 0.5.1 Message-ID: <20030923201216.31205.qmail@kolobov.com> Resent-Message-ID: <200309232040.h8NKeIP0050789@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 57141 >Category: ports >Synopsis: [MAINTAINER] security/opencdk: update to 0.5.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Sep 23 13:40:18 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 5.1-CURRENT i386 >Organization: >Environment: System: FreeBSD elf.chetwood.ru 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sun Sep 14 12:09:20 MSD 2003 >Description: - Update to 0.5.1 Generated with FreeBSD Port Tools 0.26 >How-To-Repeat: >Fix: --- opencdk-0.5.1.patch begins here --- Index: Makefile =================================================================== RCS file: /FreeBSD/cvs/ports/security/opencdk/Makefile,v retrieving revision 1.6 diff -u -u -r1.6 Makefile --- Makefile 27 Feb 2003 20:32:12 -0000 1.6 +++ Makefile 23 Sep 2003 20:04:22 -0000 @@ -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 @@ 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-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> Index: distinfo =================================================================== RCS file: /FreeBSD/cvs/ports/security/opencdk/distinfo,v retrieving revision 1.2 diff -u -u -r1.2 distinfo --- distinfo 27 Feb 2003 20:32:12 -0000 1.2 +++ distinfo 23 Sep 2003 20:05:11 -0000 @@ -1 +1 @@ -MD5 (opencdk-0.4.5.tar.gz) = 53e7822ae35d6b391951933e73d3cce0 +MD5 (opencdk-0.5.1.tar.bz2) = ecdbbba6eb0239e132013818cc7fb029 Index: pkg-plist =================================================================== RCS file: /FreeBSD/cvs/ports/security/opencdk/pkg-plist,v retrieving revision 1.3 diff -u -u -r1.3 pkg-plist --- pkg-plist 27 Feb 2003 20:32:12 -0000 1.3 +++ pkg-plist 23 Sep 2003 20:06:42 -0000 @@ -1,7 +1,7 @@ @comment $FreeBSD: ports/security/opencdk/pkg-plist,v 1.3 2003/02/27 20:32:12 naddy Exp $ bin/opencdk-config include/opencdk.h -lib/libopencdk.so.6 +lib/libopencdk.so.8 lib/libopencdk.so lib/libopencdk.a %%PORTDOCS%%%%DOCSDIR%%/AUTHORS --- opencdk-0.5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030923201216.31205.qmail>