aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2005-03-07 23:30:55 +0800
committerflz <flz@FreeBSD.org>2005-03-07 23:30:55 +0800
commit00f710228968f07a0101a16532106b2df04b5554 (patch)
tree2e422d9839627b79960287b5808112af3c10cb6a /security
parent15bc73260884848cdd66204f3748e902c0cf70a0 (diff)
downloadfreebsd-ports-gnome-00f710228968f07a0101a16532106b2df04b5554.tar.gz
freebsd-ports-gnome-00f710228968f07a0101a16532106b2df04b5554.tar.zst
freebsd-ports-gnome-00f710228968f07a0101a16532106b2df04b5554.zip
- Update to 0.7.0.
PR: ports/78519 Submitted by: supraexpress@globaleyes.net Approved by: pav (mentor)
Diffstat (limited to 'security')
-rw-r--r--security/gpa/Makefile9
-rw-r--r--security/gpa/distinfo4
-rw-r--r--security/gpa/files/patch-jnlib_logging.c23
-rw-r--r--security/gpa/pkg-plist14
4 files changed, 16 insertions, 34 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile
index 530439a6e8ff..65a5f09e137f 100644
--- a/security/gpa/Makefile
+++ b/security/gpa/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gpa
-PORTVERSION= 0.4.3
-PORTREVISION= 2
+PORTVERSION= 0.7.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GNUPG}
MASTER_SITE_SUBDIR= alpha/gpa
@@ -15,14 +14,16 @@ MASTER_SITE_SUBDIR= alpha/gpa
MAINTAINER= ports@FreeBSD.org
COMMENT= A graphical frontend for the GNU Privacy Guard
-BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS= gpgme-config:${PORTSDIR}/security/gpgme
+RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= gtk12
+USE_GNOME= gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --datadir=${PREFIX}/share
+USE_GETOPT_LONG= yes
.include <bsd.port.mk>
diff --git a/security/gpa/distinfo b/security/gpa/distinfo
index 8fd35bb36e38..23a1899372a8 100644
--- a/security/gpa/distinfo
+++ b/security/gpa/distinfo
@@ -1,2 +1,2 @@
-MD5 (gpa-0.4.3.tar.gz) = 84e2996705d760eb0ccba232d7a38539
-SIZE (gpa-0.4.3.tar.gz) = 424975
+MD5 (gpa-0.7.0.tar.gz) = 44cb60cba64a48837588ed27f8db08b2
+SIZE (gpa-0.7.0.tar.gz) = 647457
diff --git a/security/gpa/files/patch-jnlib_logging.c b/security/gpa/files/patch-jnlib_logging.c
deleted file mode 100644
index 00307c033699..000000000000
--- a/security/gpa/files/patch-jnlib_logging.c
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- jnlib/logging.c.orig Thu Jun 8 11:49:51 2000
-+++ jnlib/logging.c Sat Nov 30 14:03:44 2002
-@@ -226,14 +226,9 @@
- {
- va_list arg_ptr ;
-
-- if( !fmt ) {
-- do_logv( MY_LOG_BEGIN, NULL, NULL );
-- }
-- else {
-- va_start( arg_ptr, fmt ) ;
-- do_logv( MY_LOG_CONT, fmt, arg_ptr );
-- va_end(arg_ptr);
-- }
-+ va_start( arg_ptr, fmt ) ;
-+ do_logv( MY_LOG_CONT, fmt, arg_ptr );
-+ va_end(arg_ptr);
- }
-
-
diff --git a/security/gpa/pkg-plist b/security/gpa/pkg-plist
index aae73d161d47..818cd7d9a3e4 100644
--- a/security/gpa/pkg-plist
+++ b/security/gpa/pkg-plist
@@ -1,9 +1,13 @@
bin/gpa
-share/gpa/gpa_tips.en
-share/gpa/gpa_tips.de
-share/gpa/gtkrc
-share/gpa/gpa_logo.ppm
share/locale/de/LC_MESSAGES/gpa.mo
+share/locale/es/LC_MESSAGES/gpa.mo
share/locale/fr/LC_MESSAGES/gpa.mo
+share/locale/ja/LC_MESSAGES/gpa.mo
+share/locale/nl/LC_MESSAGES/gpa.mo
+share/locale/pt_BR/LC_MESSAGES/gpa.mo
+share/locale/sv/LC_MESSAGES/gpa.mo
share/locale/zh_TW.Big5/LC_MESSAGES/gpa.mo
-@dirrm share/gpa
+%%DATADIR%%/gpa_tips.en
+%%DATADIR%%/gpa_tips.de
+%%DATADIR%%/gpa_logo.ppm
+@dirrm %%DATADIR%%