- Update to version 3.0.5
PR: ports/67528 Submitted by: maintainer
This commit is contained in:
parent
36250357c1
commit
58523e48d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110770
4 changed files with 30 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 3.0.4
|
||||
PORTVERSION= 3.0.5
|
||||
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/ \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MD5 (lftp-3.0.4.tar.bz2) = 382a08fed9f7396971996ad1ba12aefb
|
||||
SIZE (lftp-3.0.4.tar.bz2) = 1216429
|
||||
MD5 (lftp-3.0.4.tar.bz2.asc) = c197830690cef59d02656c9869f55af6
|
||||
SIZE (lftp-3.0.4.tar.bz2.asc) = 185
|
||||
MD5 (lftp-3.0.5.tar.bz2) = f8283b4a7f23c39167bbc127637e869e
|
||||
SIZE (lftp-3.0.5.tar.bz2) = 1218826
|
||||
MD5 (lftp-3.0.5.tar.bz2.asc) = 66710b3eb90ce3c2254f4839a4fd62f4
|
||||
SIZE (lftp-3.0.5.tar.bz2.asc) = 185
|
||||
|
|
25
ftp/lftp/files/patch-src_Makefile.in
Normal file
25
ftp/lftp/files/patch-src_Makefile.in
Normal file
|
@ -0,0 +1,25 @@
|
|||
--- 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
|
||||
|
||||
uninstall-pkgverlibLTLIBRARIES:
|
||||
@$(NORMAL_UNINSTALL)
|
|
@ -26,5 +26,4 @@ share/lftp/import-netscape
|
|||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/lftp.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/lftp.mo
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm lib/lftp
|
||||
@dirrm share/lftp
|
||||
|
|
Loading…
Reference in a new issue