Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jan 2024 20:59:27 GMT
From:      Craig Leres <leres@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5010d8fde6a5 - main - security/create-cert: Update to 2.11
Message-ID:  <202401212059.40LKxRuM026752@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by leres:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5010d8fde6a5fa020ea410b4eb9ff1a41d6632d1

commit 5010d8fde6a5fa020ea410b4eb9ff1a41d6632d1
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-01-21 20:59:03 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-01-21 20:59:03 +0000

    security/create-cert: Update to 2.11
    
    Install man page in share/man.
    
    Changes since 2.10:
    
     - Remove unconditional FreeBSD mandir hack.
---
 security/create-cert/Makefile | 5 +++--
 security/create-cert/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/security/create-cert/Makefile b/security/create-cert/Makefile
index a9da57796b5f..0cd72675b9e0 100644
--- a/security/create-cert/Makefile
+++ b/security/create-cert/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	create-cert
-PORTVERSION=	2.10
+PORTVERSION=	2.11
 CATEGORIES=	security
 MASTER_SITES=	https://ee.lbl.gov/downloads/create-cert/ \
 		LOCAL/leres/create-cert
@@ -10,8 +10,9 @@ COMMENT=	Create openssl client key and certificates
 LICENSE=	BSD3CLAUSE
 
 PLIST_FILES=	sbin/create-cert \
-		man/man8/create-cert.8.gz
+		share/man/man8/create-cert.8.gz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/security/create-cert/distinfo b/security/create-cert/distinfo
index ce9e22140e81..76a23568a7b4 100644
--- a/security/create-cert/distinfo
+++ b/security/create-cert/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1683674318
-SHA256 (create-cert-2.10.tar.gz) = e807594d98f72d3b15cadd9a094585870ed7e18f6df225f98458020dac0303ea
-SIZE (create-cert-2.10.tar.gz) = 75234
+TIMESTAMP = 1705870149
+SHA256 (create-cert-2.11.tar.gz) = a5715cef9d2acc154559985354a16917a7c0f0f852ceecd6cebe9c606321d9bd
+SIZE (create-cert-2.11.tar.gz) = 75138



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