diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 23:28:55 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-06-09 23:28:55 +0000 |
commit | 9e61cf08b8ae1f41b17403e31b708c575d97fe29 (patch) | |
tree | f0f2ea2e539e51a066cb1474e46b24aa3b9cd6be /ftp | |
parent | e4cf94dfacaa20a2147faba114a0a17621917372 (diff) | |
download | ports-9e61cf08b8ae1f41b17403e31b708c575d97fe29.tar.gz ports-9e61cf08b8ae1f41b17403e31b708c575d97fe29.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/gftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/gftp/files/patch-ac | 10 | ||||
-rw-r--r-- | ftp/gftp/files/patch-ad | 20 | ||||
-rw-r--r-- | ftp/gftp/pkg-plist | 1 |
5 files changed, 8 insertions, 27 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 7e60b46306eb..c56af97fff84 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gftp -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.12 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ diff --git a/ftp/gftp/distinfo b/ftp/gftp/distinfo index 26d778192923..4a569c05bca7 100644 --- a/ftp/gftp/distinfo +++ b/ftp/gftp/distinfo @@ -1 +1 @@ -MD5 (gftp-2.0.11.tar.gz) = 3c63b5eed2faffe820bace112be2db8a +MD5 (gftp-2.0.12.tar.gz) = cda2957361b42e51e80a1d63610ba8b0 diff --git a/ftp/gftp/files/patch-ac b/ftp/gftp/files/patch-ac index 009353cbafa4..239750fa62c7 100644 --- a/ftp/gftp/files/patch-ac +++ b/ftp/gftp/files/patch-ac @@ -1,11 +1,11 @@ ---- src/text/Makefile.in.orig Thu Jan 10 16:15:43 2002 -+++ src/text/Makefile.in Thu Jan 10 16:17:37 2002 -@@ -104,7 +104,7 @@ +--- src/text/Makefile.in.orig Sun May 26 21:27:10 2002 ++++ src/text/Makefile.in Sun May 26 21:28:58 2002 +@@ -105,7 +105,7 @@ EXTRA_PROGRAMS = gftp-text gftp_text_SOURCES = gftp-text.c INCLUDES = @GLIB_CFLAGS@ -DSHARE_DIR=\"$(datadir)/gftp\" -DLOCALE_DIR=\"$(localedir)\" -I../../intl --LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ -+LDADD = -lintl ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ +-LDADD = ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ ++LDADD = -lintl ../../lib/libgftp.a @INTLLIBS@ @GLIB_LIBS@ @EXTRA_LIBS@ @READLINE_LIBS@ noinst_HEADERS = gftp-text.h localedir = $(prefix)/share/locale mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/ftp/gftp/files/patch-ad b/ftp/gftp/files/patch-ad deleted file mode 100644 index 2100093243d0..000000000000 --- a/ftp/gftp/files/patch-ad +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/cache.c.orig Fri Jul 20 21:26:19 2001 -+++ lib/cache.c Wed Jan 2 13:54:45 2002 -@@ -45,7 +45,7 @@ - } - g_free (tempstr); - -- srand (time (NULL)); -+ srandomdev(); - tempstr = NULL; - cachefile = NULL; - do -@@ -57,7 +57,7 @@ - g_free (cachefile); - - cachefile = g_strdup_printf ("cache%ld", -- 1 + (long) (99999999.0 * rand () / -+ 1 + (long) (99999999.0 * random () / - (RAND_MAX + 1.0))); - tempstr = g_strdup_printf ("%s/%s", cachedir, cachefile); - } diff --git a/ftp/gftp/pkg-plist b/ftp/gftp/pkg-plist index f7ce983076b3..45bc2ebef7e7 100644 --- a/ftp/gftp/pkg-plist +++ b/ftp/gftp/pkg-plist @@ -30,6 +30,7 @@ bin/gftp-text %%DATADIR%%/gftp/up.xpm %%DATADIR%%/gftp/world.xpm %%GNOME:%%share/gnome/pixmaps/gftp.png +share/locale/bg/LC_MESSAGES/gftp.mo share/locale/br/LC_MESSAGES/gftp.mo share/locale/cs/LC_MESSAGES/gftp.mo share/locale/da/LC_MESSAGES/gftp.mo |