diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-09 03:11:34 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2016-12-09 03:11:34 +0000 |
commit | abb4f352dfc7d845b8f7e7f97dcc04408cda6ac4 (patch) | |
tree | d64fa0395a948f1c1cd7605a2f3fed89a0a69f62 /security/gpa | |
parent | a81034a57cbbeff3caa3680fc30bc8fed0662ccc (diff) | |
download | ports-abb4f352dfc7d845b8f7e7f97dcc04408cda6ac4.tar.gz ports-abb4f352dfc7d845b8f7e7f97dcc04408cda6ac4.zip |
Notes
Diffstat (limited to 'security/gpa')
-rw-r--r-- | security/gpa/Makefile | 15 | ||||
-rw-r--r-- | security/gpa/distinfo | 5 | ||||
-rw-r--r-- | security/gpa/pkg-plist | 5 |
3 files changed, 13 insertions, 12 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 542e6e7efc98..ce63dd77dd6c 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gpa -PORTVERSION= 0.9.9 -PORTREVISION= 1 +PORTVERSION= 0.9.10 CATEGORIES= security MASTER_SITES= GNUPG/gpa @@ -14,17 +13,17 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libassuan.so:security/libassuan \ - libgpgme.so:security/gpgme + libgpgme.so:security/gpgme \ + libgpg-error.so:security/libgpg-error BUILD_DEPENDS= gpgv2:security/gnupg RUN_DEPENDS= gpgv2:security/gnupg -USES= gmake pkgconfig tar:bzip2 -USE_GNOME= gtk20 +USES= gmake localbase pkgconfig tar:bzip2 +USE_GNOME= gdkpixbuf2 gtk20 GNU_CONFIGURE= yes CONFIGURE_ENV+= GPGKEYS_LDAP="${LOCALBASE}/libexec/gpg2keys_ldap" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -Wl,--as-needed OPTIONS_DEFINE= NLS OPTIONS_SUB= yes @@ -34,7 +33,7 @@ NLS_CONFIGURE_ENABLE= nls pre-configure: @(if [ ! -e ${LOCALBASE}/bin/gpgsm ] ; then \ - ${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg with the GPGSM option ON" ; \ + ${ECHO_MSG} "gpa requires gpgsm. (Re)Install security/gnupg20 with the GPGSM option ON" ; \ exit 1; \ fi) diff --git a/security/gpa/distinfo b/security/gpa/distinfo index 9ba5502c410b..a6aa37d17b79 100644 --- a/security/gpa/distinfo +++ b/security/gpa/distinfo @@ -1,2 +1,3 @@ -SHA256 (gpa-0.9.9.tar.bz2) = 6828d738b9e1d3cce96d2ec9831c09873c4cb2c87ba67a161ef54485192c4334 -SIZE (gpa-0.9.9.tar.bz2) = 737975 +TIMESTAMP = 1480106577 +SHA256 (gpa-0.9.10.tar.bz2) = c3b9cc36fd9916e83524930f99df13b1d5f601f4c0168cb9f5d81422e282b727 +SIZE (gpa-0.9.10.tar.bz2) = 763239 diff --git a/security/gpa/pkg-plist b/security/gpa/pkg-plist index 16bdfea40184..03caeb18ca2f 100644 --- a/security/gpa/pkg-plist +++ b/security/gpa/pkg-plist @@ -1,8 +1,8 @@ bin/gpa man/man1/gpa.1.gz share/applications/gpa.desktop -share/gpa/gpa-logo.ppm -share/gpa/gpa.png +%%DATADIR%%/gpa-logo.ppm +%%DATADIR%%/gpa.png %%NLS%%share/locale/ar/LC_MESSAGES/gpa.mo %%NLS%%share/locale/cs/LC_MESSAGES/gpa.mo %%NLS%%share/locale/de/LC_MESSAGES/gpa.mo @@ -15,5 +15,6 @@ share/gpa/gpa.png %%NLS%%share/locale/ru/LC_MESSAGES/gpa.mo %%NLS%%share/locale/sv/LC_MESSAGES/gpa.mo %%NLS%%share/locale/tr/LC_MESSAGES/gpa.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/gpa.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gpa.mo share/pixmaps/gpa.png |