From owner-svn-ports-head@FreeBSD.ORG Fri Nov 28 15:18:33 2014 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 713FA1C9; Fri, 28 Nov 2014 15:18:33 +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 5DF57ADB; Fri, 28 Nov 2014 15:18:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sASFIX9B064577; Fri, 28 Nov 2014 15:18:33 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sASFIXUr064575; Fri, 28 Nov 2014 15:18:33 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201411281518.sASFIXUr064575@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Fri, 28 Nov 2014 15:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373567 - head/www/rt42 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: Fri, 28 Nov 2014 15:18:33 -0000 Author: matthew Date: Fri Nov 28 15:18:32 2014 New Revision: 373567 URL: https://svnweb.freebsd.org/changeset/ports/373567 QAT: https://qat.redports.org/buildarchive/r373567/ Log: RT contains no compiled code, so code equivalent to USES=pgsql -- which adds a LIB_DEPENDS on libpg.so -- and similarly for USES=mysql and USES=sqlite is actually wrong. RT will inherit the correct dependencies from p5-DBD-Pg, p5-DBD-mysql or p5-DBD-Sqlite. Modified: head/www/rt42/Makefile Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Fri Nov 28 14:04:53 2014 (r373566) +++ head/www/rt42/Makefile Fri Nov 28 15:18:32 2014 (r373567) @@ -2,7 +2,7 @@ PORTNAME= rt DISTVERSION= 4.2.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 @@ -81,15 +81,12 @@ SPAWN_FCGI_DESC= Deploy with spawn_fcgi SPAWN_FCGI_RUN_DEPENDS= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi \ ${FASTCGI_DEPS} -MYSQL_USE= MYSQL=yes MYSQL_RUN_DEPENDS= ${MYSQL_DEPS} -PGSQL_USES= pgsql PGSQL_RUN_DEPENDS= ${PGSQL_DEPS} ORACLE_RUN_DEPENDS= ${ORACLE_DEPS} -SQLITE_USE= SQLITE=yes SQLITE_RUN_DEPENDS= ${SQLITE_DEPS} DEVELOPER_DESC= Configure for Developers