Received: by mail.netbsd.org (Postfix, from userid 605) id 1E64784DE6; Sat, 29 Sep 2018 15:13:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 21B5384DE5 for ; Sat, 29 Sep 2018 15:13:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id HsTMAMTTU7yu for ; Sat, 29 Sep 2018 15:13:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4A52F84D44 for ; Sat, 29 Sep 2018 15:13:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3850DFBEE; Sat, 29 Sep 2018 15:13:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1538233981255090" MIME-Version: 1.0 Date: Sat, 29 Sep 2018 15:13:01 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20180929151301.3850DFBEE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1538233981255090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Sep 29 15:13:01 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: postgresql-postgis2: does not support 9.3 To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1538233981255090 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/postgresql-postgis2/Makefile diff -u pkgsrc/databases/postgresql-postgis2/Makefile:1.50 pkgsrc/databases/postgresql-postgis2/Makefile:1.51 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.50 Sun Sep 23 23:11:49 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sat Sep 29 15:13:01 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2018/09/23 23:11:49 gdt Exp $ +# $NetBSD: Makefile,v 1.51 2018/09/29 15:13:01 tnn Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.0 @@ -12,6 +12,9 @@ COMMENT= Spatial database capabilities f 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 --_----------=_1538233981255090--