Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:35:07 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: f3805200913d - main - net/liboping: Add CPE information
Message-ID:  <202110211435.19LEZ7M3071907@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=f3805200913d49061f6afeffba8d6e925114d328

commit f3805200913d49061f6afeffba8d6e925114d328
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:26:54 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:26:54 +0000

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

diff --git a/net/liboping/Makefile b/net/liboping/Makefile
index 17eefdaa23d9..97da20af7ae5 100644
--- a/net/liboping/Makefile
+++ b/net/liboping/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Liboping, a C library, and utility to generate ICMP echo requests
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool ncurses perl5 shebangfix
+USES=		cpe libtool ncurses perl5 shebangfix
+CPE_VENDOR=	noping
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfigdir="${PREFIX}/libdata/pkgconfig"



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