Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8F7631A921F for ; Sun, 3 Jan 2021 01:30:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B21EE84D22; Sun, 3 Jan 2021 01:30:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8C5284CE8 for ; Sun, 3 Jan 2021 01:30:34 +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 DrtDZY-afbmr for ; Sun, 3 Jan 2021 01:30:34 +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 2F91C84C86 for ; Sun, 3 Jan 2021 01:30:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1ECDBFA9D; Sun, 3 Jan 2021 01:30:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609637434242880" MIME-Version: 1.0 Date: Sun, 3 Jan 2021 01:30:34 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210103013034.1ECDBFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609637434242880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Sun Jan 3 01:30:34 UTC 2021 Modified Files: pkgsrc/geography/gdal-lib: Makefile pkgsrc/geography/py-gdal: Makefile Log Message: gdal: Revbump due to geos update To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/geography/gdal-lib/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/geography/py-gdal/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609637434242880 Content-Disposition: inline Content-Length: 1082 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/gdal-lib/Makefile diff -u pkgsrc/geography/gdal-lib/Makefile:1.131 pkgsrc/geography/gdal-lib/Makefile:1.132 --- pkgsrc/geography/gdal-lib/Makefile:1.131 Mon Dec 14 19:50:32 2020 +++ pkgsrc/geography/gdal-lib/Makefile Sun Jan 3 01:30:33 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2020/12/14 19:50:32 gdt Exp $ +# $NetBSD: Makefile,v 1.132 2021/01/03 01:30:33 gdt Exp $ -PKGREVISION= 5 +PKGREVISION= 6 .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.27 pkgsrc/geography/py-gdal/Makefile:1.28 --- pkgsrc/geography/py-gdal/Makefile:1.27 Thu Nov 5 09:08:17 2020 +++ pkgsrc/geography/py-gdal/Makefile Sun Jan 3 01:30:33 2021 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2020/11/05 09:08:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.28 2021/01/03 01:30:33 gdt Exp $ #PKGREVISION= 0 -PKGREVISION= 6 +PKGREVISION= 7 .include "../../geography/gdal-lib/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} --_----------=_1609637434242880--