Date: Wed, 20 Feb 2008 12:03:29 +1100 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/120865: [patch] update Mk/bsd.database.mk to use Postgresql 8.2 by default Message-ID: <20080220010329.CE05F2B0@k7.mavetju> Resent-Message-ID: <200802200120.m1K1K4pc051650@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 120865 >Category: ports >Synopsis: [patch] update Mk/bsd.database.mk to use Postgresql 8.2 by 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 Feb 20 01:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 6.3-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Sun Feb 17 22:11:52 EST 2008 edwin@k7.mavetju:/usr/src/sys/i386/compile/SMP i386 >Description: With the release of PostgreSQL 8.3 it is time to move the default postgresql version for the ports collection to 8.2. (no, this is not a typo) >How-To-Repeat: >Fix: Once the necessary testbuilds have been done, please alert me so I can send a patch with regarding to the port version bumps for the ports using the PostgreSQL libraries. Index: bsd.database.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.database.mk,v retrieving revision 1.22 diff -u -r1.22 bsd.database.mk --- bsd.database.mk 15 Oct 2007 15:32:19 -0000 1.22 +++ bsd.database.mk 20 Feb 2008 01:02:13 -0000 @@ -37,10 +37,10 @@ # If no version is given (by the maintainer via the port or # by the user via defined variable), try to find the # currently installed version. Fall back to default if -# necessary (PostgreSQL-8.1 = 81). +# necessary (PostgreSQL-8.2 = 82). # DEFAULT_PGSQL_VER # - PostgreSQL default version. Can be overridden within a port. -# Default: 81. +# Default: 82. # 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?= 81 +DEFAULT_PGSQL_VER?= 82 PGSQL73_LIBVER= 3 PGSQL74_LIBVER= 3 PGSQL80_LIBVER= 4 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080220010329.CE05F2B0>