diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2022-09-11 10:42:08 +0200 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2022-09-11 10:43:20 +0200 |
commit | d93e69ca76102059b04bcdfb053e45d9354e5e14 (patch) | |
tree | 74171bac49c775360cd0c0bd0acb9e55cb2e1f63 /dns | |
parent | mail/minimalist: Remove stale URLs (diff) |
dns/dnsmasq-devel: bump PORTEPOCH...
...to ensure an increasing port version after the switch from
test to rc.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index a138a2269a47..764495598932 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,8 +1,8 @@ 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/ |