- 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>
This commit is contained in:
parent
a0f1b38ae2
commit
58ddff72d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211172
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue