Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2017 17:28:29 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r432361 - head/devel/upnp
Message-ID:  <201701241728.v0OHSTIs026146@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Jan 24 17:28:28 2017
New Revision: 432361
URL: https://svnweb.freebsd.org/changeset/ports/432361

Log:
  Add CPE information
  
  PR:		215892
  Submitted by:	<shun.fbsd.pr@dropcut.net>

Modified:
  head/devel/upnp/Makefile

Modified: head/devel/upnp/Makefile
==============================================================================
--- head/devel/upnp/Makefile	Tue Jan 24 16:49:42 2017	(r432360)
+++ head/devel/upnp/Makefile	Tue Jan 24 17:28:28 2017	(r432361)
@@ -16,7 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-USES=		libtool pathfix tar:bzip2
+USES=		cpe libtool pathfix tar:bzip2
+CPE_VENDOR=	libupnp_project
+CPE_PRODUCT=	libupnp
 USE_LDCONFIG=	yes
 
 PORTDOCS=	*



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