From owner-cvs-ports@FreeBSD.ORG Thu Aug 28 18:30:27 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3F051065701; Thu, 28 Aug 2008 18:30:27 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EB7C8FC23; Thu, 28 Aug 2008 18:30:27 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7SIURKE052280; Thu, 28 Aug 2008 18:30:27 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7SIUReU052279; Thu, 28 Aug 2008 18:30:27 GMT (envelope-from pgollucci) Message-Id: <200808281830.m7SIUReU052279@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Thu, 28 Aug 2008 18:30:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports UPDATING ports/www Makefile ports/www/p5-Apache-DBI Makefile pkg-plist ports/www/p5-Apache-DBI-mp1 Makefile ports/www/p5-Apache-DBI-mp2 Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 18:30:27 -0000 pgollucci 2008-08-28 18:30:27 UTC FreeBSD ports repository Modified files: . UPDATING www Makefile www/p5-Apache-DBI Makefile Added files: www/p5-Apache-DBI-mp1 Makefile www/p5-Apache-DBI-mp2 Makefile Removed files: www/p5-Apache-DBI pkg-plist Log: DEPENDS_ARGS doesn't work with packages and even if it did WITH_MODPERL2 / WITH_MODPERL is not handled correctly so the depency list for upcomming www/rt38 is way off. As such, we've split this port into MASTER (www/p5-Apache-DBI) and SLAVES (www/p5-Apache-DBI-mp1) and (www/p5-Apache-DBI-mp2). While here, cleanup the MASTER port a little - spell out the RUN_DEPENDS - remove USE_APACHE and let www/mod_perl* deal with it - pull the plist into Makefile Bump PORTREVISION Discussed with: pav on #bsdports Approved by: gabor (mentor) Revision Changes Path 1.710 +9 -1 ports/UPDATING 1.2137 +2 -0 ports/www/Makefile 1.1 +19 -0 ports/www/p5-Apache-DBI-mp1/Makefile (new) 1.1 +21 -0 ports/www/p5-Apache-DBI-mp2/Makefile (new) 1.29 +15 -5 ports/www/p5-Apache-DBI/Makefile 1.6 +0 -5 ports/www/p5-Apache-DBI/pkg-plist (dead)