diff options
-rw-r--r-- | security/gpa/Makefile | 27 | ||||
-rw-r--r-- | security/gpa/distinfo | 4 | ||||
-rw-r--r-- | security/gpa/pkg-plist | 1 |
3 files changed, 12 insertions, 20 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 23f067ad63cd..21b06fb302f4 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpa -PORTVERSION= 0.9.3 -PORTREVISION= 1 +PORTVERSION= 0.9.4 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpa @@ -13,38 +12,30 @@ COMMENT= GTK2+ frontend for the GNU Privacy Guard LICENSE= GPLv3 -LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ - gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS= libassuan.so:${PORTSDIR}/security/libassuan \ + libgpgme.so:${PORTSDIR}/security/gpgme BUILD_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg RUN_DEPENDS= gpgv2:${PORTSDIR}/security/gnupg -USES= pkgconfig +USES= gmake pkgconfig USE_BZIP2= yes -USE_GMAKE= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" \ - GPG="${LOCALBASE}/bin/gpgv2" + GPG="${LOCALBASE}/bin/gpg2" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gpa.1 - OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls -NO_STAGE= yes .include <bsd.port.options.mk> .if !exists(${LOCALBASE}/bin/gpgsm) IGNORE= requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON, then rebuild security/gpgme if installed .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - .include <bsd.port.mk> diff --git a/security/gpa/distinfo b/security/gpa/distinfo index 9c20bf1a9885..187dbcfdd8d7 100644 --- a/security/gpa/distinfo +++ b/security/gpa/distinfo @@ -1,2 +1,2 @@ -SHA256 (gpa-0.9.3.tar.bz2) = 9c5b67a562d2831689d4659cf377fb4db521f55f08ba6e0bd47b88e69d70c014 -SIZE (gpa-0.9.3.tar.bz2) = 711197 +SHA256 (gpa-0.9.4.tar.bz2) = 444de33735cec227f65549ea7bdca4526ead9f464e99903636902ca85f80cfba +SIZE (gpa-0.9.4.tar.bz2) = 730440 diff --git a/security/gpa/pkg-plist b/security/gpa/pkg-plist index a6ac9c230ba7..437cf188e166 100644 --- a/security/gpa/pkg-plist +++ b/security/gpa/pkg-plist @@ -1,4 +1,5 @@ bin/gpa +man/man1/gpa.1.gz share/applications/gpa.desktop share/gpa/gpa-logo.ppm share/gpa/gpa.png |