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 /dns/dnsmasq | |
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 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 3 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 46d1a4e3b4b2..6c3ca05d2cc9 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -12,10 +12,13 @@ PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ http://homepages.uni-paderborn.de/mandree/ +EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP and TFTP server +USE_XZ= yes + MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index a259cf8f7304..7312de50edcd 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.52.tar.gz) = 1bb32fffdb4f977ead607802b5d701d0 -SHA256 (dnsmasq-2.52.tar.gz) = a3724f875d0d30c0e2612a32926ad2b6c0a49fff7e224e737689e4c7e8b323d9 -SIZE (dnsmasq-2.52.tar.gz) = 416466 +MD5 (dnsmasq-2.52.tar.lzma) = 2d156f322564fdd71ad238040cd607ac +SHA256 (dnsmasq-2.52.tar.lzma) = 1f7834618181ef2a2feadb65a8a71e6fb75f5dfa07759df295726c2db765cca0 +SIZE (dnsmasq-2.52.tar.lzma) = 304860 |