From owner-svn-ports-all@FreeBSD.ORG Wed Nov 14 21:31:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0A2B1326; Wed, 14 Nov 2012 21:31:12 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C9B478FC12; Wed, 14 Nov 2012 21:31:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAELVBFN055723; Wed, 14 Nov 2012 21:31:11 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAELVB9h055720; Wed, 14 Nov 2012 21:31:11 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201211142131.qAELVB9h055720@svn.freebsd.org> From: Olli Hauer Date: Wed, 14 Nov 2012 21:31:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307429 - in head/devel: bugzilla3 bugzilla42 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Nov 2012 21:31:12 -0000 Author: ohauer Date: Wed Nov 14 21:31:11 2012 New Revision: 307429 URL: http://svnweb.freebsd.org/changeset/ports/307429 Log: - adjust required PgSQL module for bugzilla42 From Release Notes: PostgreSQL 9.2 requires DBD::Pg 2.19.3. (Bug 799721) No revision bump, p5-DBD-Pg-2.19.3 a) not on per default b) in the tree since a view months - add deprecation message to bugzilla3 From the announcement: Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x series will reach end of life. If you are using that series, we encourage you to upgrade to 4.2.4 now. http://groups.google.com/group/mozilla.support.bugzilla/browse_thread/thread/d8dcc99be0f89421 Feature safe: yes Modified: head/devel/bugzilla3/Makefile head/devel/bugzilla42/Makefile Modified: head/devel/bugzilla3/Makefile ============================================================================== --- head/devel/bugzilla3/Makefile Wed Nov 14 21:25:26 2012 (r307428) +++ head/devel/bugzilla3/Makefile Wed Nov 14 21:31:11 2012 (r307429) @@ -28,6 +28,9 @@ USE_PERL5= yes BINMODE= 700 +DEPRECATED= Note that when Bugzilla 4.4 is released, the Bugzilla 3.6.x \ + series will reach end of life + SUB_FILES= pkg-message DATA_DIRS_LIST= images js skins Modified: head/devel/bugzilla42/Makefile ============================================================================== --- head/devel/bugzilla42/Makefile Wed Nov 14 21:25:26 2012 (r307428) +++ head/devel/bugzilla42/Makefile Wed Nov 14 21:31:11 2012 (r307429) @@ -60,7 +60,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${POR .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes -RUN_DEPENDS+= p5-DBD-Pg>=1.45:${PORTSDIR}/databases/p5-DBD-Pg +RUN_DEPENDS+= p5-DBD-Pg>=2.19.3:${PORTSDIR}/databases/p5-DBD-Pg .endif .if ${PORT_OPTIONS:MSQLITE}