From owner-cvs-ports Fri Oct 3 07:19:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA16252 for cvs-ports-outgoing; Fri, 3 Oct 1997 07:19:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA16201; Fri, 3 Oct 1997 07:19:30 -0700 (PDT) From: Andreas Klemm Received: (from andreas@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA07492; Fri, 3 Oct 1997 07:13:37 -0700 (PDT) Date: Fri, 3 Oct 1997 07:13:37 -0700 (PDT) Message-Id: <199710031413.HAA07492@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: cvs commit: ports/databases/postgresql Makefile ports/databases/postgresql/files pgsql.sh.tmpl md5 post-install-notes ports/databases/postgresql/pkg DESCR PLIST Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk andreas 1997/10/03 07:13:37 PDT Modified files: databases/postgresql Makefile databases/postgresql/files md5 post-install-notes databases/postgresql/pkg DESCR PLIST Added files: databases/postgresql/files pgsql.sh.tmpl Log: Upgrade from version 6.1.1 to 6.2 Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages Revision Changes Path 1.15 +42 -31 ports/databases/postgresql/Makefile 1.4 +1 -1 ports/databases/postgresql/files/md5 1.6 +4 -0 ports/databases/postgresql/files/post-install-notes 1.7 +3 -6 ports/databases/postgresql/pkg/DESCR 1.10 +50 -10 ports/databases/postgresql/pkg/PLIST