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:   rillig
Date:           Sat May 16 11:08:59 UTC 2020

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

Log Message:
databases/postgresql-postgis2: remove outdated PGSQL_VERSIONS_ACCEPTED

This should have been PGSQL_VERSIONS_INCOMPATIBLE from the beginning, as
the comment above that line clearly said.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 pkgsrc/databases/postgresql-postgis2/Makefile:1.74
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.73  Wed May  6 14:04:24 2020
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sat May 16 11:08:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2020/05/06 14:04:24 adam Exp $
+# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $
 
 MAJOR=         2.5
 DISTNAME=      postgis-${MAJOR}.3
@@ -13,9 +13,6 @@ COMMENT=      Spatial database capabilities f
 
 LICENSE=       gnu-gpl-v2
 
-# Needs 9.4 or higher
-PGSQL_VERSIONS_ACCEPTED=       10 96 95 94
-
 DEPENDS+=              postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server
 BUILD_DEPENDS+=                docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 



Home | Main Index | Thread Index | Old Index