Place holder for upcoming PostGIS 3.3 release Currently in alpha1 stages. https://postgis.net/2022/05/21/postgis-3.3.0alpha1/
Created attachment 234971 [details] Initial patch for new postgis33 port
Thanks, there are problems with the patch: CONFLICTS_INSTALL add postgis32 (and add postgis33 to other versions) pkg-plist you have removed %%OPTION_NAME%%, you have to reinstate them otherwise the package cannot be built.
Created attachment 236332 [details] postgis33 3.3.0 RELEASE Patch updated to reflect 3.3.0 RELEASE
(In reply to Loïc Bartoletti from comment #2) New patch updates to address the concerns pointed out, as well as move to 3.3.0 RELEASE
(In reply to darcy from comment #4) The patch does not apply. You have to generate it from the main branch (currently there is no databases/postgis33). Assuming the FreeBSD original repo is origin with the main branch, you must rebase (and optionally resolve conflicts): git pull --rebase origin main and generate the diff from origin/main: git diff origin/main > postgis-3.3.0.diff Thanks
(In reply to Loïc Bartoletti from comment #5) it should work fine if you apply both the initial patch and then the RELEASE patch
(In reply to darcy from comment #6) Nope, can you create a new patch with the commands listed above?
Created attachment 236677 [details] postgis-3.3.0.diff respin of patch as per request
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e65f0624cd1e67507a3de7adae0859b6462472c commit 0e65f0624cd1e67507a3de7adae0859b6462472c Author: Loïc Bartoletti <lbartoletti@FreeBSD.org> AuthorDate: 2022-09-19 19:45:50 +0000 Commit: Loïc Bartoletti <lbartoletti@FreeBSD.org> CommitDate: 2022-09-19 19:53:14 +0000 databases/postgis33: Add new port Release notes: - https://postgis.net/2022/08/27/postgis-3.3.0-released/ - https://postgis.net/2022/09/10/postgis-3.3.1/ PR: 264913 Reported by: darcy@dbitech.ca databases/Makefile | 1 + databases/postgis33/Makefile (new) | 87 +++++ databases/postgis33/distinfo (new) | 3 + databases/postgis33/pkg-descr (new) | 13 + databases/postgis33/pkg-plist (new) | 742 ++++++++++++++++++++++++++++++++++++ 5 files changed, 846 insertions(+)
Committed, with minor changes, and upgraded to 3.3.1. Many thanks!