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: fhajny
Date: Sun Jan 22 10:58:45 UTC 2017
Modified Files:
pkgsrc/databases/postgresql-postgis2: Makefile
Log Message:
Postgis no longer supports PostgreSQL < 9.2.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/databases/postgresql-postgis2/Makefile:1.25
--- pkgsrc/databases/postgresql-postgis2/Makefile:1.24 Wed Jan 18 13:04:27 2017
+++ pkgsrc/databases/postgresql-postgis2/Makefile Sun Jan 22 10:58:45 2017
@@ -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 @@ CONFLICTS= postgis-[0-9]*
# 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