Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 16:39:59 +0000 (UTC)
From:      Palle Girgensohn <girgen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451550 - head/databases/postgresql10-server
Message-ID:  <201710081639.v98GdxWV069594@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: girgen
Date: Sun Oct  8 16:39:59 2017
New Revision: 451550
URL: https://svnweb.freebsd.org/changeset/ports/451550

Log:
  PostgreSQL has renamed wal as xlog to avoid human errors.
  
  This has caused some binaries to change names. Fix the port so they will be
  installed again with their new names.
  
  Noticed by:	VoidChicken@gmail.com
  PR:		222864

Modified:
  head/databases/postgresql10-server/Makefile
  head/databases/postgresql10-server/pkg-plist-server

Modified: head/databases/postgresql10-server/Makefile
==============================================================================
--- head/databases/postgresql10-server/Makefile	Sun Oct  8 15:37:03 2017	(r451549)
+++ head/databases/postgresql10-server/Makefile	Sun Oct  8 16:39:59 2017	(r451550)
@@ -3,7 +3,7 @@
 
 DISTVERSION?=	10.0
 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT}
-PORTREVISION?=	0
+PORTREVISION?=	1
 
 MAINTAINER?=	pgsql@FreeBSD.org
 
@@ -11,11 +11,11 @@ INSTALL_DIRS?=	src/common src/timezone src/backend \
 		src/backend/utils/mb/conversion_procs \
 		src/backend/snowball src/backend/replication/libpqwalreceiver \
 		src/bin/initdb src/bin/pg_ctl \
-		src/bin/pg_controldata src/bin/pg_resetxlog src/pl \
+		src/bin/pg_controldata src/bin/pg_resetwal src/pl \
 		src/bin/pg_basebackup src/bin/pg_archivecleanup \
 		src/bin/pg_rewind \
 		src/bin/pg_test_fsync src/bin/pg_test_timing \
-		src/bin/pg_xlogdump src/bin/pg_upgrade
+		src/bin/pg_waldump src/bin/pg_upgrade
 
 PG_USER?=	postgres
 PG_GROUP?=	postgres

Modified: head/databases/postgresql10-server/pkg-plist-server
==============================================================================
--- head/databases/postgresql10-server/pkg-plist-server	Sun Oct  8 15:37:03 2017	(r451549)
+++ head/databases/postgresql10-server/pkg-plist-server	Sun Oct  8 16:39:59 2017	(r451550)
@@ -1,14 +1,16 @@
 bin/initdb
+bin/pg_archivecleanup
+bin/pg_basebackup
 bin/pg_controldata
 bin/pg_ctl
 bin/pg_receivewal
 bin/pg_recvlogical
-bin/pg_archivecleanup
-bin/pg_basebackup
+bin/pg_resetwal
 bin/pg_rewind
 bin/pg_test_fsync
 bin/pg_test_timing
 bin/pg_upgrade
+bin/pg_waldump
 bin/postgres
 bin/postmaster
 etc/periodic/daily/502.pgsql
@@ -67,9 +69,12 @@ lib/libpgcommon.a
 %%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/de/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo
+%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-10.mo
+%%NLS%%share/locale/de/LC_MESSAGES/pg_waldump-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/de/LC_MESSAGES/postgres-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/initdb-10.mo
@@ -77,6 +82,7 @@ lib/libpgcommon.a
 %%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/es/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo
@@ -87,10 +93,12 @@ lib/libpgcommon.a
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-10.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/pg_waldump-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/postgres-10.mo
 %%NLS%%share/locale/he/LC_MESSAGES/initdb-10.mo
@@ -106,26 +114,28 @@ lib/libpgcommon.a
 %%NLS%%share/locale/ja/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo
-%%NLS%%share/locale/ko/LC_MESSAGES/postgres-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_test_timing-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-10.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/pg_waldump-10.mo
 %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-10.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/postgres-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-10.mo
-%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-10.mo
-%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-10.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_timing-10.mo
@@ -134,6 +144,7 @@ lib/libpgcommon.a
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-10.mo
@@ -142,24 +153,30 @@ lib/libpgcommon.a
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-10.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/pg_waldump-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/postgres-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-10.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-10.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/pg_waldump-10.mo
 %%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-10.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_resetwal-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/plpgsql-10.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/postgres-10.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710081639.v98GdxWV069594>