mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Update to 3.7.14
PR: 135145 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>(maintainer)
This commit is contained in:
parent
f568288dfa
commit
f6672ec5aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235063
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 3.7.13
|
||||
PORTVERSION= 3.7.14
|
||||
CATEGORIES= ftp ipv6
|
||||
MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
|
||||
ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/old/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lftp-3.7.13.tar.bz2) = 7453bb2764491dbf5b0aec7efbb4c52e
|
||||
SHA256 (lftp-3.7.13.tar.bz2) = 4e8eb7298661b6171c2ea741d45800ef66a76da0ef95bb21731a6c57eea3307f
|
||||
SIZE (lftp-3.7.13.tar.bz2) = 1489812
|
||||
MD5 (lftp-3.7.14.tar.bz2) = 723d372833d6a94c15cc78cc98565517
|
||||
SHA256 (lftp-3.7.14.tar.bz2) = f1b9d56b85842c4924b73b91877bc4360f33963c584449285f281f57b31004c6
|
||||
SIZE (lftp-3.7.14.tar.bz2) = 1490470
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- lib/Makefile.in.orig 2009-03-09 17:51:32.687581242 +0000
|
||||
+++ lib/Makefile.in 2009-03-09 17:59:43.191630779 +0000
|
||||
@@ -879,8 +879,6 @@
|
||||
--- lib/Makefile.in.orig 2009-05-31 16:43:31.478158732 +0000
|
||||
+++ lib/Makefile.in 2009-05-31 16:47:08.255450539 +0000
|
||||
@@ -886,8 +886,6 @@
|
||||
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
|
||||
GPERF = gperf
|
||||
LINK_WARNING_H = $(top_srcdir)/build-aux/link-warning.h
|
||||
@ -9,7 +9,7 @@
|
||||
all: $(BUILT_SOURCES) config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
@@ -1610,30 +1608,9 @@
|
||||
@@ -1626,31 +1624,10 @@
|
||||
fi ; \
|
||||
if $$need_charset_alias; then \
|
||||
$(mkinstalldirs) $(DESTDIR)$(libdir) ; \
|
||||
@ -26,7 +26,8 @@
|
||||
- fi ; \
|
||||
fi
|
||||
|
||||
uninstall-local: all-local
|
||||
uninstall-local: uninstall-localcharset
|
||||
uninstall-localcharset: all-local
|
||||
- if test -f $(charset_alias); then \
|
||||
- sed -f ref-del.sed $(charset_alias) > $(charset_tmp); \
|
||||
- if grep '^# Packages using this file: $$' $(charset_tmp) \
|
||||
|
Loading…
Reference in New Issue
Block a user