svn commit: r432361 - head/devel/upnp

Pawel Pekala pawel at FreeBSD.org
Tue Jan 24 17:28:30 UTC 2017


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 at 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=	*


More information about the svn-ports-all mailing list