mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 4.0.10
PR: ports/150382 Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot org> (maintainer) Approved by: miwi (mentor)
This commit is contained in:
parent
2d3ab3761f
commit
e112d9c4ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260971
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= lftp
|
||||
PORTVERSION= 4.0.9
|
||||
PORTVERSION= 4.0.10
|
||||
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/ \
|
||||
@ -17,7 +17,6 @@ MASTER_SITES= ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
|
||||
ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/ \
|
||||
ftp://ftp.yars.free.net/pub/source/lftp/old/
|
||||
EXTRACT_SUFX= .tar.lzma
|
||||
|
||||
MAINTAINER= ganael.laplanche@martymac.org
|
||||
COMMENT= Shell-like command line ftp client
|
||||
@ -25,7 +24,7 @@ COMMENT= Shell-like command line ftp client
|
||||
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2
|
||||
|
||||
USE_ICONV= yes
|
||||
USE_XZ= yes
|
||||
USE_GZIP= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (lftp-4.0.9.tar.lzma) = b3d584d12fd04037916882b1a00f2f92
|
||||
SHA256 (lftp-4.0.9.tar.lzma) = efff626c6f58426bd4a55c3b2522533324388c69781440b4a698c401782de59b
|
||||
SIZE (lftp-4.0.9.tar.lzma) = 1271008
|
||||
MD5 (lftp-4.0.10.tar.gz) = 2729f41bc21130f96190d41d34bb8809
|
||||
SHA256 (lftp-4.0.10.tar.gz) = 01a7b7248ede9ca36f093ed769e7ced4797c5a59a2d689769f9fb2e2500dad34
|
||||
SIZE (lftp-4.0.10.tar.gz) = 2216531
|
||||
|
@ -5,7 +5,7 @@ etc/lftp.conf.sample
|
||||
@exec if [ ! -f %D/etc/lftp.conf ]; then cp %B/%f %D/etc/lftp.conf; fi
|
||||
lib/liblftp-jobs.a
|
||||
lib/liblftp-tasks.a
|
||||
%%DATADIR%%/convert-netscape-cookies
|
||||
%%DATADIR%%/convert-mozilla-cookies
|
||||
%%DATADIR%%/import-ncftp
|
||||
%%DATADIR%%/import-netscape
|
||||
%%DATADIR%%/verify-file
|
||||
|
Loading…
Reference in New Issue
Block a user