Received: by mail.netbsd.org (Postfix, from userid 605) id 0C02F84DBF; Sun, 23 Sep 2018 15:38:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3607784D36 for ; Sun, 23 Sep 2018 15:38:01 +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 tKn9zGJxVmtF for ; Sun, 23 Sep 2018 15:38:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C2AC84D22 for ; Sun, 23 Sep 2018 15:38:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FE0EFBEE; Sun, 23 Sep 2018 15:38:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537717080132730" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 15:38:00 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20180923153800.4FE0EFBEE@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. --_----------=_1537717080132730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Sep 23 15:38:00 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537717080132730 Content-Disposition: inline Content-Length: 719 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.48 pkgsrc/databases/postgresql-postgis2/Makefile:1.49 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.48 Tue Sep 11 17:26:13 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sun Sep 23 15:38:00 2018 @@ -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 @@ CONFLICTS= postgis-[0-9]* # 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 --_----------=_1537717080132730--