git: 0bfc8332a043 - 2022Q3 - dns/dnsmasq-devel: bump PORTEPOCH...
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Sep 2022 19:14:45 UTC
The branch 2022Q3 has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=0bfc8332a043abf5211d82c6fff6bbff67fb3e5e commit 0bfc8332a043abf5211d82c6fff6bbff67fb3e5e 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:47:58 +0000 dns/dnsmasq-devel: bump PORTEPOCH... ...to ensure an increasing port version after the switch from test to rc. (cherry picked from commit d93e69ca76102059b04bcdfb053e45d9354e5e14) --- 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 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/