Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2025 08:11:05 +0000
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: 0baa760c06dd - main - security/easy-rsa: fix pkg-message (unified help command)
Message-ID:  <69465a19.35052.51570718@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mandree:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0baa760c06dd0eacd944663323ce879fe419e3ac

commit 0baa760c06dd0eacd944663323ce879fe419e3ac
Author:     Matthias Andree <mandree@FreeBSD.org>
AuthorDate: 2025-12-20 08:10:41 +0000
Commit:     Matthias Andree <mandree@FreeBSD.org>
CommitDate: 2025-12-20 08:11:01 +0000

    security/easy-rsa: fix pkg-message (unified help command)
---
 security/easy-rsa/Makefile             | 2 +-
 security/easy-rsa/files/pkg-message.in | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile
index 4a7e4df1f41f..b10997333c64 100644
--- a/security/easy-rsa/Makefile
+++ b/security/easy-rsa/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	easy-rsa
 DISTVERSION=	3.2.5
-PORTREVISION=	0  # leave in if 0 to avoid accidental PORTEPOCH bumps
+PORTREVISION=	1  # leave in if 0 to avoid accidental PORTEPOCH bumps
 PORTEPOCH=	1
 CATEGORIES=	security net-mgmt
 MASTER_SITES=	https://github.com/OpenVPN/easy-rsa/releases/download/v${DISTVERSION}/ \
diff --git a/security/easy-rsa/files/pkg-message.in b/security/easy-rsa/files/pkg-message.in
index aa6fcbb7be4b..7094bcc18cdb 100644
--- a/security/easy-rsa/files/pkg-message.in
+++ b/security/easy-rsa/files/pkg-message.in
@@ -12,8 +12,7 @@ See %%PREFIX%%/share/doc/easy-rsa/README.quickstart.md for further information.
 
 An on-line help is available, you can run:
 
-  easyrsa help          # for help on commands
-  easyrsa help options  # for help on options
+  easyrsa help          # for help on commands and options
 
 **** SECURITY WARNING FOR PAST security/easy-rsa versions ****
 **** easyrsa may have encrypted your CA private key with a weak cipher


home | help

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