diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-11-17 20:46:20 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-11-17 20:48:15 +0000 |
commit | a649c643cd41e38b6f5c96b7c89bbc32735af555 (patch) | |
tree | 31a11c532b7d9cbbb72d5b223cf162c5052c7956 | |
parent | 268a15a15e036328ba29a86ab1670817e1195d99 (diff) | |
download | ports-a649c643cd41e38b6f5c96b7c89bbc32735af555.tar.gz ports-a649c643cd41e38b6f5c96b7c89bbc32735af555.zip |
dns/dnsmasq-devel: update to 2.88rc3
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 9 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 0a6eabf5df60..eb2e09f33ffc 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,8 +1,9 @@ PORTNAME= dnsmasq -DISTVERSION= 2.87rc1 # remember to bump PORTEPOCH when going from test to rc! +DISTVERSION= 2.88rc3 # remember to bump PORTEPOCH when going from test to rc! # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 -PORTEPOCH= 5 # attn - different between -devel and dnsmasq ports! +# attn - PORTEPOCH is different between -devel and dnsmasq ports! +PORTEPOCH= 5 CATEGORIES= dns MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \ LOCAL/mandree/ @@ -14,8 +15,8 @@ MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP, and TFTP server WWW= https://www.thekelleys.org.uk/dnsmasq/doc.html -IGNORE= please use dns/dnsmasq, which is newer # re-enable after 2.87 release -DEPRECATED= Short-lived test branch, to be removed after v2.87 release +#IGNORE= please use dns/dnsmasq, which is newer # re-enable after 2.88 release +DEPRECATED= Short-lived test branch, to be removed after v2.88 release LICENSE= GPLv2 diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 534ed87e7d2b..c7167253e575 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662661228 -SHA256 (dnsmasq-2.87rc1.tar.xz) = a13df87ac500bdda920197f33a07251559ff60f4fbe26f46317241bd2bade9a9 -SIZE (dnsmasq-2.87rc1.tar.xz) = 561248 +TIMESTAMP = 1668717623 +SHA256 (dnsmasq-2.88rc3.tar.xz) = fe8fad05cf48888aaae8cc934bef9c9290c5b11e1225d08eecdc7dd7571003ac +SIZE (dnsmasq-2.88rc3.tar.xz) = 580628 |