Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2001 03:03:03 +0200 (CEST)
From:      Palle Girgensohn <girgen@partitur.se>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29916: postgresql updated to 7.1.3
Message-ID:  <200108210103.f7L133o73380@palle.girgensohn.se>

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

>Number:         29916
>Category:       ports
>Synopsis:       postgresql updated to 7.1.3
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 20 18:10:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.4-RC i386
>Organization:
Partitur
>Environment:
System: FreeBSD palle.girgensohn.se 4.4-RC FreeBSD 4.4-RC #2: Sun Aug 19 03:26:52 CEST 2001 root@palle.girgensohn.se:/usr/obj/usr/src/sys/STORDATAN i386


	
>Description:
Update the PostgreSQL port to 7.1.3.

Also, add a note about how to install languages into a PostgreSQL
database. Submitted by: Michal Pasternak <doc@lublin.t1.pl>

	
>How-To-Repeat:
	
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/Makefile,v
retrieving revision 1.87
diff -u -u -r1.87 Makefile
--- Makefile	2001/07/27 11:56:39	1.87
+++ Makefile	2001/08/20 23:15:10
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	postgresql
-PORTVERSION=	7.1.2
-PORTREVISION=	2
+PORTVERSION=	7.1.3
 CATEGORIES=	databases
 MASTER_SITES=	ftp://ftp.iodynamics.com/pub/mirror/postgresql/%SUBDIR%/ \
 		ftp://ftp.postgresql.org/pub/%SUBDIR%/ \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/distinfo,v
retrieving revision 1.19
diff -u -u -r1.19 distinfo
--- distinfo	2001/05/27 12:10:49	1.19
+++ distinfo	2001/08/20 23:19:20
@@ -1,3 +1,3 @@
-MD5 (postgresql/postgresql-base-7.1.2.tar.gz) = 06e2a51d5df202b5002b6596636e090f
-MD5 (postgresql/postgresql-opt-7.1.2.tar.gz) = a8adc15926348dd4ccee583a6cc55ac2
-MD5 (postgresql/postgresql-docs-7.1.2.tar.gz) = a0c7c074dcdcef092cf548e5fbf13bb5
+MD5 (postgresql/postgresql-base-7.1.3.tar.gz) = f932dea12806972402aaaf17a2a97034
+MD5 (postgresql/postgresql-opt-7.1.3.tar.gz) = e84e9c51b31567d4571c7612e0c0fbd6
+MD5 (postgresql/postgresql-docs-7.1.3.tar.gz) = 7061ab7f7ec3c4d18f8e6cb2858896d0
Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/pkg-message,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-message
--- pkg-message	2001/04/21 11:34:32	1.3
+++ pkg-message	2001/08/21 00:36:59
@@ -18,9 +18,9 @@
 changed with for example chpass(1). Datadir defaults to ~pgsql/data,
 but can be changed by modifying the ~pgsql/.profile script.
 
-As always, you *must* dump existing databases before stopping and
-removing your old postgresql, as part of the update.  This is *NOT*
-done by this port!
+As always, backup your data before upgrading. If the upgrade leads to
+a higher minor revision (i.e. 7.0.x -> 7.1.x), a dump and restore of
+all databases is required. This is *NOT* done by the port!
 
 ======================================================================
 
Index: pkg-plist.doc
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/pkg-plist.doc,v
retrieving revision 1.5
diff -u -u -r1.5 pkg-plist.doc
--- pkg-plist.doc	2001/05/27 12:10:49	1.5
+++ pkg-plist.doc	2001/08/21 00:10:07
@@ -154,10 +154,10 @@
 share/doc/postgresql/html/lisp.html
 share/doc/postgresql/html/ln11330.html
 share/doc/postgresql/html/ln1274.html
-share/doc/postgresql/html/ln15168.html
+share/doc/postgresql/html/ln15181.html
 share/doc/postgresql/html/ln24.html
-share/doc/postgresql/html/ln24997.html
-share/doc/postgresql/html/ln37163.html
+share/doc/postgresql/html/ln25010.html
+share/doc/postgresql/html/ln37176.html
 share/doc/postgresql/html/ln8.html
 share/doc/postgresql/html/lo-funcs.html
 share/doc/postgresql/html/lo-implementation.html
@@ -334,7 +334,9 @@
 share/doc/postgresql/html/release-7-0-2.html
 share/doc/postgresql/html/release-7-0-3.html
 share/doc/postgresql/html/release-7-0.html
+share/doc/postgresql/html/release-7-1.html
 share/doc/postgresql/html/release-7-1-1.html
+share/doc/postgresql/html/release-7-1-2.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/relmodel-formal.html
 share/doc/postgresql/html/relmodel-oper.html
@@ -472,7 +474,6 @@
 share/doc/postgresql/html/wal-configuration.html
 share/doc/postgresql/html/wal-implementation.html
 share/doc/postgresql/html/wal.html
-share/doc/postgresql/html/x14501.html
 share/doc/postgresql/html/xact-read-committed.html
 share/doc/postgresql/html/xact-serializable.html
 share/doc/postgresql/html/xaggr.html
Index: files/post-install-notes
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql7/files/post-install-notes,v
retrieving revision 1.12
diff -u -u -r1.12 post-install-notes
--- files/post-install-notes	2001/04/21 11:34:33	1.12
+++ files/post-install-notes	2001/08/21 00:29:39
@@ -20,3 +20,6 @@
 
 If you have many tables and many clients running, consider raising
 kern.maxfiles using sysctl(8).
+
+Use createlang(1) to install languages into your database.
+Supported languages are 'plpgsql', 'pltcl', 'pltclu', and 'plperl'.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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