Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2023 22:52:12 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 91f22aab1770 - main - databases/pg_partman: Fix build and pkg-plist
Message-ID:  <202304292252.33TMqCgi076771@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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