diff options
author | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-06-04 16:09:20 +0800 |
commit | e7f0a8b3c17c3b5364b3d27dda111d6817712cfd (patch) | |
tree | 77155b7cf2dae561704dbe7239314bd09db1ec8f /ftp | |
parent | 08466ea7f867fd5df5471a209dfd43d6c6266d3d (diff) | |
download | freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.gz freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.tar.zst freebsd-ports-gnome-e7f0a8b3c17c3b5364b3d27dda111d6817712cfd.zip |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/lftp/Makefile | 3 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 6 | ||||
-rw-r--r-- | ftp/wget/Makefile | 3 | ||||
-rw-r--r-- | ftp/wget/distinfo | 6 |
4 files changed, 10 insertions, 8 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 63da903db63c..f8bd83c1319f 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -18,6 +18,7 @@ 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.com COMMENT= Shell-like command line ftp client @@ -25,7 +26,7 @@ COMMENT= Shell-like command line ftp client LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 USE_ICONV= yes -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index 72de04af20e4..3212c33ebdf2 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1,3 +1,3 @@ -MD5 (lftp-4.0.5.tar.bz2) = 5400cad5f91e131ac2ded7c24aea594c -SHA256 (lftp-4.0.5.tar.bz2) = 5c1f94f5780ed3cb51fe00439fbfa4e8b4bd28564c3248cb21f6ee9fd794c473 -SIZE (lftp-4.0.5.tar.bz2) = 1604028 +MD5 (lftp-4.0.5.tar.lzma) = 07803bc69f5f78538e2534a484af174f +SHA256 (lftp-4.0.5.tar.lzma) = 6492bcc546e16f8fdef92733fddbcde67dc7397b660e26b5168753bb05d15f26 +SIZE (lftp-4.0.5.tar.lzma) = 1239821 diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 58b4f4593c08..3e9184ef2b9e 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -11,11 +11,12 @@ PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget +EXTRACT_SUFX= .tar.lzma MAINTAINER= vd@FreeBSD.org COMMENT= Retrieve files from the Net via HTTP(S) and FTP -USE_BZIP2= yes +USE_XZ= yes USE_GMAKE= yes USE_PERL5_BUILD=yes GNU_CONFIGURE= yes diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 96e81f2dae7e..30e92b255932 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -1,3 +1,3 @@ -MD5 (wget-1.12.tar.bz2) = 308a5476fc096a8a525d07279a6f6aa3 -SHA256 (wget-1.12.tar.bz2) = c823d938e2f849305a101c0860229b123d7564c26470fdac9118d85e3c7dba9a -SIZE (wget-1.12.tar.bz2) = 1609032 +MD5 (wget-1.12.tar.lzma) = e6ee1f02df61c6fb8a076be66983090a +SHA256 (wget-1.12.tar.lzma) = 7426a8c7092f1df1b6b0990c9c049388128fc0ad403752929f972616bfae2715 +SIZE (wget-1.12.tar.lzma) = 1200752 |