diff options
author | decke <decke@FreeBSD.org> | 2010-09-11 19:56:51 +0800 |
---|---|---|
committer | decke <decke@FreeBSD.org> | 2010-09-11 19:56:51 +0800 |
commit | 0d797b1cb9116d8f98a172db04f4f086984f904b (patch) | |
tree | 03b037b84d63e9fb9bd1e5c09aba5b40ddd413d1 /ftp/lftp | |
parent | 7eb6b81247d4607828222b1c1c74614b2c97d435 (diff) | |
download | freebsd-ports-gnome-0d797b1cb9116d8f98a172db04f4f086984f904b.tar.gz freebsd-ports-gnome-0d797b1cb9116d8f98a172db04f4f086984f904b.tar.zst freebsd-ports-gnome-0d797b1cb9116d8f98a172db04f4f086984f904b.zip |
- Update to 4.0.10
PR: ports/150382
Submitted by: Ganael Laplanche <ganael dot laplanche at martymac dot org> (maintainer)
Approved by: miwi (mentor)
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 5 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/lftp/pkg-plist | 2 |
3 files changed, 6 insertions, 7 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1203ba799f97..b448934529f4 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -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" \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index a8f8f1b758bf..0a727e4668fd 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -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 diff --git a/ftp/lftp/pkg-plist b/ftp/lftp/pkg-plist index be9f69894d5d..c414b7a112ae 100644 --- a/ftp/lftp/pkg-plist +++ b/ftp/lftp/pkg-plist @@ -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 |