diff options
author | martymac <martymac@FreeBSD.org> | 2011-06-29 15:44:59 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2011-06-29 15:44:59 +0800 |
commit | 5aae175f9a7df7f9dcacc232c8898d3c3791fe87 (patch) | |
tree | be6ec508cfcd9cb99b76b0fe5fa80a319a290fd1 /ftp | |
parent | 143912f9a76639fd3bba40cd176791e6807aa82c (diff) | |
download | freebsd-ports-graphics-5aae175f9a7df7f9dcacc232c8898d3c3791fe87.tar.gz freebsd-ports-graphics-5aae175f9a7df7f9dcacc232c8898d3c3791fe87.tar.zst freebsd-ports-graphics-5aae175f9a7df7f9dcacc232c8898d3c3791fe87.zip |
Update to 4.3.1
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 4 | ||||
-rw-r--r-- | ftp/lftp/files/patch-lib-Makefile.in | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 6549ad8483f..de5fb8b9fae 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 4.2.3 -PORTREVISION= 1 +PORTVERSION= 4.3.1 CATEGORIES= ftp ipv6 MASTER_SITES= http://ftp.yars.free.net/pub/source/lftp/ \ http://ftp.yars.free.net/pub/source/lftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 129b0ad86f6..42a83d204dd 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,2 +1,2 @@ -SHA256 (lftp-4.2.3.tar.gz) = cf702f5941cc31b026782b5b7972be9c50acf07472db9f38e42d9659ec18f0e0 -SIZE (lftp-4.2.3.tar.gz) = 2318363 +SHA256 (lftp-4.3.1.tar.gz) = becf369e5b79e613433234d6cdf8ed35c1df3897d672a05923d20c96253a41d6 +SIZE (lftp-4.3.1.tar.gz) = 2351594 diff --git a/ftp/lftp/files/patch-lib-Makefile.in b/ftp/lftp/files/patch-lib-Makefile.in index 7ee9cdb7961..de93e32e280 100644 --- a/ftp/lftp/files/patch-lib-Makefile.in +++ b/ftp/lftp/files/patch-lib-Makefile.in @@ -1,15 +1,15 @@ ---- lib/Makefile.in.orig 2010-05-20 17:06:32.285300994 +0000 -+++ lib/Makefile.in 2010-05-20 17:08:39.765460763 +0000 -@@ -1127,8 +1127,6 @@ +--- lib/Makefile.in.orig 2011-06-27 17:51:45.965708112 +0200 ++++ lib/Makefile.in 2011-06-27 17:54:57.569892443 +0200 +@@ -1333,8 +1333,6 @@ ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h GPERF = gperf -charset_alias = $(DESTDIR)$(libdir)/charset.alias -charset_tmp = $(DESTDIR)$(libdir)/charset.tmp + UNUSED_PARAMETER_H = unused-parameter.h WARN_ON_USE_H = warn-on-use.h all: $(BUILT_SOURCES) config.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive -@@ -1981,31 +1979,10 @@ +@@ -2263,31 +2261,10 @@ fi ; \ if $$need_charset_alias; then \ $(mkinstalldirs) $(DESTDIR)$(libdir) ; \ |