Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jun 2013 20:38:09 +0200 (CEST)
From:      Palle Girgensohn <girgen@freebsd.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        pgsql@freebsd.org
Subject:   ports/180010: exp-run for postgresql92 as default
Message-ID:  <201306261838.r5QIc9S2008496@ananas.pingpong.net>
Resent-Message-ID: <201306261850.r5QIo0qc088761@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180010
>Category:       ports
>Synopsis:       exp-run for postgresql92 as default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 26 18:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 9.1-RELEASE-p2 amd64
>Organization:
>Environment:
System: FreeBSD ananas.pingpong.net 9.1-RELEASE-p2 FreeBSD 9.1-RELEASE-p2 #11: Thu May 30 12:04:43 CEST 2013 girgen@ananas.pingpong.net:/usr/obj/usr/src/sys/ANANAS amd64


	
>Description:
I think it is a prefect time to bump the default postgresql version to 9.2.
	
>How-To-Repeat:
Change DEFAULT_PGSQL_VER to 92 in Mk/bsd.database.mk and test on a tinderbox?
	
>Fix:

	

Index: Mk/bsd.database.mk
===================================================================
--- Mk/bsd.database.mk	(revision 321200)
+++ Mk/bsd.database.mk	(working copy)
@@ -190,7 +190,7 @@

 .if defined(USE_PGSQL)
 VALID_PGSQL_VER=	84 90 91 92 93
-DEFAULT_PGSQL_VER?=	90
+DEFAULT_PGSQL_VER?=	92
 PGSQL83_LIBVER=		5
 PGSQL84_LIBVER=		5
 PGSQL90_LIBVER=		5

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306261838.r5QIc9S2008496>