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:   tnn
Date:           Sat Sep 29 15:13:01 UTC 2018

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

Log Message:
postgresql-postgis2: does not support 9.3


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/databases/postgresql-postgis2/Makefile:1.51
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.50  Sun Sep 23 23:11:49 2018
+++ pkgsrc/databases/postgresql-postgis2/Makefile       Sat Sep 29 15:13:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2018/09/23 23:11:49 gdt Exp $
+# $NetBSD: Makefile,v 1.51 2018/09/29 15:13:01 tnn Exp $
 
 MAJOR=         2.5
 DISTNAME=      postgis-${MAJOR}.0
@@ -12,6 +12,9 @@ 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