git: d93e69ca7610 - main - dns/dnsmasq-devel: bump PORTEPOCH...
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 19:10:06 UTC
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=d93e69ca76102059b04bcdfb053e45d9354e5e14 commit d93e69ca76102059b04bcdfb053e45d9354e5e14 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2022-09-11 08:42:08 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2022-09-11 08:43:20 +0000 dns/dnsmasq-devel: bump PORTEPOCH... ...to ensure an increasing port version after the switch from test to rc. --- dns/dnsmasq-devel/Makefile | 4 ++-- 1 file 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/