Date: Tue, 31 Dec 2019 12:29:00 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521611 - head/databases/pg_citus Message-ID: <201912311229.xBVCT0HW012549@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Tue Dec 31 12:29:00 2019 New Revision: 521611 URL: https://svnweb.freebsd.org/changeset/ports/521611 Log: Update to 9.1.2 This fixes an installation bug which wouldn't affect anyone installing from pkg(8). No functional changes to the installed code. ChangeLog: https://github.com/citusdata/citus/blob/v9.1.2/CHANGELOG.md Modified: head/databases/pg_citus/Makefile head/databases/pg_citus/distinfo Modified: head/databases/pg_citus/Makefile ============================================================================== --- head/databases/pg_citus/Makefile Tue Dec 31 12:17:55 2019 (r521610) +++ head/databases/pg_citus/Makefile Tue Dec 31 12:29:00 2019 (r521611) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.1.1 +PORTVERSION= 9.1.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Tue Dec 31 12:17:55 2019 (r521610) +++ head/databases/pg_citus/distinfo Tue Dec 31 12:29:00 2019 (r521611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1576824543 -SHA256 (citusdata-citus-v9.1.1_GH0.tar.gz) = 61abb2a056d3122086c209984eff70dbe6254be37b0a4a070faa971386169fc6 -SIZE (citusdata-citus-v9.1.1_GH0.tar.gz) = 4141921 +TIMESTAMP = 1577792376 +SHA256 (citusdata-citus-v9.1.2_GH0.tar.gz) = 0f36ffc2e4e478562ca038459cb11227150b450356454fd029b078e75d28746b +SIZE (citusdata-citus-v9.1.2_GH0.tar.gz) = 4141825
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912311229.xBVCT0HW012549>