aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpa/Makefile
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-06-23 06:35:54 +0800
committerdougb <dougb@FreeBSD.org>2010-06-23 06:35:54 +0800
commitc5cf11974fcf2042c5adf6d7bd6911baa6d919f9 (patch)
tree0b9d3b93e8e9bb0b1051e8f8f6bfd29d860fb103 /security/gpa/Makefile
parent91342df67bd504ed17b0800d4e34e369f383fd75 (diff)
downloadfreebsd-ports-gnome-c5cf11974fcf2042c5adf6d7bd6911baa6d919f9.tar.gz
freebsd-ports-gnome-c5cf11974fcf2042c5adf6d7bd6911baa6d919f9.tar.zst
freebsd-ports-gnome-c5cf11974fcf2042c5adf6d7bd6911baa6d919f9.zip
- Update security/gpgme to version 1.3.0.
- No shlib bump. - This version works with libassuan 2.x and is needed to fix the build of security/gpa due to dependency conflicts. - Add LICENSE PR: ports/148061 - Fix the build of security/gpa with libassuan 2.x - Patch for server.c taken from gpa svn. - Add LICENSE while here. PR: ports/148062 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Feature safe: yes
Diffstat (limited to 'security/gpa/Makefile')
-rw-r--r--security/gpa/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index dee694f78b5f..7d9d3bf2abc3 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -7,16 +7,16 @@
PORTNAME= gpa
PORTVERSION= 0.9.0
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MASTER_SITES= http://wald.intevation.org/frs/download.php/603/
MAINTAINER= bsdkaffee@gmail.com
COMMENT= A graphical frontend for the GNU Privacy Guard
-LIB_DEPENDS= gpgme.18:${PORTSDIR}/security/gpgme
-BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg \
- libassuan-1>=1.0.5:${PORTSDIR}/security/libassuan-1
+LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
+ gpgme.18:${PORTSDIR}/security/gpgme
+BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
USE_BZIP2= yes
@@ -27,6 +27,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" \
GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
MAKE_JOBS_SAFE= yes
+LICENSE= GPLv3
+LICENSE_FILE= ${WRKSRC}/COPYING
+
OPTIONS= NLS "Native language support" on
.include <bsd.port.pre.mk>