mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
update gftp to 2.0.16
This commit is contained in:
parent
2f2039b4d4
commit
38b0331bd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93672
5 changed files with 26 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gftp
|
||||
PORTVERSION= 2.0.15
|
||||
PORTVERSION= 2.0.16
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://gftp.seul.org/ \
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (gftp-2.0.15.tar.gz) = 5a076c251c1d81cace49ebe197c0d70a
|
||||
MD5 (gftp-2.0.16.tar.gz) = 94069bfbfdebd5f00eb881fe9440534b
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
--- docs/Makefile.in.orig Wed Nov 27 19:57:25 2002
|
||||
+++ docs/Makefile.in Wed Nov 27 20:01:29 2002
|
||||
@@ -109,15 +109,19 @@
|
||||
USE_NLS = @USE_NLS@
|
||||
--- docs/Makefile.in.orig Sun Nov 9 16:31:55 2003
|
||||
+++ docs/Makefile.in Sun Nov 9 16:34:04 2003
|
||||
@@ -112,15 +112,19 @@
|
||||
VERSION = @VERSION@
|
||||
|
||||
man_MANS = gftp.1
|
||||
+.ifndef WITHOUT_X11
|
||||
SUBDIRS = sample.gftp
|
||||
+.endif
|
||||
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl
|
||||
EXTRA_DIST = USERS-GUIDE gftp.1 gftp.desktop gftp.lsm gftp.png parse-netrc.pl gftp-faq.sgml
|
||||
|
||||
|
||||
+.ifdef HAVE_GNOME
|
||||
Utilitiesdir = $(datadir)/apps/Internet
|
||||
|
|
13
ftp/gftp/files/patch-lib::misc.c
Normal file
13
ftp/gftp/files/patch-lib::misc.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- lib/misc.c.orig Sat Nov 8 13:23:20 2003
|
||||
+++ lib/misc.c Mon Nov 10 18:45:34 2003
|
||||
@@ -21,8 +21,9 @@
|
||||
|
||||
#include "gftp.h"
|
||||
#include "options.h"
|
||||
+#include "osreldate.h"
|
||||
|
||||
-#ifdef _GNU_SOURCE
|
||||
+#if defined(_GNU_SOURCE) && __FreeBSD_version > 500000
|
||||
|
||||
char *
|
||||
insert_commas (off_t number, char *dest_str, size_t dest_len)
|
|
@ -31,17 +31,21 @@ bin/gftp-text
|
|||
%%NOX11:%%%%DATADIR%%/gftp/up.xpm
|
||||
%%NOX11:%%%%DATADIR%%/gftp/world.xpm
|
||||
%%NOX11:%%%%GNOME:%%share/gnome/pixmaps/gftp.png
|
||||
share/locale/bg/LC_MESSAGES/gftp.mo
|
||||
share/locale/am/LC_MESSAGES/gftp.mo
|
||||
share/locale/ar/LC_MESSAGES/gftp.mo
|
||||
share/locale/az/LC_MESSAGES/gftp.mo
|
||||
share/locale/be/LC_MESSAGES/gftp.mo
|
||||
share/locale/bg/LC_MESSAGES/gftp.mo
|
||||
share/locale/bn/LC_MESSAGES/gftp.mo
|
||||
share/locale/ca/LC_MESSAGES/gftp.mo
|
||||
share/locale/cs/LC_MESSAGES/gftp.mo
|
||||
share/locale/da/LC_MESSAGES/gftp.mo
|
||||
share/locale/de/LC_MESSAGES/gftp.mo
|
||||
share/locale/el/LC_MESSAGES/gftp.mo
|
||||
share/locale/es/LC_MESSAGES/gftp.mo
|
||||
share/locale/fi/LC_MESSAGES/gftp.mo
|
||||
share/locale/fr/LC_MESSAGES/gftp.mo
|
||||
share/locale/hr/LC_MESSAGES/gftp.mo
|
||||
share/locale/hu/LC_MESSAGES/gftp.mo
|
||||
share/locale/it/LC_MESSAGES/gftp.mo
|
||||
share/locale/ja/LC_MESSAGES/gftp.mo
|
||||
|
@ -56,6 +60,7 @@ share/locale/pt/LC_MESSAGES/gftp.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/gftp.mo
|
||||
share/locale/ro/LC_MESSAGES/gftp.mo
|
||||
share/locale/ru/LC_MESSAGES/gftp.mo
|
||||
share/locale/sk/LC_MESSAGES/gftp.mo
|
||||
share/locale/sr/LC_MESSAGES/gftp.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/gftp.mo
|
||||
share/locale/sv/LC_MESSAGES/gftp.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue