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: jperkin
Date: Wed Jan 18 13:04:27 UTC 2017
Modified Files:
pkgsrc/databases/postgresql-postgis2: Makefile
Log Message:
Support postgresql96.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/databases/postgresql-postgis2/Makefile:1.24
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.23 Sun Jan 1 16:06:07 2017
+++ pkgsrc/databases/postgresql-postgis2/Makefile Wed Jan 18 13:04:27 2017
@@ -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 @@ CONFLICTS= postgis-[0-9]*
# 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