Date: Mon, 28 Jun 2004 22:40:15 +0200 (CEST) From: Palle Girgensohn <girgen@pingpong.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68456: [MAINTAINER] databases/postgresql: update to 7.4.3 Message-ID: <200406282040.i5SKeFZ3081230@palle.girgensohn.se> Resent-Message-ID: <200406282040.i5SKeODk079883@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68456 >Category: ports >Synopsis: [MAINTAINER] databases/postgresql: update to 7.4.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Jun 28 20:40:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 5.2-CURRENT i386 >Organization: Ping Pong AB >Environment: System: FreeBSD palle.girgensohn.se 5.2-CURRENT FreeBSD 5.2-CURRENT #9: Thu Jun 24 02:13:12 CEST 2004 >Description: - Update to 7.4.3 - Handle heimdal better, e.g. allow dependency from port [1] [1] suggested by Wolfram Kraushaar <wolfram.kraushaar@dstm.de> >How-To-Repeat: >Fix: The patch resets PORTREVISION for slave ports, so please everything in the same commit, Index: postgresql-contrib/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-contrib/Makefile,v retrieving revision 1.5 diff -u -u -r1.5 Makefile --- postgresql-contrib/Makefile 4 Feb 2004 05:19:06 -0000 1.5 +++ postgresql-contrib/Makefile 28 Jun 2004 20:02:12 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/postgresql-contrib/Makefile,v 1.5 2004/02/04 05:19:06 marcus Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases PKGNAMESUFFIX= -contrib Index: postgresql-jdbc/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-jdbc/Makefile,v retrieving revision 1.12 diff -u -u -r1.12 Makefile --- postgresql-jdbc/Makefile 4 Feb 2004 05:19:06 -0000 1.12 +++ postgresql-jdbc/Makefile 23 Jun 2004 01:12:49 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/postgresql-jdbc/Makefile,v 1.12 2004/02/04 05:19:06 marcus Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases java PKGNAMESUFFIX= -jdbc Index: postgresql-pltcl/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql-pltcl/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- postgresql-pltcl/Makefile 4 Feb 2004 05:19:07 -0000 1.11 +++ postgresql-pltcl/Makefile 23 Jun 2004 01:13:53 -0000 @@ -5,7 +5,7 @@ # $FreeBSD: ports/databases/postgresql-pltcl/Makefile,v 1.11 2004/02/04 05:19:07 marcus Exp $ # -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases tcl${TCLVERSION:S/.//} PKGNAMESUFFIX= -pltcl Index: postgresql7/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v retrieving revision 1.125 diff -u -u -r1.125 Makefile --- postgresql7/Makefile 11 Mar 2004 14:45:42 -0000 1.125 +++ postgresql7/Makefile 28 Jun 2004 20:27:42 -0000 @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.4.2 +PORTVERSION?= 7.4.3 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} @@ -91,8 +91,18 @@ .endif .if defined(WITH_HEIMDAL_KRB5) -KRB5CONF= /usr/bin/krb5-config WITH_KRB5= yes +.if defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.a) +CONFIGURE_ARGS+= --with-krb5=${HEIMDAL_HOME} +KRB5CONF= ${HEIMDAL_HOME}/bin/krb5-config +.elif ( defined(MAKE_KERBEROS5) || ${OSVERSION} > 500105 ) && exists(${DESTDIR}/usr/lib/libkrb5.a) +CONFIGURE_ARGS+= --with-krb5=${DESTDIR}/usr +KRB5CONF= ${DESTDIR}/usr/bin/krb5-config +.else +LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal +CONFIGURE_ARGS+= --with-krb5=${LOCALBASE} +KRB5CONF= ${LOCALBASE}/bin/krb5-config +.endif .endif .include <bsd.port.pre.mk> Index: postgresql7/distinfo =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/distinfo,v retrieving revision 1.32 diff -u -u -r1.32 distinfo --- postgresql7/distinfo 11 Mar 2004 14:45:42 -0000 1.32 +++ postgresql7/distinfo 20 Jun 2004 10:29:00 -0000 @@ -1,8 +1,8 @@ -MD5 (postgresql/postgresql-base-7.4.2.tar.bz2) = 1e397e48237aae3948266fe97807e885 -SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6480665 -MD5 (postgresql/postgresql-docs-7.4.2.tar.bz2) = a2ba1247b26f7cd638d280d5552e75a0 -SIZE (postgresql/postgresql-docs-7.4.2.tar.bz2) = 2388008 -MD5 (postgresql/postgresql-test-7.4.2.tar.bz2) = 80a7f216019a7086da0d86a85347a419 -SIZE (postgresql/postgresql-test-7.4.2.tar.bz2) = 942684 -MD5 (postgresql/postgresql-opt-7.4.2.tar.bz2) = 9eb004120328def9d938c63d4a8afa64 -SIZE (postgresql/postgresql-opt-7.4.2.tar.bz2) = 330741 +MD5 (postgresql/postgresql-base-7.4.3.tar.bz2) = 647b7d76f93acf12c0a7c11d302a1663 +SIZE (postgresql/postgresql-base-7.4.2.tar.bz2) = 6486437 +MD5 (postgresql/postgresql-docs-7.4.3.tar.bz2) = 5f7d235553ae47946439d4b24f8d1ab2 +SIZE (postgresql/postgresql-docs-7.4.3.tar.bz2) = 2407307 +MD5 (postgresql/postgresql-test-7.4.3.tar.bz2) = 2d54a1aef2086691a26789193c21d47d +SIZE (postgresql/postgresql-test-7.4.3.tar.bz2) = 942690 +MD5 (postgresql/postgresql-opt-7.4.3.tar.bz2) = f3446bdfc33f6d26d637aa15f6fd1084 +SIZE (postgresql/postgresql-opt-7.4.3.tar.bz2) = 331745 Index: postgresql7/pkg-install =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-install,v retrieving revision 1.9 diff -u -u -r1.9 pkg-install --- postgresql7/pkg-install 30 Mar 2004 11:14:24 -0000 1.9 +++ postgresql7/pkg-install 28 Jun 2004 20:30:58 -0000 @@ -6,11 +6,11 @@ DB_DIR=${PKG_PREFIX}/pgsql -backupwarning() { - echo " -NOTICE: unlike most minor versions, this version does require -some updates to the pg_* system tables. Full instructions for -how to do this are included in the full HISTORY file. +backupwarning() { echo " +NOTICE: unlike most minor versions, this upgrade from 7.4.1 to 7.4.2 +*does require* some updates to the pg_* system tables. Full +instructions for how to do this are included in the full HISTORY file. + DO NOT UPGRADE WITHOUT READING THESE INSTRUCTIONS. =========== BACKUP YOUR DATA! ============= Index: postgresql7/pkg-plist =================================================================== RCS file: /home/ncvs/ports/databases/postgresql7/pkg-plist,v retrieving revision 1.40 diff -u -u -r1.40 pkg-plist --- postgresql7/pkg-plist 11 Mar 2004 14:45:42 -0000 1.40 +++ postgresql7/pkg-plist 20 Jun 2004 13:07:51 -0000 @@ -128,6 +128,9 @@ %%GETTEXT%%share/locale/es/LC_MESSAGES/psql.mo %%GETTEXT%%share/locale/fr/LC_MESSAGES/psql.mo %%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_controldata.mo +%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_dump.mo +%%GETTEXT%%share/locale/fr/LC_MESSAGES/pg_resetxlog.mo +%%GETTEXT%%share/locale/fr/LC_MESSAGES/pgscripts.mo %%GETTEXT%%share/locale/fr/LC_MESSAGES/libpq.mo %%GETTEXT%%share/locale/hr/LC_MESSAGES/libpq.mo %%GETTEXT%%share/locale/hu/LC_MESSAGES/psql.mo >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406282040.i5SKeFZ3081230>