Received: by mail.netbsd.org (Postfix, from userid 605) id 0351D84DAE; Fri, 2 Mar 2018 01:16:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E3B7184CE1 for ; Fri, 2 Mar 2018 01:16:25 +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 3ASLOIVipj4g for ; Fri, 2 Mar 2018 01:16:25 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 305A784D35 for ; Fri, 2 Mar 2018 01:16:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B02CFB40; Fri, 2 Mar 2018 01:16:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519953385135790" MIME-Version: 1.0 Date: Fri, 2 Mar 2018 01:16:25 +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: <20180302011625.2B02CFB40@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. --_----------=_1519953385135790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Fri Mar 2 01:16:25 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile Log Message: postgresql-postgis2: revbump for proj To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/databases/postgresql-postgis2/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519953385135790 Content-Disposition: inline Content-Length: 668 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.35 pkgsrc/databases/postgresql-postgis2/Makefile:1.36 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.35 Sun Jan 28 20:10:45 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Fri Mar 2 01:16:25 2018 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2018/01/28 20:10:45 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2018/03/02 01:16:25 gdt Exp $ DISTNAME= postgis-2.4.2 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://download.osgeo.org/postgis/source/ --_----------=_1519953385135790--