From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 8 17:00:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 041921065676 for ; Wed, 8 Jul 2009 17:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C917F8FC14 for ; Wed, 8 Jul 2009 17:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n68H0CKL080986 for ; Wed, 8 Jul 2009 17:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n68H0CIt080985; Wed, 8 Jul 2009 17:00:12 GMT (envelope-from gnats) Resent-Date: Wed, 8 Jul 2009 17:00:12 GMT Resent-Message-Id: <200907081700.n68H0CIt080985@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hywel Mallett Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8114106564A for ; Wed, 8 Jul 2009 16:55:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 8BA458FC08 for ; Wed, 8 Jul 2009 16:55:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n68GtRc1076280 for ; Wed, 8 Jul 2009 16:55:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n68GtR6F076279; Wed, 8 Jul 2009 16:55:27 GMT (envelope-from nobody) Message-Id: <200907081655.n68GtR6F076279@www.freebsd.org> Date: Wed, 8 Jul 2009 16:55:27 GMT From: Hywel Mallett To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/136468: PostgreSQL port message mentions obsolete module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 17:00:13 -0000 >Number: 136468 >Category: ports >Synopsis: PostgreSQL port message mentions obsolete module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 08 17:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Hywel Mallett >Release: 7.2-RELEASE-p1 >Organization: >Environment: FreeBSD xxxxxxxx 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #5: Tue Jun 16 21:42:57 BST 2009 xxxxxxx:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When installing the postgresql83-client or postgresql84-client ports, the pkg-message prompts you to look at the contrib directory, which includes goodies such as autovacuum and pgcrypto. autovacuum was removed from contrib in PostgreSQL 8.1. >How-To-Repeat: Install the postgresql83-clinet or postgresql84-client port. >Fix: Change the file files/pkg-message-client.in and change "autovacuum" to "pg_standby", as that's a far more exciting addition to 8.3. Patch attached with submission follows: diff -ur /usr/ports/databases/postgresql83-server/files/pkg-message-client.in databases/postgresql83-server/files/pkg-message-client.in --- /usr/ports/databases/postgresql83-server/files/pkg-message-client.in 2006-12-06 16:48:57.000000000 +0000 +++ databases/postgresql83-server/files/pkg-message-client.in 2009-07-08 17:44:39.000000000 +0100 @@ -26,7 +26,7 @@ postgresql-contrib Lots of contributed utilities, postgresql functions and - datatypes. There you find autovacuum, pgcrypto and many other cool + datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... diff -ur /usr/ports/databases/postgresql84-server/files/pkg-message-client.in databases/postgresql84-server/files/pkg-message-client.in --- /usr/ports/databases/postgresql84-server/files/pkg-message-client.in 2006-12-06 16:48:57.000000000 +0000 +++ databases/postgresql84-server/files/pkg-message-client.in 2009-07-08 17:44:57.000000000 +0100 @@ -26,7 +26,7 @@ postgresql-contrib Lots of contributed utilities, postgresql functions and - datatypes. There you find autovacuum, pgcrypto and many other cool + datatypes. There you find pg_standby, pgcrypto and many other cool things. etc... >Release-Note: >Audit-Trail: >Unformatted: