Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 16:14:24 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f42c954def09 - main - irc/hexchat: Add CPE information
Message-ID:  <202110201614.19KGEOLI085811@gitrepo.freebsd.org>

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

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

commit f42c954def09330a0c6a8d6542f8950bcfe4aba4
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:15 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:15 +0000

    irc/hexchat: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 irc/hexchat/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile
index 402a374affa1..2ff19d759e7b 100644
--- a/irc/hexchat/Makefile
+++ b/irc/hexchat/Makefile
@@ -19,9 +19,10 @@ LIB_DEPENDS=	libproxy.so:net/libproxy \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	${LOCALBASE}/share/xml/iso-codes/iso_639.xml:misc/iso-codes
 
-USES=		compiler:c++11-lang desktop-file-utils gettext-tools gnome \
+USES=		compiler:c++11-lang cpe desktop-file-utils gettext-tools gnome \
 		libtool localbase meson ninja pkgconfig python:3.5+ shebangfix \
 		ssl xorg
+CPE_VENDOR=	${PORTNAME}_project
 USE_GNOME=	cairo gtk20 intltool libxml2
 USE_XORG=	x11
 USE_GITHUB=	yes



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