Bug 182489 - [patch] databases/postgresql93-client - fix plist
Summary: [patch] databases/postgresql93-client - fix plist
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: pgsql
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-29 18:00 UTC by Antoine Brodin
Modified: 2013-09-29 21:20 UTC (History)
0 users

See Also:


Attachments
postgresql93-client.diff (2.72 KB, patch)
2013-09-29 18:00 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-09-29 18:00:00 UTC
Some files in the plist are not installed.
Reported also by portbuild, you can check on portsmon.
Patch attached.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-29 18:00:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgsql

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-29 21:19:09 UTC
Author: crees
Date: Sun Sep 29 20:19:01 2013
New Revision: 328729
URL: http://svnweb.freebsd.org/changeset/ports/328729

Log:
  Fix plist
  
  PR:		ports/182489
  Submitted by:	antoine

Modified:
  head/databases/postgresql93-server/pkg-plist-client

Modified: head/databases/postgresql93-server/pkg-plist-client
==============================================================================
--- head/databases/postgresql93-server/pkg-plist-client	Sun Sep 29 20:08:50 2013	(r328728)
+++ head/databases/postgresql93-server/pkg-plist-client	Sun Sep 29 20:19:01 2013	(r328729)
@@ -672,10 +672,7 @@ share/postgresql/psqlrc.sample
 %%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.3.mo
 %%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.3.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.3.mo
 %%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.3.mo
-%%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.3.mo
 %%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.3.mo
 %%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpglib6-9.3.mo
@@ -692,7 +689,6 @@ share/postgresql/psqlrc.sample
 %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.3.mo
 %%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.3.mo
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.3.mo
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.3.mo
@@ -700,21 +696,12 @@ share/postgresql/psqlrc.sample
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.3.mo
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.3.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.3.mo
 %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.3.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.3.mo
-%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-9.3.mo
-%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-9.3.mo
 %%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.3.mo
 %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.3.mo
 %%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.3.mo
 %%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.3.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.3.mo
-%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.3.mo
 %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.3.mo
 %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.3.mo
 %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.3.mo
@@ -725,6 +712,4 @@ share/postgresql/psqlrc.sample
 %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.3.mo
 %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.3.mo
 %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.3.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.3.mo
-%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.3.mo
 %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.3.mo
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Chris Rees freebsd_committer freebsd_triage 2013-09-29 21:19:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!