git: 4ee0563f5b10 - main - security/age: reinstate PORTREVISION...

Matthias Andree mandree at FreeBSD.org
Sat Sep 11 07:28:24 UTC 2021


The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4ee0563f5b108dfe028302ac5f47c5250eb9369e

commit 4ee0563f5b108dfe028302ac5f47c5250eb9369e
Author:     Matthias Andree <mandree at FreeBSD.org>
AuthorDate: 2021-09-11 07:27:01 +0000
Commit:     Matthias Andree <mandree at 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 at FreeBSD.org


More information about the dev-commits-ports-all mailing list