Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Feb 2007 16:37:00 +0100
From:      Palle Girgensohn <girgen@pingpong.net>
To:        ports@freebsd.org
Subject:   default postgresql 7.4 -> 8.1, OK?
Message-ID:  <FA3407C054A07C7716E1A72C@rambutan.pingpong.net>

next in thread | raw e-mail | index | archive | help
--==========878B419B788370274494==========
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hi!

As the maintainer of the PostgreSQL ports, I'm planning a move to set the 
8.1.x branch as the default version for FreeBSD. Now it is 7.4, which 
starts to get a bit rusty.

Any objections?

/Palle

--==========878B419B788370274494==========
Content-Type: text/plain; charset=us-ascii; name=d
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=d; size=767

Index: Mk/bsd.database.mk
===================================================================
RCS file: /opt/ncvs/ports/Mk/bsd.database.mk,v
retrieving revision 1.17
diff -u -r1.17 bsd.database.mk
--- Mk/bsd.database.mk	6 Dec 2006 16:48:56 -0000	1.17
+++ Mk/bsd.database.mk	13 Feb 2007 15:35:55 -0000
@@ -40,7 +40,7 @@
 #				  necessary (PostgreSQL-7.4 = 74).
 # DEFAULT_PGSQL_VER
 #				- PostgreSQL default version. Can be overridden within a port.
-#				  Default: 74.
+#				  Default: 81.
 # WANT_PGSQL_VER
 #				- Maintainer can set an arbitrary version of PostgreSQL by
 #				  using it.
@@ -147,7 +147,7 @@
 .endif # USE_MYSQL
 
 .if defined(USE_PGSQL)
-DEFAULT_PGSQL_VER?=	74
+DEFAULT_PGSQL_VER?=	81
 PGSQL73_LIBVER=		3
 PGSQL74_LIBVER=		3
 PGSQL80_LIBVER=		4

--==========878B419B788370274494==========--




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