pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 Postgis no longer suppor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aefc5206be8
branches:  trunk
changeset: 357515:2aefc5206be8
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Sun Jan 22 10:58:45 2017 +0000

description:
Postgis no longer supports PostgreSQL < 9.2.

diffstat:

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

diffs (18 lines):

diff -r 24b1cc98899e -r 2aefc5206be8 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sun Jan 22 10:37:04 2017 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sun Jan 22 10:58:45 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/01/18 13:04:27 jperkin Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/22 10:58:45 fhajny Exp $
 
 DISTNAME=      postgis-2.3.1
 PKGNAME=       postgresql${PGSQL_VERSION}-${DISTNAME}
@@ -28,7 +28,7 @@
 # gmake complains about adding + to parent rule
 MAKE_JOBS_SAFE=                no
 
-PGSQL_VERSIONS_ACCEPTED=       96 95 94 93 92 91
+PGSQL_VERSIONS_ACCEPTED=       96 95 94 93 92
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99



Home | Main Index | Thread Index | Old Index