summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-06-02 21:38:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-06-02 21:38:15 +0000
commitf6672ec5aacc525867e08257cac1df05ced88ddf (patch)
tree0b9fc15e249155e4aabeb3b96bfbb83c2113871a /ftp
parent- Update to 2.33 (diff)
- Update to 3.7.14
PR: 135145 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>(maintainer)
Notes
Notes: svn path=/head/; revision=235063
Diffstat (limited to 'ftp')
-rw-r--r--ftp/lftp/Makefile2
-rw-r--r--ftp/lftp/distinfo6
-rw-r--r--ftp/lftp/files/patch-lib-Makefile.in11
3 files changed, 10 insertions, 9 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile
index 58245fa136ac..da72c265d882 100644
--- a/ftp/lftp/Makefile
+++ b/ftp/lftp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lftp
-PORTVERSION= 3.7.13
+PORTVERSION= 3.7.14
CATEGORIES= ftp ipv6
MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo
index d84e93bb96e4..e32c608a13b2 100644
--- a/ftp/lftp/distinfo
+++ b/ftp/lftp/distinfo
@@ -1,3 +1,3 @@
-MD5 (lftp-3.7.13.tar.bz2) = 7453bb2764491dbf5b0aec7efbb4c52e
-SHA256 (lftp-3.7.13.tar.bz2) = 4e8eb7298661b6171c2ea741d45800ef66a76da0ef95bb21731a6c57eea3307f
-SIZE (lftp-3.7.13.tar.bz2) = 1489812
+MD5 (lftp-3.7.14.tar.bz2) = 723d372833d6a94c15cc78cc98565517
+SHA256 (lftp-3.7.14.tar.bz2) = f1b9d56b85842c4924b73b91877bc4360f33963c584449285f281f57b31004c6
+SIZE (lftp-3.7.14.tar.bz2) = 1490470
diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in
index dcc86fc56be0..ac69c16ee15e 100644
--- a/ftp/lftp/files/patch-lib-Makefile.in
+++ b/ftp/lftp/files/patch-lib-Makefile.in
@@ -1,6 +1,6 @@
---- lib/Makefile.in.orig 2009-03-09 17:51:32.687581242 +0000
-+++ lib/Makefile.in 2009-03-09 17:59:43.191630779 +0000
-@@ -879,8 +879,6 @@
+--- lib/Makefile.in.orig 2009-05-31 16:43:31.478158732 +0000
++++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000
+@@ -886,8 +886,6 @@
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
GPERF = gperf
LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
@@ -9,7 +9,7 @@
all: $(BUILT_SOURCES) config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
-@@ -1610,30 +1608,9 @@
+@@ -1626,31 +1624,10 @@
fi ; \
if $$need_charset_alias; then \
$(mkinstalldirs) $(DESTDIR)$(libdir) ; \
@@ -26,7 +26,8 @@
- fi ; \
fi
- uninstall-local: all-local
+ uninstall-local: uninstall-localcharset
+ uninstall-localcharset: all-local
- if test -f $(charset_alias); then \
- sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
- if grep '^# Packages using this file: $$' $(charset_tmp) \