diff options
author | mandree <mandree@FreeBSD.org> | 2010-06-09 04:01:50 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2010-06-09 04:01:50 +0800 |
commit | c3da782624a8fc1fbd1c18c0409e5cb583b494b2 (patch) | |
tree | 546b6d6dc94a4950d1146fcbdd87d955b046aad8 /dns | |
parent | 42258cbf351c87186db981295e5bf50a96f63496 (diff) | |
download | freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.tar.gz freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.tar.zst freebsd-ports-gnome-c3da782624a8fc1fbd1c18c0409e5cb583b494b2.zip |
Upgrade to upstream bugfix release 2.55, removing version hack.
Note this version fixes two crashes on startup.
Approved by: garga (mentor)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 6 | ||||
-rw-r--r-- | dns/dnsmasq/distinfo | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 3431331fd54a..1ff61f079d00 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -6,11 +6,7 @@ # PORTNAME= dnsmasq -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 +PORTVERSION= 2.55 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ diff --git a/dns/dnsmasq/distinfo b/dns/dnsmasq/distinfo index 811e3a07edf0..78b540f0baaf 100644 --- a/dns/dnsmasq/distinfo +++ b/dns/dnsmasq/distinfo @@ -1,3 +1,3 @@ -MD5 (dnsmasq-2.53.tar.lzma) = 07328f6e8a88ae0d0f30f90434282d78 -SHA256 (dnsmasq-2.53.tar.lzma) = 784d5dd938860c7c38d073101995320d34364732d3478c05ee4601c55b975adf -SIZE (dnsmasq-2.53.tar.lzma) = 320103 +MD5 (dnsmasq-2.55.tar.lzma) = 0ad62ac20fbb7e4e07f3f031c89e1b94 +SHA256 (dnsmasq-2.55.tar.lzma) = ae36d8031640b3202d196170025ee13e6d9240cb6d523a2a3e4f7ab1289e1473 +SIZE (dnsmasq-2.55.tar.lzma) = 320116 |