Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 13:21:42 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3de791b6e749 - main - sysutils/catfish: Add CPE information
Message-ID:  <202109061321.186DLg7g065223@gitrepo.freebsd.org>

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

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

commit 3de791b6e749bb55d77da476942be259380293ff
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-06 13:15:57 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-06 13:15:57 +0000

    sysutils/catfish: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/catfish/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sysutils/catfish/Makefile b/sysutils/catfish/Makefile
index 1b4a689b8760..29d0444ed263 100644
--- a/sysutils/catfish/Makefile
+++ b/sysutils/catfish/Makefile
@@ -20,10 +20,12 @@ BUILD_DEPENDS=	\
 	${PYTHON_PKGNAMEPREFIX}python-distutils-extra>0:devel/py-python-distutils-extra@${PY_FLAVOR} \
 	${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
 
-USES=		desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2
+USES=		cpe desktop-file-utils gettext-tools gnome python:3.4+ tar:bz2
 USE_PYTHON=	distutils noflavors
 USE_GNOME=	gtk30 intltool pygobject3
 
+CPE_VENDOR=	catfish_project
+
 NO_ARCH=	yes
 INSTALLS_ICONS=	yes
 



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