Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c0502e717e7
branches:  trunk
changeset: 431744:3c0502e717e7
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 11:08:59 2020 +0000

description:
databases/postgresql-postgis2: remove outdated PGSQL_VERSIONS_ACCEPTED

This should have been PGSQL_VERSIONS_INCOMPATIBLE from the beginning, as
the comment above that line clearly said.

diffstat:

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

diffs (19 lines):

diff -r 62d710f8bec9 -r 3c0502e717e7 databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sat May 16 10:50:49 2020 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sat May 16 11:08:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2020/05/06 14:04:24 adam Exp $
+# $NetBSD: Makefile,v 1.74 2020/05/16 11:08:59 rillig Exp $
 
 MAJOR=         2.5
 DISTNAME=      postgis-${MAJOR}.3
@@ -13,9 +13,6 @@
 
 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