Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 2021 07:28:24 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: 4ee0563f5b10 - main - security/age: reinstate PORTREVISION...
Message-ID:  <202109110728.18B7SOKR023313@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=4ee0563f5b108dfe028302ac5f47c5250eb9369e

commit 4ee0563f5b108dfe028302ac5f47c5250eb9369e
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-09-11 07:27:01 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-09-11 07:27:01 +0000

    security/age: reinstate PORTREVISION...
    
    ...because the DISTVERSIONSUFFIX was not part of the port/package
    revision and thus without PORTREVISION, the version overall had
    gone backwards.
    
    Bump PORTREVISION to 2, one higher than previously used for -beta6.
    
    Approved by:    portmgr@ (blanket, trivial tested fix)
---
 security/age/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/security/age/Makefile b/security/age/Makefile
index bb8f5bc9901c..e3c1121bb9f0 100644
--- a/security/age/Makefile
+++ b/security/age/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	age
 DISTVERSIONPREFIX=	v
 DISTVERSION=	1.0.0
+PORTREVISION=	2
 CATEGORIES=	security
 
 MAINTAINER=	dmgk@FreeBSD.org



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