From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 03:27:49 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E7B55A5 for ; Sun, 10 Aug 2014 03:27:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 444B02C7C for ; Sun, 10 Aug 2014 03:27:49 +0000 (UTC) Received: from osa (uid 975) (envelope-from osa@FreeBSD.org) id 20bd by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 03:27:49 +0000 From: Sergey A. Osokin Date: Sun, 10 Aug 2014 03:27:49 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e6e6b5.20bd.7098e9c2@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 03:27:49 -0000 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 \