Received: by mail.netbsd.org (Postfix, from userid 605) id DE2A984D72; Sat, 16 May 2020 11:09:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6533A84D6D for ; Sat, 16 May 2020 11:09:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id w5xInkG-cFQt for ; Sat, 16 May 2020 11:09:00 +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 B0B5F84D20 for ; Sat, 16 May 2020 11:08:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A0377FB27; Sat, 16 May 2020 11:08:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158962733972630" MIME-Version: 1.0 Date: Sat, 16 May 2020 11:08:59 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200516110859.A0377FB27@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. --_----------=_158962733972630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Sat May 16 11:08:59 UTC 2020 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158962733972630 Content-Disposition: inline Content-Length: 833 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.73 pkgsrc/databases/postgresql-postgis2/Makefile:1.74 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.73 Wed May 6 14:04:24 2020 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sat May 16 11:08:59 2020 @@ -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 @@ 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 --_----------=_158962733972630--