Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2021 14:43:43 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: 778fa2dc6685 - main - security/nss: Add TODO about ca_root_nss PORTREVISION
Message-ID:  <202109031443.183Ehh3T001527@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=778fa2dc6685d70615ff113f0fe8c9183e4a84bf

commit 778fa2dc6685d70615ff113f0fe8c9183e4a84bf
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2021-09-03 14:41:40 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2021-09-03 14:43:34 +0000

    security/nss: Add TODO about ca_root_nss PORTREVISION
    
    Since ca_root_nss inherit's nss's PORTVERSION, add a comment
    to remind maintainers to reset ca_root_nss's PORTREVISION next time
    that nss's PORTVERSION gets bumped.
    
    Approved by:    portmgr@ (blanket, comment-only change)
---
 security/nss/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/nss/Makefile b/security/nss/Makefile
index e4e747fb893c..cb9eb47763b9 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -1,7 +1,7 @@
 # Created by: Maxim Sobolev <sobomax@FreeBSD.org>
 
 PORTNAME=	nss
-PORTVERSION=	3.69
+PORTVERSION=	3.69	# when bumping this, please reset PORTREVISION in ../ca_root_nss/Makefile
 CATEGORIES=	security
 MASTER_SITES=	MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
 



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