svn commit: r538855 - in branches/2020Q2/databases: postgresql11-server postgresql12-server

Palle Girgensohn girgen at FreeBSD.org
Mon Jun 15 07:43:25 UTC 2020


Author: girgen
Date: Mon Jun 15 07:43:24 2020
New Revision: 538855
URL: https://svnweb.freebsd.org/changeset/ports/538855

Log:
  MFH: r538854
  
  Fix bad plist substitution
  
  PR:		247226
  Reported by:	Garrett Wollman
  Approved by:	portmgr (blanket: packaging bugfix)

Modified:
  branches/2020Q2/databases/postgresql11-server/pkg-plist-server
  branches/2020Q2/databases/postgresql12-server/pkg-plist-server
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/databases/postgresql11-server/pkg-plist-server
==============================================================================
--- branches/2020Q2/databases/postgresql11-server/pkg-plist-server	Mon Jun 15 06:56:40 2020	(r538854)
+++ branches/2020Q2/databases/postgresql11-server/pkg-plist-server	Mon Jun 15 07:43:24 2020	(r538855)
@@ -524,7 +524,7 @@ lib/postgresql/utf8_and_win.so
 %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgrtype.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/utility.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tsearch/dict.bc

Modified: branches/2020Q2/databases/postgresql12-server/pkg-plist-server
==============================================================================
--- branches/2020Q2/databases/postgresql12-server/pkg-plist-server	Mon Jun 15 06:56:40 2020	(r538854)
+++ branches/2020Q2/databases/postgresql12-server/pkg-plist-server	Mon Jun 15 07:43:24 2020	(r538855)
@@ -537,7 +537,7 @@ lib/postgresql/utf8_and_win.so
 %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/md.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/storage/smgr/smgr.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/storage/sync/sync.bc
-%%LLVM%%lib/postgresql/bitcode/postgres/tcop/%%PG_USER%%.bc
+%%LLVM%%lib/postgresql/bitcode/postgres/tcop/postgres.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/dest.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/fastpath.bc
 %%LLVM%%lib/postgresql/bitcode/postgres/tcop/pquery.bc


More information about the svn-ports-all mailing list