diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-02-15 21:49:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-02-15 21:49:06 +0000 |
commit | 94102e1a09b8b4262858f1f19713825b0fc5440a (patch) | |
tree | 3e0add611f4e8b825372d8fc9be83eba175904bb /dns/dnsmasq | |
parent | 1c70f0be9d6f74c2bae11749fa23d8dbc513e5e6 (diff) |
Update to new upstream release 2.56.
Replace uni-paderborn.de master site by MASTER_SITE_LOCAL.
Add LICENSE=GPLv2.
Changelog:
http://www.thekelleys.org.uk/dnsmasq/CHANGELOG
Notes
Notes:
svn path=/head/; revision=269214
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 8 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 1ff61f079d00..67edb47cc5ee 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,16 +6,18 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.55 +PORTVERSION= 2.56 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ - http://homepages.uni-paderborn.de/mandree/ + ${MASTER_SITE_LOCAL}/ +MASTER_SITE_SUBDIR= mandree EXTRACT_SUFX= .tar.lzma MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP and TFTP server +LICENSE= GPLv2 USE_XZ= yes MAN8= dnsmasq.8 @@ -31,7 +33,7 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" OPTIONS= IPV6 "IPv6 support" on OPTIONS+= DBUS "DBUS support" off OPTIONS+= NLS "NLS and IDN support" on -# unfortunately, NLS and IDN are inseparable in dnsmasq 2.51rc1, this +# unfortunately, NLS and IDN are inseparable in dnsmasq 2.56, this # has been reported to Simon Kelley on 2009-10-01 by the port maintainer. .include <bsd.port.pre.mk> diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 78b540f0baaf..b44ae69b5bb2 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,2 @@ -MD5 (dnsmasq-2.55.tar.lzma) = 0ad62ac20fbb7e4e07f3f031c89e1b94 -SHA256 (dnsmasq-2.55.tar.lzma) = ae36d8031640b3202d196170025ee13e6d9240cb6d523a2a3e4f7ab1289e1473 -SIZE (dnsmasq-2.55.tar.lzma) = 320116 +SHA256 (dnsmasq-2.56.tar.lzma) = 36341d2534801cae3463489b79d912f9db8b5dbf5527efd69821a7984def2c33 +SIZE (dnsmasq-2.56.tar.lzma) = 331543 |