diff options
author | shannonjr <shannonjr@pkgsrc.org> | 2005-04-23 12:28:04 +0000 |
---|---|---|
committer | shannonjr <shannonjr@pkgsrc.org> | 2005-04-23 12:28:04 +0000 |
commit | 2843bb1a1e102b4c16c53da3c85912f344fe31dc (patch) | |
tree | 0effc8d13fb82fb100c0460f037085514d482880 /security/dirmngr/Makefile | |
parent | 2e5cdad2a53030313267d573ec12bf06e66320a8 (diff) | |
download | pkgsrc-2843bb1a1e102b4c16c53da3c85912f344fe31dc.tar.gz |
Update from 0.9.0 to 0.9.1. This is a bug fix release.
Diffstat (limited to 'security/dirmngr/Makefile')
-rw-r--r-- | security/dirmngr/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 8bedef958c4..e09aa2fa011 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:11 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/23 12:28:04 shannonjr Exp $ # -DISTNAME= dirmngr-0.9.0 -PKGREVISION= 1 +DISTNAME= dirmngr-0.9.1 +#PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/dirmngr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -DISTFILES+= pth-2.0.3.tar.gz -SITES_pth-2.0.3.tar.gz= ${MASTER_SITE_GNU:=pth/} +DISTFILES+= pth-2.0.4.tar.gz +SITES_pth-2.0.4.tar.gz= ${MASTER_SITE_GNU:=pth/} MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.gnupg.org/aegypten2 @@ -36,7 +36,7 @@ SUBST_FILES+= DIRMNGR_PATH=${DIRMNGR_PATH} # We are building a static pth library and linking against it pre-configure: - cd ${WRKDIR}/pth-2.0.3 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install + cd ${WRKDIR}/pth-2.0.4 && ./configure --prefix=${WRKDIR}/pth --enable-pthread --enable-static --disable-shared && ${MAKE} install pre-build: ${CP} ${FILESDIR}/runDirmngr.c ${WRKDIR}/runDirmngr.c |