Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2019 16:00:22 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500024 - head/databases/pg_partman
Message-ID:  <201904251600.x3PG0Mtr002434@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Thu Apr 25 16:00:21 2019
New Revision: 500024
URL: https://svnweb.freebsd.org/changeset/ports/500024

Log:
  databases/pg_partman: Update to 4.0.0
  
  * Fix whitespace in pkg-descr
  
  Changelog:
  
  https://github.com/pgpartman/pg_partman/blob/v4.0.0/CHANGELOG.txt
  
  PR:		237001
  Submitted by:	Lacey Powers <lacey.leanne@gmail.com> (maintainer)
  Approved by:	mentors (implicit)

Modified:
  head/databases/pg_partman/Makefile
  head/databases/pg_partman/distinfo
  head/databases/pg_partman/pkg-descr
  head/databases/pg_partman/pkg-plist

Modified: head/databases/pg_partman/Makefile
==============================================================================
--- head/databases/pg_partman/Makefile	Thu Apr 25 15:53:43 2019	(r500023)
+++ head/databases/pg_partman/Makefile	Thu Apr 25 16:00:21 2019	(r500024)
@@ -2,8 +2,7 @@
 
 PORTNAME=	pg_partman
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.2.1
-PORTREVISION=	1
+DISTVERSION=	4.0.0
 CATEGORIES=	databases
 
 MAINTAINER=	lacey.leanne@gmail.com

Modified: head/databases/pg_partman/distinfo
==============================================================================
--- head/databases/pg_partman/distinfo	Thu Apr 25 15:53:43 2019	(r500023)
+++ head/databases/pg_partman/distinfo	Thu Apr 25 16:00:21 2019	(r500024)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1537486454
-SHA256 (keithf4-pg_partman-v3.2.1_GH0.tar.gz) = 4965dd5f14460983d9f1898782bfed19abf6e4543a9a14aa6476c28848b78c66
-SIZE (keithf4-pg_partman-v3.2.1_GH0.tar.gz) = 879471
+TIMESTAMP = 1553728558
+SHA256 (keithf4-pg_partman-v4.0.0_GH0.tar.gz) = 981eb1d651d70e3dcfcf6eae28a444effd9e85cf57d758edf77b71635813d089
+SIZE (keithf4-pg_partman-v4.0.0_GH0.tar.gz) = 934454

Modified: head/databases/pg_partman/pkg-descr
==============================================================================
--- head/databases/pg_partman/pkg-descr	Thu Apr 25 15:53:43 2019	(r500023)
+++ head/databases/pg_partman/pkg-descr	Thu Apr 25 16:00:21 2019	(r500024)
@@ -1,10 +1,10 @@
 pg_partman is an extension to create and manage both time-based and
-serial-based table partition sets. Sub-partitoning is also supported. 
-Child table & trigger function creation is all managed by the extension 
-itself. Tables with existing data can also have their data partitioned in 
-easily managed smaller batches. Optional retention policy can automatically 
-drop partitions no longer needed. A background worker (BGW) process is 
-included to automatically run partition maintenance without the need of an 
+serial-based table partition sets. Sub-partitoning is also supported.
+Child table & trigger function creation is all managed by the extension
+itself. Tables with existing data can also have their data partitioned in
+easily managed smaller batches. Optional retention policy can automatically
+drop partitions no longer needed. A background worker (BGW) process is
+included to automatically run partition maintenance without the need of an
 external scheduler (cron, etc) in most cases.
 
 WWW: https://github.com/keithf4/pg_partman

Modified: head/databases/pg_partman/pkg-plist
==============================================================================
--- head/databases/pg_partman/pkg-plist	Thu Apr 25 15:53:43 2019	(r500023)
+++ head/databases/pg_partman/pkg-plist	Thu Apr 25 16:00:21 2019	(r500024)
@@ -75,5 +75,6 @@ share/postgresql/extension/pg_partman--3.1.1--3.1.2.sq
 share/postgresql/extension/pg_partman--3.1.2--3.1.3.sql
 share/postgresql/extension/pg_partman--3.1.3--3.2.0.sql
 share/postgresql/extension/pg_partman--3.2.0--3.2.1.sql
-share/postgresql/extension/pg_partman--3.2.1.sql
+share/postgresql/extension/pg_partman--3.2.1--4.0.0.sql
+share/postgresql/extension/pg_partman--4.0.0.sql
 share/postgresql/extension/pg_partman.control



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904251600.x3PG0Mtr002434>