Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v retrieving revision 1.36 diff -p -u -r1.36 Makefile --- Makefile 24 Sep 2007 00:35:45 -0000 1.36 +++ Makefile 11 Dec 2007 01:29:41 -0000 @@ -5,8 +5,7 @@ # $FreeBSD: ports/security/libgcrypt/Makefile,v 1.36 2007/09/24 00:35:45 edwin Exp $ PORTNAME= libgcrypt -PORTVERSION= 1.2.4 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= libgcrypt @@ -16,12 +15,15 @@ COMMENT= General purpose crypto library LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error +USE_BZIP2= yes USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} USE_LDCONFIG= yes +DOCS= AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \ + THANKS TODO doc/HACKING doc/README.apichanges INFO= gcrypt .include @@ -37,4 +39,10 @@ post-patch: pre-configure: @${RM} -f ${WRKSRC}/doc/gcrypt.info* +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} +.endif + .include Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/libgcrypt/distinfo,v retrieving revision 1.12 diff -p -u -r1.12 distinfo --- distinfo 2 Feb 2007 14:25:54 -0000 1.12 +++ distinfo 11 Dec 2007 01:29:41 -0000 @@ -1,3 +1,3 @@ -MD5 (libgcrypt-1.2.4.tar.gz) = be20ee47778ff90703afd58c090f07b9 -SHA256 (libgcrypt-1.2.4.tar.gz) = cf3c3f313ebeb9165d80439beaeb7f621b73856a2159e4b84c70f32b455fd9ec -SIZE (libgcrypt-1.2.4.tar.gz) = 1013625 +MD5 (libgcrypt-1.4.0.tar.bz2) = b013f798a1088afb07336bce5a9c24c5 +SHA256 (libgcrypt-1.4.0.tar.bz2) = d7f855f766944a5b6e7ffee2d6ffdf828ab709acd4453b0e64aea808ce2760ec +SIZE (libgcrypt-1.4.0.tar.bz2) = 964779 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/security/libgcrypt/pkg-plist,v retrieving revision 1.8 diff -p -u -r1.8 pkg-plist --- pkg-plist 28 Jan 2007 09:07:43 -0000 1.8 +++ pkg-plist 11 Dec 2007 01:29:41 -0000 @@ -1,8 +1,22 @@ +bin/dumpsexp bin/libgcrypt-config include/gcrypt.h include/gcrypt-module.h lib/libgcrypt.a lib/libgcrypt.la lib/libgcrypt.so -lib/libgcrypt.so.13 +lib/libgcrypt.so.15 share/aclocal/libgcrypt.m4 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/HACKING +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.SVN +%%PORTDOCS%%%%DOCSDIR%%/README.apichanges +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%%