pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql-postgis2 Support postgresql96.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abb60fdf2011
branches:  trunk
changeset: 357306:abb60fdf2011
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jan 18 13:04:27 2017 +0000

description:
Support postgresql96.

diffstat:

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

diffs (18 lines):

diff -r 8f033407d580 -r abb60fdf2011 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Wed Jan 18 13:00:16 2017 +0000
+++ b/databases/postgresql-postgis2/Makefile    Wed Jan 18 13:04:27 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/01/01 16:06:07 adam Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/18 13:04:27 jperkin 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=       95 94 93 92 91
+PGSQL_VERSIONS_ACCEPTED=       96 95 94 93 92 91
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99



Home | Main Index | Thread Index | Old Index