Bug 136468 - databases/postgresql83-server: PostgreSQL port message mentions obsolete module
Summary: databases/postgresql83-server: PostgreSQL port message mentions obsolete module
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Palle Girgensohn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-08 18:00 UTC by Hywel Mallett
Modified: 2009-07-08 21:58 UTC (History)
0 users

See Also:


Attachments
file.diff (1.19 KB, patch)
2009-07-08 18:00 UTC, Hywel Mallett
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hywel Mallett 2009-07-08 18:00:12 UTC
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.

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:
How-To-Repeat: Install the postgresql83-client or postgresql84-client port.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2009-07-08 19:56:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->girgen

Over to maintainer.  (Also applies to 84-client, apparently.)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-07-08 21:32:03 UTC
girgen      2009-07-08 20:31:53 UTC

  FreeBSD ports repository

  Modified files:
    databases/postgresql84-client Makefile 
    databases/postgresql84-server Makefile pkg-plist-client 
                                  pkg-plist-server 
    databases/postgresql84-server/files pkg-message-client.in 
  Log:
  Fix broken pkg-plist for gettext files.
  
  Also, inform about pg_standby rather than autovacuum. [1]
  
  PR:     136468 [1]
  
  Revision  Changes    Path
  1.2       +1 -0      ports/databases/postgresql84-client/Makefile
  1.194     +1 -0      ports/databases/postgresql84-server/Makefile
  1.2       +1 -1      ports/databases/postgresql84-server/files/pkg-message-client.in
  1.16      +61 -85    ports/databases/postgresql84-server/pkg-plist-client
  1.23      +51 -91    ports/databases/postgresql84-server/pkg-plist-server
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Palle Girgensohn freebsd_committer freebsd_triage 2009-07-08 21:57:26 UTC
State Changed
From-To: open->closed

Committed to 8.4. I will commit it to 8.3 with next change. 

Thanks.