diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-24 11:51:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-24 11:51:29 +0000 |
commit | fd1c2f6783458554aec52b5bd7b1ebe1b50a0f91 (patch) | |
tree | b91b06b73ba7d7b8600b4912cfccb42771d3ae5f /ftp/lftp | |
parent | ebd5247dc18b846b36c098d0f5fe899d0b93f74b (diff) | |
download | ports-fd1c2f6783458554aec52b5bd7b1ebe1b50a0f91.tar.gz ports-fd1c2f6783458554aec52b5bd7b1ebe1b50a0f91.zip |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 8 | ||||
-rw-r--r-- | ftp/lftp/files/patch-src_Makefile.in | 32 |
3 files changed, 14 insertions, 28 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 51ca2cca82ad..9613a57fb0e1 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 3.0.11 +PORTVERSION= 3.0.13 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/net/ftp/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index b65c9e965002..ce96dc6ff8a7 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,4 +1,4 @@ -MD5 (lftp-3.0.11.tar.bz2) = c1c79fccedbeaf1386d94db27215517f -SIZE (lftp-3.0.11.tar.bz2) = 1221523 -MD5 (lftp-3.0.11.tar.bz2.asc) = 80bf5648ca6bc406d31283e2cefc917b -SIZE (lftp-3.0.11.tar.bz2.asc) = 185 +MD5 (lftp-3.0.13.tar.bz2) = 9d768c0062a58d25e6e1339add10799b +SIZE (lftp-3.0.13.tar.bz2) = 1223604 +MD5 (lftp-3.0.13.tar.bz2.asc) = dc0e366d981e56e0cdf555f02ea776bc +SIZE (lftp-3.0.13.tar.bz2.asc) = 185 diff --git a/ftp/lftp/files/patch-src_Makefile.in b/ftp/lftp/files/patch-src_Makefile.in index d174feca111a..db1ecaf7d909 100644 --- a/ftp/lftp/files/patch-src_Makefile.in +++ b/ftp/lftp/files/patch-src_Makefile.in @@ -1,25 +1,11 @@ ---- src/Makefile.in.orig Mon May 31 15:59:03 2004 -+++ src/Makefile.in Thu Jun 3 16:22:14 2004 -@@ -464,14 +464,14 @@ - done - install-pkgverlibLTLIBRARIES: $(pkgverlib_LTLIBRARIES) +--- src/Makefile.in.orig Thu Dec 23 15:03:41 2004 ++++ src/Makefile.in Thu Dec 23 15:06:20 2004 +@@ -834,7 +834,7 @@ + + info-am: + +-install-data-am: install-pkgdataSCRIPTS install-pkgverlibLTLIBRARIES ++install-data-am: install-pkgdataSCRIPTS @$(NORMAL_INSTALL) -- test -z "$(pkgverlibdir)" || $(mkdir_p) "$(DESTDIR)$(pkgverlibdir)" -- @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \ -- if test -f $$p; then \ -- f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(LIBTOOL) --mode=install $(pkgverlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgverlibdir)/$$f'"; \ -- $(LIBTOOL) --mode=install $(pkgverlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgverlibdir)/$$f"; \ -- else :; fi; \ -- done -+# test -z "$(pkgverlibdir)" || $(mkdir_p) "$(DESTDIR)$(pkgverlibdir)" -+# @list='$(pkgverlib_LTLIBRARIES)'; for p in $$list; do \ -+# if test -f $$p; then \ -+# f="`echo $$p | sed -e 's|^.*/||'`"; \ -+# echo " $(LIBTOOL) --mode=install $(pkgverlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(pkgverlibdir)/$$f'"; \ -+# $(LIBTOOL) --mode=install $(pkgverlibLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(pkgverlibdir)/$$f"; \ -+# else :; fi; \ -+# done + $(MAKE) $(AM_MAKEFLAGS) install-data-hook - uninstall-pkgverlibLTLIBRARIES: - @$(NORMAL_UNINSTALL) |