pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc92e861e3fd
branches:  trunk
changeset: 385479:dc92e861e3fd
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sun Sep 23 15:38:00 2018 +0000

description:
postgresql-postgis2: Drop PGSQL_VERSIONS_ACCEPTED

Currently, this package builds with all versions of postgreqsl in
pkgsrc, and it is likely to do so in the future, so there is no need
for an explicit list.

diffstat:

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

diffs (17 lines):

diff -r 282469ff1255 -r dc92e861e3fd databases/postgresql-postgis2/Makefile
--- a/databases/postgresql-postgis2/Makefile    Sun Sep 23 15:31:43 2018 +0000
+++ b/databases/postgresql-postgis2/Makefile    Sun Sep 23 15:38:00 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2018/09/11 17:26:13 gdt Exp $
+# $NetBSD: Makefile,v 1.49 2018/09/23 15:38:00 gdt Exp $
 
 MAJOR=         2.4
 DISTNAME=      postgis-${MAJOR}.4
@@ -29,7 +29,6 @@
 # gmake complains about adding + to parent rule
 MAKE_JOBS_SAFE=                no
 
-PGSQL_VERSIONS_ACCEPTED=       96 95 94 93
 
 USE_GCC_RUNTIME=       yes
 USE_LANGUAGES=         c c++ c99



Home | Main Index | Thread Index | Old Index