diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 23:53:35 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-26 23:53:35 +0800 |
commit | 91d68ec0aedcb84b919b7325a13806f2a521ca03 (patch) | |
tree | 191df8b627eccd69642619ca5b35947ceb22bd0c /ftp | |
parent | 22b475c1a09d7831cecf1762fe390b9c4ca10bd6 (diff) | |
download | freebsd-ports-gnome-91d68ec0aedcb84b919b7325a13806f2a521ca03.tar.gz freebsd-ports-gnome-91d68ec0aedcb84b919b7325a13806f2a521ca03.tar.zst freebsd-ports-gnome-91d68ec0aedcb84b919b7325a13806f2a521ca03.zip |
- Update to 2.6.11
PR: ports/60592
Submitted by: Dmitry A. Yanko <fm@code.org.ua> (maintainer)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src::Makefile.in | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index c8ffe6e9d458..c135715caeca 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.10 +PORTVERSION= 2.6.11 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 3f2295a60b8a..aa04bfae70a7 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.6.10.tar.bz2) = 851387ab94bad8013d20ba7d3758b603 +MD5 (lftp-2.6.11.tar.bz2) = 58e67606046174175e8cdee4c74fdaf7 diff --git a/ftp/lftp/files/patch-src::Makefile.in b/ftp/lftp/files/patch-src::Makefile.in index 6138acb44843..174fe5510067 100644 --- a/ftp/lftp/files/patch-src::Makefile.in +++ b/ftp/lftp/files/patch-src::Makefile.in @@ -1,10 +1,10 @@ ---- src/Makefile.in.orig Wed Nov 21 17:37:09 2001 -+++ src/Makefile.in Wed Nov 21 17:37:23 2001 -@@ -396,7 +396,6 @@ - $(RANLIB) libtasks.a +--- src/Makefile.in.orig Mon Dec 22 14:56:28 2003 ++++ src/Makefile.in Fri Dec 26 16:45:09 2003 +@@ -464,7 +464,6 @@ + done install-pkgverlibLTLIBRARIES: $(pkgverlib_LTLIBRARIES) @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(pkgverlibdir) +- $(mkdir_p) $(DESTDIR)$(pkgverlibdir) @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \ if test -f $$p; then \ - echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(pkgverlibdir)/$$p"; \ + f="`echo $$p | sed -e 's|^.*/||'`"; \ |