pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 postgresql-postgis2: doe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67d388f9b861
branches:  trunk
changeset: 313407:67d388f9b861
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Sep 29 15:13:01 2018 +0000

description:
postgresql-postgis2: does not support 9.3

diffstat:

 databases/postgresql-postgis2/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 410ea8a4225b -r 67d388f9b861 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sat Sep 29 15:05:03 2018 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sat Sep 29 15:13:01 2018 +0000
@@ -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 @@
 
 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