diff options
-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 |