Received: by mail.netbsd.org (Postfix, from userid 605) id B850D84DDA; Sun, 4 Mar 2018 01:29:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 03E3D84CFB for ; Sun, 4 Mar 2018 01:29:29 +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 Vs2klq2F7baY for ; Sun, 4 Mar 2018 01:29:28 +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 F01F884CE1 for ; Sun, 4 Mar 2018 01:29:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9FC7FB40; Sun, 4 Mar 2018 01:29:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1520126967289920" MIME-Version: 1.0 Date: Sun, 4 Mar 2018 01:29:27 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/databases/postgresql-postgis2 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20180304012927.E9FC7FB40@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. --_----------=_1520126967289920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Sun Mar 4 01:29:27 UTC 2018 Modified Files: pkgsrc/databases/postgresql-postgis2: Makefile PLIST distinfo Log Message: Update to 2.4.3 * O.k. by gdt@ Changelog: PostGIS 2.4.3 2018/01/17 * Bug fixes * - #3713, Support encodings that happen to output a '\' character - #3827, Set configure default to not do interrupt testing, was causing false negatives for many people (Regina Obe) revised to be standards compliant in #3988 (Greg Troxel) - #3930, Minimum bounding circle issues on 32-bit platforms - #3965, ST_ClusterKMeans used to lose some clusters on initialization (Darafei Praliaskouski) - #3956, Brin opclass object does not upgrade properly (Sandro Santilli) - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY (Darafei Praliaskouski) - #3975, ST_Transform runs query on spatial_ref_sys without schema qualification. Was causing restore issues. (Paul Ramsey) * Enhancements * - #3944, Update to EPSG register v9.2 (Even Rouault) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/databases/postgresql-postgis2/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/postgresql-postgis2/PLIST cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/postgresql-postgis2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1520126967289920 Content-Disposition: inline Content-Length: 5408 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.36 pkgsrc/databases/postgresql-postgis2/Makefile:1.37 --- pkgsrc/databases/postgresql-postgis2/Makefile:1.36 Fri Mar 2 01:16:25 2018 +++ pkgsrc/databases/postgresql-postgis2/Makefile Sun Mar 4 01:29:27 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2018/03/02 01:16:25 gdt Exp $ +# $NetBSD: Makefile,v 1.37 2018/03/04 01:29:27 ryoon Exp $ -DISTNAME= postgis-2.4.2 +DISTNAME= postgis-2.4.3 PKGNAME= postgresql${PGSQL_VERSION}-${DISTNAME} -PKGREVISION= 3 CATEGORIES= databases geography -MASTER_SITES= http://download.osgeo.org/postgis/source/ +MASTER_SITES= https://download.osgeo.org/postgis/source/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://postgis.net/ @@ -12,7 +11,7 @@ COMMENT= Spatial database capabilities f LICENSE= gnu-gpl-v2 -DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server +DEPENDS+= postgresql${PGSQL_VERSION}-server-[0-9]*:../../databases/postgresql${PGSQL_VERSION}-server BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl CONFLICTS= postgis-[0-9]* Index: pkgsrc/databases/postgresql-postgis2/PLIST diff -u pkgsrc/databases/postgresql-postgis2/PLIST:1.11 pkgsrc/databases/postgresql-postgis2/PLIST:1.12 --- pkgsrc/databases/postgresql-postgis2/PLIST:1.11 Fri Dec 8 14:16:33 2017 +++ pkgsrc/databases/postgresql-postgis2/PLIST Sun Mar 4 01:29:27 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2017/12/08 14:16:33 gdt Exp $ +@comment $NetBSD: PLIST,v 1.12 2018/03/04 01:29:27 ryoon Exp $ bin/pgsql2shp bin/raster2pgsql bin/shp2pgsql @@ -65,9 +65,10 @@ share/postgresql/extension/postgis--2.3. share/postgresql/extension/postgis--2.3.3--${PKGVERSION}.sql share/postgresql/extension/postgis--2.3.4--${PKGVERSION}.sql share/postgresql/extension/postgis--2.3.5--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.3.6--${PKGVERSION}.sql share/postgresql/extension/postgis--2.4.0--${PKGVERSION}.sql share/postgresql/extension/postgis--2.4.1--${PKGVERSION}.sql -share/postgresql/extension/postgis--${PKGVERSION}dev--${PKGVERSION}.sql +share/postgresql/extension/postgis--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis--${PKGVERSION}.sql share/postgresql/extension/postgis--${PKGVERSION}next--${PKGVERSION}.sql @@ -104,9 +105,10 @@ share/postgresql/extension/postgis_tiger share/postgresql/extension/postgis_tiger_geocoder--2.3.3--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.3.4--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.3.5--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.3.6--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.4.0--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--2.4.1--${PKGVERSION}.sql -share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}dev--${PKGVERSION}.sql +share/postgresql/extension/postgis_tiger_geocoder--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}.sql share/postgresql/extension/postgis_tiger_geocoder--${PKGVERSION}next--${PKGVERSION}.sql @@ -144,9 +146,10 @@ share/postgresql/extension/postgis_topol share/postgresql/extension/postgis_topology--2.3.3--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.3.4--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.3.5--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.3.6--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.4.0--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--2.4.1--${PKGVERSION}.sql -share/postgresql/extension/postgis_topology--${PKGVERSION}dev--${PKGVERSION}.sql +share/postgresql/extension/postgis_topology--2.4.2--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}--${PKGVERSION}next.sql share/postgresql/extension/postgis_topology--${PKGVERSION}.sql share/postgresql/extension/postgis_topology--${PKGVERSION}next--${PKGVERSION}.sql Index: pkgsrc/databases/postgresql-postgis2/distinfo diff -u pkgsrc/databases/postgresql-postgis2/distinfo:1.13 pkgsrc/databases/postgresql-postgis2/distinfo:1.14 --- pkgsrc/databases/postgresql-postgis2/distinfo:1.13 Fri Dec 8 14:16:33 2017 +++ pkgsrc/databases/postgresql-postgis2/distinfo Sun Mar 4 01:29:27 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.13 2017/12/08 14:16:33 gdt Exp $ +$NetBSD: distinfo,v 1.14 2018/03/04 01:29:27 ryoon Exp $ -SHA1 (postgis-2.4.2.tar.gz) = 490b7d11d5e01ce5369edba48989dd97f1077508 -RMD160 (postgis-2.4.2.tar.gz) = b0b358866977cd418c38447ee5fccd27585f8ee5 -SHA512 (postgis-2.4.2.tar.gz) = e268572d5cd009754ef05f5d2eedcac7e362fa47199459c637cd4d9050d2b648d4b2b3746cde0dce5a42be2606a432b64dc905f193e12cf0869e3dd6f820b425 -Size (postgis-2.4.2.tar.gz) = 12470881 bytes +SHA1 (postgis-2.4.3.tar.gz) = 3953aee7cdd9c0a6ece578c27d0f7a0dad2500b3 +RMD160 (postgis-2.4.3.tar.gz) = 0c0d4ca47a9a0cddfdc3127558d19a5a193d8c68 +SHA512 (postgis-2.4.3.tar.gz) = 95b2c925cb10943e7136aa3b7b08a9ad3d6ff59a3994c653bba52e4c65193d519daa49684b924f68945dd596187aa17e0c713bf0b9e29f8c5973346b279dba1b +Size (postgis-2.4.3.tar.gz) = 12601055 bytes --_----------=_1520126967289920--