pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/postgresql-postgis2



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Nov 30 16:17:48 UTC 2024

Modified Files:
        pkgsrc/databases/postgresql-postgis2: Makefile

Log Message:
databases/postgresql-postgis2: Alow pg17

The README does not say, but the release announcement for 3.5.0 says
"best served with PostgreSQL 17 RC1".  While it's ridiculous for a
release to recommend using a non-release, it's a clue that 17 should
be ok.


To generate a diff of this commit:
cvs rdiff -u -r1.161 -r1.162 pkgsrc/databases/postgresql-postgis2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/postgresql-postgis2/Makefile
diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.161 pkgsrc/databases/postgresql-postgis2/Makefile:1.162
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.161 Sat Nov 30 16:06:17 2024
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sat Nov 30 16:17:48 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.161 2024/11/30 16:06:17 wiz Exp $
+# $NetBSD: Makefile,v 1.162 2024/11/30 16:17:48 gdt Exp $
 
 # Note that the directory is still postgis2, for historical reasons.
 # It remains, due to inertia and the pain of renaming outweighing the
@@ -39,7 +39,7 @@ USE_TOOLS+=                   gsed gmake lex pax perl pk
 GNU_CONFIGURE=                 yes
 CONFIGURE_ARGS+=               --enable-rpath
 CONFIGURE_ARGS+=               --datadir=${PREFIX}/share/postgresql/contrib
-PGSQL_VERSIONS_ACCEPTED=       16 15 14 13
+PGSQL_VERSIONS_ACCEPTED=       17 16 15 14 13
 
 # This isn't an option, but could be.
 CONFIGURE_ARGS+=       --with-address-standardizer



Home | Main Index | Thread Index | Old Index