aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpa
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2008-04-13 23:33:33 +0800
committerrafan <rafan@FreeBSD.org>2008-04-13 23:33:33 +0800
commitc720b94f70644824d7e999b9d733b9fc797d8c67 (patch)
tree66a52456adc2fb1000e533420be1fc8d0c28f973 /security/gpa
parent95942a7d7bf3548753bcf98adbf3752de6a83c6e (diff)
downloadfreebsd-ports-gnome-c720b94f70644824d7e999b9d733b9fc797d8c67.tar.gz
freebsd-ports-gnome-c720b94f70644824d7e999b9d733b9fc797d8c67.tar.zst
freebsd-ports-gnome-c720b94f70644824d7e999b9d733b9fc797d8c67.zip
- Use GnuPG v2 instead of v1, bump PORTREVISION
PR: ports/122672 Submitted by: Harald Schmalzbauer <harry at omnisec.de> Tested by: Harald Schmalzbauer <harry at omnisec.de>
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index a9d13b2cf3fe..8b58189ed38d 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gpa
PORTVERSION= 0.7.6
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/350/
@@ -14,8 +15,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical frontend for the GNU Privacy Guard
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme
-BUILD_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
-RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
+BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
+RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
USE_BZIP2= yes
USE_GMAKE= yes