Date: Thu, 30 Jul 2020 19:38:18 +0000 (UTC) From: =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543822 - head/databases/pgrouting Message-ID: <202007301938.06UJcId1044974@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lbartoletti Date: Thu Jul 30 19:38:18 2020 New Revision: 543822 URL: https://svnweb.freebsd.org/changeset/ports/543822 Log: databases/pgrouting: Update to 3.0.2 Changelog: - https://docs.pgrouting.org/3.0/en/release_notes.html#changelog-3-0-2 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25845 Modified: head/databases/pgrouting/Makefile head/databases/pgrouting/distinfo head/databases/pgrouting/pkg-plist Modified: head/databases/pgrouting/Makefile ============================================================================== --- head/databases/pgrouting/Makefile Thu Jul 30 19:36:56 2020 (r543821) +++ head/databases/pgrouting/Makefile Thu Jul 30 19:38:18 2020 (r543822) @@ -3,8 +3,7 @@ PORTNAME= pgrouting DISTVERSIONPREFIX= v -DISTVERSION= 3.0.0 -DISTVERSIONSUFFIX= -rc1 +DISTVERSION= 3.0.2 CATEGORIES= databases geography MAINTAINER= lbartoletti@FreeBSD.org Modified: head/databases/pgrouting/distinfo ============================================================================== --- head/databases/pgrouting/distinfo Thu Jul 30 19:36:56 2020 (r543821) +++ head/databases/pgrouting/distinfo Thu Jul 30 19:38:18 2020 (r543822) @@ -1,3 +1,3 @@ -TIMESTAMP = 1587538246 -SHA256 (pgRouting-pgrouting-v3.0.0-rc1_GH0.tar.gz) = 5cc6355349c0c7f072b5ac089a2e99e88054715c8352eddf0838c31480a3fd0c -SIZE (pgRouting-pgrouting-v3.0.0-rc1_GH0.tar.gz) = 6114856 +TIMESTAMP = 1595922231 +SHA256 (pgRouting-pgrouting-v3.0.2_GH0.tar.gz) = bdf07191625c3bab604d6f0ab0e2dae64134ddf5c3d59f3ae80fea863c47b4ed +SIZE (pgRouting-pgrouting-v3.0.2_GH0.tar.gz) = 6127400 Modified: head/databases/pgrouting/pkg-plist ============================================================================== --- head/databases/pgrouting/pkg-plist Thu Jul 30 19:36:56 2020 (r543821) +++ head/databases/pgrouting/pkg-plist Thu Jul 30 19:38:18 2020 (r543822) @@ -1,24 +1,9 @@ lib/postgresql/libpgrouting-3.0.so -share/postgresql/extension/pgrouting--2.2.0--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.2.1--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.2.2--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.2.3--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.2.4--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.3.0--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.3.1--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.3.2--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.4.0--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.4.1--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.4.2--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.0--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.1--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.2--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.3--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.4--%%DISTVERSION%%.sql -share/postgresql/extension/pgrouting--2.5.5--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting--2.6.0--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting--2.6.1--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting--2.6.2--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting--2.6.3--%%DISTVERSION%%.sql +share/postgresql/extension/pgrouting--3.0.0--%%DISTVERSION%%.sql +share/postgresql/extension/pgrouting--3.0.1--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting--%%DISTVERSION%%.sql share/postgresql/extension/pgrouting.control
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007301938.06UJcId1044974>