Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2022 19:10:06 GMT
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d93e69ca7610 - main - dns/dnsmasq-devel: bump PORTEPOCH...
Message-ID:  <202209111910.28BJA6QW079116@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209111910.28BJA6QW079116>