Received: by mail.netbsd.org (Postfix, from userid 605) id B05AA84DAF; Thu, 11 Feb 2021 13:57:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB31184CDF for ; Thu, 11 Feb 2021 13:57:29 +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 L6XZnMs5jvIm for ; Thu, 11 Feb 2021 13:57:29 +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 49F9184CBC for ; Thu, 11 Feb 2021 13:57:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 476D7FA95; Thu, 11 Feb 2021 13:57:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161305184966110" MIME-Version: 1.0 Date: Thu, 11 Feb 2021 13:57:29 +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: <20210211135729.476D7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161305184966110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Thu Feb 11 13:57:29 UTC 2021 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: databases/postgresql-postgis2: revbump for geos update To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161305184966110 Content-Disposition: inline Content-Length: 827 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.88 pkgsrc/databases/postgresql-postgis2/Makefile:1.89 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.88 Sat Jan 30 00:41:45 2021 +++ pkgsrc/databases/postgresql-postgis2/Makefile Thu Feb 11 13:57:29 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.88 2021/01/30 00:41:45 gdt Exp $ +# $NetBSD: Makefile,v 1.89 2021/02/11 13:57:29 gdt Exp $ # Note that the directory is still postgis2, for historical reasons. # It remains, due to inertia, until there is a good basis to be sure @@ -6,6 +6,7 @@ MAJOR= 3.1 DISTNAME= postgis-${MAJOR}.1 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ --_----------=_161305184966110--