mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Update to 0.4.0
This commit is contained in:
parent
5cdad3f7e0
commit
566a10481f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38882
@ -6,9 +6,9 @@
|
||||
#
|
||||
|
||||
PORTNAME= gpa
|
||||
PORTVERSION= 0.3.1
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/devel/
|
||||
MASTER_SITES= ftp://ftp.guug.de/pub/fruis/gpa/
|
||||
|
||||
MAINTAINER= clive@FreeBSD.org
|
||||
|
||||
@ -20,5 +20,6 @@ USE_GTK= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --datadir=${PREFIX}/share
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gpa-0.3.1.tar.gz) = 9076bd76dc1496b6d7e384c5b95e8810
|
||||
MD5 (gpa-0.4.0.tar.gz) = e6462d49f8b722f2f4a12cd4902412df
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- jnlib/argparse.h.orig Thu Aug 17 00:31:34 2000
|
||||
+++ jnlib/argparse.h Thu Aug 17 00:31:54 2000
|
||||
@@ -34,7 +34,7 @@
|
||||
union {
|
||||
int ret_int;
|
||||
long ret_long;
|
||||
- ulong ret_ulong;
|
||||
+ unsigned long ret_ulong;
|
||||
char *ret_str;
|
||||
} r; /* Return values */
|
||||
struct {
|
@ -1,10 +0,0 @@
|
||||
--- jnlib/stringhelp.c.orig Wed Aug 16 23:59:35 2000
|
||||
+++ jnlib/stringhelp.c Thu Aug 17 00:14:30 2000
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "libjnlib-config.h"
|
||||
#include "stringhelp.h"
|
||||
|
||||
+#include <gtk/gtk.h>
|
||||
|
||||
/****************
|
||||
* look for the substring SUB in buffer and return a pointer to that
|
@ -1,20 +0,0 @@
|
||||
--- src/gpa.c.orig Thu Aug 17 01:57:46 2000
|
||||
+++ src/gpa.c Thu Aug 17 01:58:17 2000
|
||||
@@ -135,6 +135,7 @@
|
||||
#ifdef HAVE_LC_MESSAGES
|
||||
setlocale( LC_TIME, "" );
|
||||
setlocale( LC_MESSAGES, "" );
|
||||
+ gtk_set_locale ();
|
||||
#else
|
||||
setlocale( LC_ALL, "" );
|
||||
#endif
|
||||
@@ -161,8 +162,8 @@
|
||||
|
||||
set_strusage( my_strusage );
|
||||
/*log_set_name ("gpa"); notyet implemented in logging.c */
|
||||
- i18n_init ();
|
||||
gtk_init (&argc, &argv);
|
||||
+ i18n_init ();
|
||||
|
||||
opt.homedir = getenv("GNUPGHOME");
|
||||
if( !opt.homedir || !*opt.homedir ) {
|
@ -1,6 +1,6 @@
|
||||
--- configure.orig Thu Aug 17 01:48:35 2000
|
||||
+++ configure Thu Aug 17 01:49:01 2000
|
||||
@@ -2685,7 +2685,7 @@
|
||||
--- configure~ Wed Feb 28 17:34:30 2001
|
||||
+++ configure Wed Feb 28 17:34:38 2001
|
||||
@@ -2707,7 +2707,7 @@
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -rf conftest*
|
||||
CATOBJEXT=.mo
|
@ -1,2 +1,8 @@
|
||||
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/fr/LC_MESSAGES/gpa.mo
|
||||
@dirrm share/gpa
|
||||
|
Loading…
Reference in New Issue
Block a user