From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 6 10:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 3A655813 for ; Thu, 6 Mar 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 275E2E96 for ; Thu, 6 Mar 2014 10:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s26Ae1Vh029229 for ; Thu, 6 Mar 2014 10:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s26Ae0fL029228; Thu, 6 Mar 2014 10:40:01 GMT (envelope-from gnats) Date: Thu, 6 Mar 2014 10:40:01 GMT Message-Id: <201403061040.s26Ae0fL029228@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Francois Tigeot Subject: Re: ports/187286: Default PostgreSQL version needs to be updated to 9.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Francois Tigeot List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 10:40:01 -0000 The following reply was made to PR ports/187286; it has been noted by GNATS. From: Francois Tigeot To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/187286: Default PostgreSQL version needs to be updated to 9.3 Date: Thu, 06 Mar 2014 11:33:28 +0100 This is a multi-part message in MIME format. --------------020505050307000206070705 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/187286'. Add patch for completeness. -- Francois Tigeot --------------020505050307000206070705 Content-Type: text/x-makefile; name="patch-bsd.default-versions.mk" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-bsd.default-versions.mk" --- bsd.default-versions.mk.orig 2014-02-25 01:32:09.000000000 +0100 +++ bsd.default-versions.mk 2014-03-06 11:28:33.000000000 +0100 @@ -24,7 +24,7 @@ LUA_DEFAULT?= 5.2 MYSQL_DEFAULT?= 5.5 PERL5_DEFAULT?= 5.16 -PGSQL_DEFAULT?= 9.0 +PGSQL_DEFAULT?= 9.3 PHP_DEFAULT?= 5.4 PYTHON_DEFAULT?= 2.7 PYTHON2_DEFAULT?= 2.7 --------------020505050307000206070705--