aboutsummaryrefslogtreecommitdiff
path: root/security/gpa
diff options
context:
space:
mode:
authorMichael Scheidell <scheidell@FreeBSD.org>2012-08-14 12:01:37 +0000
committerMichael Scheidell <scheidell@FreeBSD.org>2012-08-14 12:01:37 +0000
commit3e902415715c6da10da51cd876f6f152f1853b01 (patch)
tree2ed499a4da4d64a2abd9f1d1343d94c669727efc /security/gpa
parent391f12d0137fcc9876cf6d6ace6825e86c671781 (diff)
downloadports-3e902415715c6da10da51cd876f6f152f1853b01.tar.gz
ports-3e902415715c6da10da51cd876f6f152f1853b01.zip
- Update security/gpa to 0.9.3 bugfix release
- Clean up COMMENT - Drop ABI numbers from LIB_DEPENDS - pkg-config is needed for build - Make sure we are picking up version 2.x of gpg during configure - Convert to OPTIONSng PR: ports/170570 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=302519
Diffstat (limited to 'security/gpa')
-rw-r--r--security/gpa/Makefile18
-rw-r--r--security/gpa/distinfo4
2 files changed, 13 insertions, 9 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 916ccce7ba8e..fa2b91131c5e 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -6,31 +6,35 @@
#
PORTNAME= gpa
-PORTVERSION= 0.9.2
+PORTVERSION= 0.9.3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= gpa
MAINTAINER= bsdkaffee@gmail.com
-COMMENT= A graphical frontend for the GNU Privacy Guard
+COMMENT= GTK2+ frontend for the GNU Privacy Guard
LICENSE= GPLv3
-LIB_DEPENDS= assuan.0:${PORTSDIR}/security/libassuan \
- gpgme.19:${PORTSDIR}/security/gpgme
+LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \
+ gpgme:${PORTSDIR}/security/gpgme
BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg
USE_BZIP2= yes
USE_GMAKE= yes
+USE_PKGCONFIG= build
USE_GNOME= gtk20
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap"
+CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \
+ GPG="${LOCALBASE}/bin/gpgv2"
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
MAN1= gpa.1
-OPTIONS= NLS "Native language support" on
+OPTIONS_DEFINE= NLS
.include <bsd.port.pre.mk>
@@ -38,7 +42,7 @@ OPTIONS= NLS "Native language support" on
IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed
.endif
-.if defined(WITHOUT_NLS)
+.if empty(PORT_OPTIONS:MNLS)
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.else
diff --git a/security/gpa/distinfo b/security/gpa/distinfo
index 2df66db8129f..9c20bf1a9885 100644
--- a/security/gpa/distinfo
+++ b/security/gpa/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gpa-0.9.2.tar.bz2) = d0262b2ddd61c66c16168b61b758c4f387613e776454db2e50356d29eda49662
-SIZE (gpa-0.9.2.tar.bz2) = 710552
+SHA256 (gpa-0.9.3.tar.bz2) = 9c5b67a562d2831689d4659cf377fb4db521f55f08ba6e0bd47b88e69d70c014
+SIZE (gpa-0.9.3.tar.bz2) = 711197