summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2022-09-11 10:42:08 +0200
committerMatthias Andree <mandree@FreeBSD.org>2022-09-11 10:47:58 +0200
commit0bfc8332a043abf5211d82c6fff6bbff67fb3e5e (patch)
tree3de50f50f87e3f9fc7323cd26cd53a51aa0d8d0c
parentwww/gitea: Update to 1.17.2 (diff)
dns/dnsmasq-devel: bump PORTEPOCH...
...to ensure an increasing port version after the switch from test to rc. (cherry picked from commit d93e69ca76102059b04bcdfb053e45d9354e5e14)
-rw-r--r--dns/dnsmasq-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile
index 65c6a2248828..80ddb3ae7802 100644
--- a/dns/dnsmasq-devel/Makefile
+++ b/dns/dnsmasq-devel/Makefile
@@ -1,10 +1,10 @@
# Created by: Steven Honson
PORTNAME= dnsmasq
-DISTVERSION= 2.87rc1
+DISTVERSION= 2.87rc1 # 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= 4 # attn - different between -devel and dnsmasq ports!
+PORTEPOCH= 5 # attn - different between -devel and dnsmasq ports!
CATEGORIES= dns
MASTER_SITES= https://www.thekelleys.org.uk/dnsmasq/release-candidates/ \
LOCAL/mandree/