Some files in the plist are not installed. Reported also by portbuild, you can check on portsmon. Patch attached.
Responsible Changed From-To: freebsd-ports-bugs->pgsql Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!