summaryrefslogtreecommitdiff
path: root/security/gnupg2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-12-15 20:10:40 +0000
committerdrochner <drochner@pkgsrc.org>2009-12-15 20:10:40 +0000
commit8eb13aea1fc107676531fb3afb8dc66101a3b920 (patch)
tree8840435271f62a0af048c97157376a20a2a95d47 /security/gnupg2/Makefile
parentdb8d5a040e41e05ed1c9fdc2460631e1d24e68ff (diff)
downloadpkgsrc-8eb13aea1fc107676531fb3afb8dc66101a3b920.tar.gz
update to 2.0.13
changes: many fixes and improvements reviewed by John R. Shannon pkgsrc notes: -since S/MIME support is the biggest difference in functionality over gnupg1, enable it per default -- my tests (with the s/mime plugin of claws-mail) worked -left the build against a private libassuan with GNU-pth support alone for now, just updated libassuan to 1.0.5. We might build pkgsrc/libassuan against pkgsrc/pth at some point, but this needs to be checked for side effects. (As this pkg doesn't export a library which might propagate the pth dependency, the possibility of pthread-pth conflicts should be limited. Other uses of libassuan need to be checked.)
Diffstat (limited to 'security/gnupg2/Makefile')
-rw-r--r--security/gnupg2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 8c0b2772625..f5e49fc2df6 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:31 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2009/12/15 20:10:40 drochner Exp $
#
-DISTNAME= gnupg-2.0.9
+DISTNAME= gnupg-2.0.13
#PKGREVISION= 3
PKGNAME= ${DISTNAME:S/gnupg/gnupg2/}
CATEGORIES= security
@@ -10,8 +10,8 @@ EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
DISTFILES+= pth-2.0.7.tar.gz
SITES.pth-2.0.7.tar.gz= ${MASTER_SITE_GNU:=pth/}
-DISTFILES+= libassuan-1.0.4.tar.bz2
-SITES.libassuan-1.0.4.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/
+DISTFILES+= libassuan-1.0.5.tar.bz2
+SITES.libassuan-1.0.5.tar.bz2= ftp://ftp.gnupg.org/gcrypt/libassuan/
MAINTAINER= shannonjr@NetBSD.org
HOMEPAGE= http://www.gnupg.org/
@@ -56,7 +56,7 @@ pre-configure:
cd ${WRKDIR}/pth-2.0.7 && \
./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && \
${MAKE} install
- cd ${WRKDIR}/libassuan-1.0.4 && \
+ cd ${WRKDIR}/libassuan-1.0.5 && \
${SETENV} ${CONFIGURE_ENV} ./autogen.sh && \
${SETENV} ${CONFIGURE_ENV} ./configure --prefix=${WRKDIR}/libassuan --with-pth-prefix=${WRKDIR}/pth && \
${SETENV} ${PKGSRC_MAKE_ENV} ${MAKE} install