From owner-svn-ports-head@FreeBSD.ORG Tue Mar 31 22:14:09 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15B1075D; Tue, 31 Mar 2015 22:14:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DC5E2FA1; Tue, 31 Mar 2015 22:14:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2VME83E046600; Tue, 31 Mar 2015 22:14:08 GMT (envelope-from ohauer@FreeBSD.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2VME76i046594; Tue, 31 Mar 2015 22:14:07 GMT (envelope-from ohauer@FreeBSD.org) Message-Id: <201503312214.t2VME76i046594@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: ohauer set sender to ohauer@FreeBSD.org using -f From: Olli Hauer Date: Tue, 31 Mar 2015 22:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382880 - in head/www: mod_perl2 mod_python33 mod_python35 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Tue, 31 Mar 2015 22:14:09 -0000 Author: ohauer Date: Tue Mar 31 22:14:06 2015 New Revision: 382880 URL: https://svnweb.freebsd.org/changeset/ports/382880 QAT: https://qat.redports.org/buildarchive/r382880/ Log: - add CPE information PR: 199025 PR: 199026 PR: 199027 Submitted by: shun Modified: head/www/mod_perl2/Makefile head/www/mod_python33/Makefile head/www/mod_python35/Makefile Modified: head/www/mod_perl2/Makefile ============================================================================== --- head/www/mod_perl2/Makefile Tue Mar 31 21:58:52 2015 (r382879) +++ head/www/mod_perl2/Makefile Tue Mar 31 22:14:06 2015 (r382880) @@ -24,9 +24,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} SUB_FILES= pkg-message SUB_LIST= APACHEMODDIR=${APACHEMODDIR} USE_APACHE= 22+ -USES= gmake perl5 +USES= cpe gmake perl5 USE_PERL5= configure USE_CSTD= gnu89 +CPE_VENDOR= apache .include Modified: head/www/mod_python33/Makefile ============================================================================== --- head/www/mod_python33/Makefile Tue Mar 31 21:58:52 2015 (r382879) +++ head/www/mod_python33/Makefile Tue Mar 31 22:14:06 2015 (r382880) @@ -19,7 +19,8 @@ LICENSE= APACHE20 CONFLICTS_INSTALL= ap2[24]-mod_python3[^3]* USE_APACHE= 22 -USES= python tar:tgz +USES= cpe python tar:tgz +CPE_VENDOR= apache GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs="${APXS}" \ Modified: head/www/mod_python35/Makefile ============================================================================== --- head/www/mod_python35/Makefile Tue Mar 31 21:58:52 2015 (r382879) +++ head/www/mod_python35/Makefile Tue Mar 31 22:14:06 2015 (r382880) @@ -20,7 +20,8 @@ LICENSE= APACHE20 CONFLICTS_INSTALL= ap2[24]-mod_python3[^5]* USE_APACHE= 22+ -USES= python tar:tgz +USES= cpe python tar:tgz +CPE_VENDOR= apache GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-apxs="${APXS}" \