Received: by mail.netbsd.org (Postfix, from userid 605) id 6141284DB2; Wed, 11 Mar 2020 12:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DD13A84D94 for ; Wed, 11 Mar 2020 12:55:37 +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 CTGae5KY3jZL for ; Wed, 11 Mar 2020 12:55:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 674B084D36 for ; Wed, 11 Mar 2020 12:55:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6172AFB27; Wed, 11 Mar 2020 12:55:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1583931337166000" MIME-Version: 1.0 Date: Wed, 11 Mar 2020 12:55:37 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20200311125537.6172AFB27@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. --_----------=_1583931337166000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Mar 11 12:55:37 UTC 2020 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile pkgsrc/geography/gdal-lib: Makefile pkgsrc/geography/py-gdal: Makefile Log Message: revbump to work around libtool bug triggered by geos update To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/postgresql-postgis2/Makefile cvs rdiff -u -r1.121 -r1.122 pkgsrc/geography/gdal-lib/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/geography/py-gdal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1583931337166000 Content-Disposition: inline Content-Length: 1750 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.69 pkgsrc/databases/postgresql-postgis2/Makefile:1.70 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.69 Tue Mar 10 22:09:32 2020 +++ pkgsrc/databases/postgresql-postgis2/Makefile Wed Mar 11 12:55:37 2020 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.69 2020/03/10 22:09:32 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2020/03/11 12:55:37 gdt Exp $ MAJOR= 2.5 DISTNAME= postgis-${MAJOR}.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= databases geography MASTER_SITES= https://download.osgeo.org/postgis/source/ Index: pkgsrc/geography/gdal-lib/Makefile diff -u pkgsrc/geography/gdal-lib/Makefile:1.121 pkgsrc/geography/gdal-lib/Makefile:1.122 --- pkgsrc/geography/gdal-lib/Makefile:1.121 Sun Mar 8 16:47:44 2020 +++ pkgsrc/geography/gdal-lib/Makefile Wed Mar 11 12:55:36 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.121 2020/03/08 16:47:44 wiz Exp $ +# $NetBSD: Makefile,v 1.122 2020/03/11 12:55:36 gdt Exp $ -PKGREVISION= 3 +PKGREVISION= 4 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${DISTNAME:S/gdal/gdal-lib/} Index: pkgsrc/geography/py-gdal/Makefile diff -u pkgsrc/geography/py-gdal/Makefile:1.18 pkgsrc/geography/py-gdal/Makefile:1.19 --- pkgsrc/geography/py-gdal/Makefile:1.18 Sun Mar 8 16:49:51 2020 +++ pkgsrc/geography/py-gdal/Makefile Wed Mar 11 12:55:37 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2020/03/08 16:49:51 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2020/03/11 12:55:37 gdt Exp $ #PKGREVISION= 0 -PKGREVISION= 3 +PKGREVISION= 4 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} --_----------=_1583931337166000--