diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-04 20:11:14 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-04 20:11:14 +0800 |
commit | 287b3325d78eb0457ed69da7bd93cfdd14c86241 (patch) | |
tree | f354777a9b9c9cfc825d1345f318c4df1579d4af /dns | |
parent | 1a6c8290ac8ea1f8415e94c54e01cfc40035364b (diff) | |
download | freebsd-ports-gnome-287b3325d78eb0457ed69da7bd93cfdd14c86241.tar.gz freebsd-ports-gnome-287b3325d78eb0457ed69da7bd93cfdd14c86241.tar.zst freebsd-ports-gnome-287b3325d78eb0457ed69da7bd93cfdd14c86241.zip |
Upgrade to new upstream release dnsmasq 2.53/2.54.
This release was inadvertently dubbed 2.54 in its logging by Simon Kelley,
so adjust our PORTVERSION to match that, but still build the 2.53 tarball.
Simon will treat 2.53 and 2.54 the same and release 2.55 next time.
http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html
Check work/dnsmasq-2.53/src/config.h for VERSION after "make extract" to see.
Approved by: garga (mentor)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 7 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 6c3ca05d2cc9..3431331fd54a 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,8 +6,11 @@ # PORTNAME= dnsmasq -PORTVERSION= 2.52 -PORTREVISION= 1 +PORTVERSION= 2.54 +# Simon mistyped the program-internal version number and will name +# the next release 2.55. Make sure portversion matches the self-presentation. +# http://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2010q2/004105.html +DISTNAME= ${PORTNAME}-2.53 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 7312de50edcd..811e3a07edf0 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.52.tar.lzma) = 2d156f322564fdd71ad238040cd607ac -SHA256 (dnsmasq-2.52.tar.lzma) = 1f7834618181ef2a2feadb65a8a71e6fb75f5dfa07759df295726c2db765cca0 -SIZE (dnsmasq-2.52.tar.lzma) = 304860 +MD5 (dnsmasq-2.53.tar.lzma) = 07328f6e8a88ae0d0f30f90434282d78 +SHA256 (dnsmasq-2.53.tar.lzma) = 784d5dd938860c7c38d073101995320d34364732d3478c05ee4601c55b975adf +SIZE (dnsmasq-2.53.tar.lzma) = 320103 |