Date: Sun, 10 Aug 2014 03:27:49 +0000 (UTC) From: Sergey A. Osokin <osa@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364497 - in head/www: nginx nginx-devel Message-ID: <53e6e6b5.20bd.7098e9c2@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e6e6b5.20bd.7098e9c2>