From owner-svn-ports-head@FreeBSD.ORG Sun Sep 14 15:31:31 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 8C916314; Sun, 14 Sep 2014 15:31:31 +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 5F2EA2BA; Sun, 14 Sep 2014 15:31:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8EFVVV9069547; Sun, 14 Sep 2014 15:31:31 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8EFVUAJ069543; Sun, 14 Sep 2014 15:31:30 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201409141531.s8EFVUAJ069543@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Sun, 14 Sep 2014 15:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368189 - head/www/rt40 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: Sun, 14 Sep 2014 15:31:31 -0000 Author: matthew Date: Sun Sep 14 15:31:30 2014 New Revision: 368189 URL: http://svnweb.freebsd.org/changeset/ports/368189 QAT: https://qat.redports.org/buildarchive/r368189/ Log: Update to 4.0.22 - USES_PGSQL -> USES+= pgsql - Remove Sourceforge from MASTER_SITES: it only ever had rt-4.0.16 available - Now that the problems with UTF8 in the DB have been solved, switch back to depending on p5-DBD-Pg rather than p5-DBD-Pg32 Modified: head/www/rt40/Makefile head/www/rt40/Makefile.cpan head/www/rt40/distinfo Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Sun Sep 14 15:25:02 2014 (r368188) +++ head/www/rt40/Makefile Sun Sep 14 15:31:30 2014 (r368189) @@ -1,10 +1,9 @@ # $FreeBSD$ PORTNAME= rt -PORTVERSION= 4.0.21 +PORTVERSION= 4.0.22 CATEGORIES= www -MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ - SF/requesttracker/ +MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 40 MAINTAINER= matthew@FreeBSD.org @@ -86,7 +85,7 @@ SPAWN_FCGI_RUN_DEPENDS= ${LOCALBASE}/bi MYSQL_USE= MYSQL=yes MYSQL_RUN_DEPENDS= ${MYSQL_DEPS} -PGSQL_USE= PGSQL=yes +PGSQL_USES= pgsql PGSQL_RUN_DEPENDS= ${PGSQL_DEPS} ORACLE_RUN_DEPENDS= ${ORACLE_DEPS} Modified: head/www/rt40/Makefile.cpan ============================================================================== --- head/www/rt40/Makefile.cpan Sun Sep 14 15:25:02 2014 (r368188) +++ head/www/rt40/Makefile.cpan Sun Sep 14 15:31:30 2014 (r368189) @@ -113,7 +113,7 @@ MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTS ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle -PGSQL_DEPS= p5-DBD-Pg32=3.2.1:${PORTSDIR}/databases/p5-DBD-Pg32 +PGSQL_DEPS= p5-DBD-Pg>=3.3.1:${PORTSDIR}/databases/p5-DBD-Pg SQLITE_DEPS= p5-DBD-SQLite>=1.00:${PORTSDIR}/databases/p5-DBD-SQLite Modified: head/www/rt40/distinfo ============================================================================== --- head/www/rt40/distinfo Sun Sep 14 15:25:02 2014 (r368188) +++ head/www/rt40/distinfo Sun Sep 14 15:31:30 2014 (r368189) @@ -1,2 +1,2 @@ -SHA256 (rt-4.0.21.tar.gz) = f3a567a43a7c4bd85a1f63427ba92336ca6c0c0fb1053baa61195e338308a48a -SIZE (rt-4.0.21.tar.gz) = 6944530 +SHA256 (rt-4.0.22.tar.gz) = dfcadacef6e2854a0761b0dbd83e9e8c19e31d933712e9eb21ef3fb0c28ce5aa +SIZE (rt-4.0.22.tar.gz) = 6940740