Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 12:37:15 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: 4c60d40ef798 - main - net-im/tox: Add CPE information
Message-ID:  <202112211237.1BLCbFcG046436@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=4c60d40ef798a89e2aca5f99ba5295f3255a1e8c

commit 4c60d40ef798a89e2aca5f99ba5295f3255a1e8c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-12-21 12:09:26 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-12-21 12:30:03 +0000

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

diff --git a/net-im/tox/Makefile b/net-im/tox/Makefile
index 1e2c1860639f..8be575d9e5d5 100644
--- a/net-im/tox/Makefile
+++ b/net-im/tox/Makefile
@@ -28,7 +28,9 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	TokTok
 GH_PROJECT=	c-toxcore
 
-USES=		cmake compiler:c11 libtool pathfix pkgconfig
+CPE_VENDOR=	digitalocean
+
+USES=		cmake compiler:c11 cpe libtool pathfix pkgconfig
 USE_LDCONFIG=	yes
 PLIST_SUB=	VER=${PORTVERSION:C/0.//}.0 SO=2
 



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