mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
update to 2.0.18rc1
This commit is contained in:
parent
127d3d956d
commit
7a4fc79d7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121322
4 changed files with 17 additions and 11 deletions
|
@ -6,11 +6,12 @@
|
|||
#
|
||||
|
||||
PORTNAME= gftp
|
||||
PORTVERSION= 2.0.17
|
||||
PORTVERSION= 2.0.18.r1
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://gftp.seul.org/ \
|
||||
ftp://gftp.seul.org/pub/gftp/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/}
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= A free multithreaded GTK-based GUI ftp and sftp client
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (gftp-2.0.17.tar.gz) = 6fa2daeae99b481410de3009e2ce4e19
|
||||
SIZE (gftp-2.0.17.tar.gz) = 1931750
|
||||
MD5 (gftp-2.0.18rc1.tar.gz) = 2f58001ee8eacd21fedc1302f9245648
|
||||
SIZE(gftp-2.0.18rc1.tar.gz) = 2109670
|
||||
|
|
|
@ -1,22 +1,23 @@
|
|||
--- 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@
|
||||
--- docs/Makefile.in.orig Wed Nov 10 20:13:26 2004
|
||||
+++ docs/Makefile.in Wed Nov 10 20:15:59 2004
|
||||
@@ -167,16 +167,20 @@
|
||||
target_alias = @target_alias@
|
||||
|
||||
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 gftp-faq.sgml
|
||||
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
|
||||
Utilitiesdir = $(datadir)/applications
|
||||
Utilities_DATA = gftp.desktop
|
||||
|
||||
Iconsdir = $(datadir)/pixmaps
|
||||
Icons_DATA = gftp.png
|
||||
+.endif
|
||||
subdir = docs
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = ../config.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
|
|
|
@ -42,6 +42,8 @@ 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/en_CA/LC_MESSAGES/gftp.mo
|
||||
share/locale/en_GB/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
|
||||
|
@ -56,12 +58,14 @@ share/locale/ml/LC_MESSAGES/gftp.mo
|
|||
share/locale/ms/LC_MESSAGES/gftp.mo
|
||||
share/locale/nl/LC_MESSAGES/gftp.mo
|
||||
share/locale/no/LC_MESSAGES/gftp.mo
|
||||
share/locale/pa/LC_MESSAGES/gftp.mo
|
||||
share/locale/pl/LC_MESSAGES/gftp.mo
|
||||
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/sq/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