Created attachment 245734 [details] new port
Committed, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a65ea84c048e834e46c0011ff25caeed1c1ad884 commit a65ea84c048e834e46c0011ff25caeed1c1ad884 Author: Pat Maddox <pat@patmaddox.com> AuthorDate: 2023-10-22 11:28:07 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-10-22 11:28:46 +0000 databases/py-schemachange: new port schemachange is a simple python based tool to manage all of your Snowflake objects. It follows an Imperative-style approach to Database Change Management (DCM) and was inspired by the Flyway database migration tool. When combined with a version control system and a CI/CD tool, database changes can be approved and deployed through a pipeline using modern software delivery practices. As such schemachange plays a critical role in enabling Database (or Data) DevOps. PR: 274585 Author: Pat Maddox <pat@patmaddox.com> databases/Makefile | 1 + databases/py-schemachange/Makefile (new) | 33 +++++++++++++++++++++++++++++++ databases/py-schemachange/distinfo (new) | 3 +++ databases/py-schemachange/pkg-descr (new) | 6 ++++++ 4 files changed, 43 insertions(+)