git: 91f22aab1770 - main - databases/pg_partman: Fix build and pkg-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Apr 2023 22:52:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=91f22aab17707a3edc61f6743ee14c7f83198036 commit 91f22aab17707a3edc61f6743ee14c7f83198036 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-04-29 21:17:55 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-04-29 22:51:59 +0000 databases/pg_partman: Fix build and pkg-plist PLIST_SUB logic was inverted accidentally - python utilities was for pg < 10, but now they try to install. PR: 271084 Reported by: bsd@abinet.ru Approved by: portmgr (blanket) Fixes: a40c0e7 Remove pointers to EOLed pgsql versions --- databases/pg_partman/pkg-plist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/databases/pg_partman/pkg-plist b/databases/pg_partman/pkg-plist index 461344a04b92..2dcfe76c29a4 100644 --- a/databases/pg_partman/pkg-plist +++ b/databases/pg_partman/pkg-plist @@ -1,10 +1,6 @@ bin/check_unique_constraint.py bin/dump_partition.py -bin/partition_data.py -bin/reapply_constraints.py -bin/reapply_foreign_keys.py bin/reapply_indexes.py -bin/undo_partition.py bin/vacuum_maintenance.py lib/postgresql/pg_partman_bgw.so %%PORTDOCS%%%%DOCSDIR%%/migrate_to_native.md