git: 3de791b6e749 - main - sysutils/catfish: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Mon Sep 6 13:21:43 UTC 2021


The branch main has been updated by decke:

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

commit 3de791b6e749bb55d77da476942be259380293ff
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-06 13:15:57 +0000
Commit:     Bernhard Froehlich <decke at 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
 


More information about the dev-commits-ports-main mailing list