diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | da5699dfdacafc5da373ec3ffb2177f0c0bba667 (patch) | |
tree | b1e903b1b0f0001294efd9332a7fb293bc8834cb /security/pwman | |
parent | d1d5159a4a4820d5918bb147815cb2857653e8d4 (diff) | |
download | FreeBSD-ports-da5699dfdacafc5da373ec3ffb2177f0c0bba667.zip FreeBSD-ports-da5699dfdacafc5da373ec3ffb2177f0c0bba667.tar.gz |
- Upgrade gnupg to 2.0.1. Old stable version (1.4.6) was repocopied
to security/gnupg1.
Thanks to: dougb, lofi
Diffstat (limited to 'security/pwman')
-rw-r--r-- | security/pwman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 30b9829..4f041c2 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -7,7 +7,7 @@ PORTNAME= pwman PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,7 @@ MAINTAINER= anders@FreeBSD.org COMMENT= Console password management application based on gpg(me) LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 GNU_CONFIGURE= yes |