mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
update to 2.0.17.p.0
This commit is contained in:
parent
bd4db0f6d4
commit
0cd7f057de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105270
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= gftp
|
||||
PORTVERSION= 2.0.16
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 2.0.17.p.0
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://gftp.seul.org/ \
|
||||
ftp://gftp.seul.org/pub/gftp/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p./pre/}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A free multithreaded GTK-based GUI ftp and sftp client
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (gftp-2.0.16.tar.gz) = 94069bfbfdebd5f00eb881fe9440534b
|
||||
SIZE (gftp-2.0.16.tar.gz) = 1756832
|
||||
MD5 (gftp-2.0.17pre0.tar.gz) = 39323f1cb94f5cdb0d22bea3128d6866
|
||||
SIZE (gftp-2.0.17pre0.tar.gz) = 1930107
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- 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)
|
@ -45,6 +45,7 @@ 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/ga/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
|
||||
@ -64,6 +65,8 @@ 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
|
||||
share/locale/ta/LC_MESSAGES/gftp.mo
|
||||
share/locale/th/LC_MESSAGES/gftp.mo
|
||||
share/locale/tr/LC_MESSAGES/gftp.mo
|
||||
share/locale/uk/LC_MESSAGES/gftp.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/gftp.mo
|
||||
|
Loading…
Reference in New Issue
Block a user