diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-12-21 13:31:56 +0000 |
commit | fc5b96f1a8f1e9bd71cc18975ccc5eddc2885c4e (patch) | |
tree | 31a09f87aa54867613bdaa899315c4a22186d754 /security/nofgpg | |
parent | o/` One more time, we're gonna fix four-ehehex, oh yeah, all right o/` (diff) |
- 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/nofgpg')
-rw-r--r-- | security/nofgpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/nofgpg/Makefile b/security/nofgpg/Makefile index 1ccff747e6f3..cb2eb8f08e06 100644 --- a/security/nofgpg/Makefile +++ b/security/nofgpg/Makefile @@ -8,14 +8,14 @@ PORTNAME= nofgpg PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= http://www.cgabriel.org/download/nofgpg/ MAINTAINER= ports@FreeBSD.org COMMENT= No One Fears GPG -RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ +RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1 \ ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome USE_PYTHON= yes |