Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jan 2024 17:49:24 GMT
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ee8e165ccee6 - main - net-mgmt/crmsh: Restore lost @sample, pet portclippy
Message-ID:  <202401131749.40DHnOvt007332@gitrepo.freebsd.org>

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

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

commit ee8e165ccee65d3b699bc145e0c4580465add0f9
Author:     Florian Smeets <flo@FreeBSD.org>
AuthorDate: 2024-01-13 11:03:54 +0000
Commit:     Florian Smeets <flo@FreeBSD.org>
CommitDate: 2024-01-13 17:46:57 +0000

    net-mgmt/crmsh: Restore lost @sample, pet portclippy
---
 net-mgmt/crmsh/Makefile  | 14 +++++++-------
 net-mgmt/crmsh/pkg-plist |  2 +-
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile
index f84d0d1fe988..f2651f094195 100644
--- a/net-mgmt/crmsh/Makefile
+++ b/net-mgmt/crmsh/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	crmsh
 PORTVERSION=	4.5.1
+PORTREVISION=	1
 CATEGORIES=	net-mgmt python
 
 MAINTAINER=	flo@FreeBSD.org
@@ -22,19 +23,18 @@ USES=		autoreconf cpe gmake python shebangfix
 CPE_VENDOR=	clusterlabs
 USE_GITHUB=	yes
 GH_ACCOUNT=	ClusterLabs
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-ocf-root=${PREFIX}/lib/ocf
-
-NO_ARCH=	yes
-
-CONFLICTS_INSTALL=	crm114 # bin/crm
-
 SHEBANG_FILES=	bin/crm scripts/*/*.py test/cib-tests.sh test/evaltest.sh \
 		test/features/steps/behave_agent.py \
 		test/list-undocumented-commands.py test/run-functional-tests \
 		test/testcases/confbasic-xml.filter \
 		test/update-expected-output.sh utils/crm_clean.py \
 		utils/crm_pkg.py utils/crm_rpmcheck.py
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-ocf-root=${PREFIX}/lib/ocf
+
+CONFLICTS_INSTALL=	crm114 # bin/crm
+
+NO_ARCH=	yes
 
 OPTIONS_DEFINE=		DOCS MANPAGES
 OPTIONS_DEFAULT=	MANPAGES
diff --git a/net-mgmt/crmsh/pkg-plist b/net-mgmt/crmsh/pkg-plist
index fe9ab77084e2..feeab87372a2 100644
--- a/net-mgmt/crmsh/pkg-plist
+++ b/net-mgmt/crmsh/pkg-plist
@@ -1,5 +1,5 @@
 bin/crm
-etc/crm/crm.conf.sample
+@sample etc/crm/crm.conf.sample
 etc/crm/profiles.yml
 %%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/PKG-INFO
 %%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt



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