svn commit: r364497 - in head/www: nginx nginx-devel

Sergey A. Osokin osa at FreeBSD.org
Sun Aug 10 03:27:49 UTC 2014


Author: osa
Date: Sun Aug 10 03:27:48 2014
New Revision: 364497
URL: http://svnweb.freebsd.org/changeset/ports/364497
QAT: https://qat.redports.org/buildarchive/r364497/

Log:
  Add CPE information.

Modified:
  head/www/nginx-devel/Makefile
  head/www/nginx/Makefile

Modified: head/www/nginx-devel/Makefile
==============================================================================
--- head/www/nginx-devel/Makefile	Sun Aug 10 03:26:32 2014	(r364496)
+++ head/www/nginx-devel/Makefile	Sun Aug 10 03:27:48 2014	(r364497)
@@ -15,6 +15,11 @@ COMMENT=	Robust and small WWW server
 
 LICENSE=	BSD
 
+USES+=		cpe
+
+CPE_VENDOR=	igor_sysoev
+CPE_PRODUCT=	nginx
+
 NO_OPTIONS_SORT=	yes
 OPTIONS_DEFINE=	\
 	DEBUG \

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Sun Aug 10 03:26:32 2014	(r364496)
+++ head/www/nginx/Makefile	Sun Aug 10 03:27:48 2014	(r364497)
@@ -15,6 +15,11 @@ COMMENT=	Robust and small WWW server
 
 LICENSE=	BSD
 
+USES+=		cpe
+
+CPE_VENDOR=	igor_sysoev
+CPE_PRODUCT=	nginx
+
 NO_OPTIONS_SORT=	yes
 OPTIONS_DEFINE=	\
 	DEBUG \


More information about the svn-ports-head mailing list