Update to version 3.0.13

PR:		ports/75462
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev
2004-12-24 11:51:29 +00:00
parent ebd5247dc1
commit fd1c2f6783
3 changed files with 15 additions and 29 deletions

View File

@@ -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/ \

View File

@@ -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

View File

@@ -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)
@$(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
--- 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)
$(MAKE) $(AM_MAKEFLAGS) install-data-hook
uninstall-pkgverlibLTLIBRARIES:
@$(NORMAL_UNINSTALL)