svn commit: r436260 - head/databases/pg_rman

Kurt Jaeger pi at FreeBSD.org
Thu Mar 16 03:40:06 UTC 2017


Author: pi
Date: Thu Mar 16 03:40:04 2017
New Revision: 436260
URL: https://svnweb.freebsd.org/changeset/ports/436260

Log:
  databases/pg_rman: update 1.2.3 -> 1.3.3, unbreak, new distsite
  
  PR:		213486
  Changes:	https://github.com/ossc-db/pg_rman/releases
  Submitted by:	Lacey Powers <lacey.leanne at gmail.com>
  Reviewed by:	rainer at ultra-secure.de
  Approved by:	kuriyama (maintainer timeout)

Modified:
  head/databases/pg_rman/Makefile
  head/databases/pg_rman/distinfo
  head/databases/pg_rman/pkg-descr

Modified: head/databases/pg_rman/Makefile
==============================================================================
--- head/databases/pg_rman/Makefile	Wed Mar 15 22:22:59 2017	(r436259)
+++ head/databases/pg_rman/Makefile	Thu Mar 16 03:40:04 2017	(r436260)
@@ -1,20 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	pg_rman
-PORTVERSION=	1.2.3
-PORTREVISION=	2
+PORTVERSION=	1.3.3
 CATEGORIES=	databases
-MASTER_SITES=	http://pg-rman.googlecode.com/files/
 
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Online backup and restore tool for PostgreSQL
 
-BROKEN=		Unfetchable (google code has gone away)
-DEPRECATED=	Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE=	2017-04-30
+LICENSE=	BSD3CLAUSE
 
-USES=		gmake pgsql:9.2
+USES=		gettext-runtime gmake pgsql
+USE_GITHUB=	yes
+PG_TAG_VERSION=	${PGSQL_DEFAULT:S/./_/}
+GH_TUPLE=	ossc-db:pg_rman:REL${PG_TAG_VERSION}_STABLE
 WANT_PGSQL=	client server
+WANT_PGSQL_VER=	91+
 MAKE_ARGS=	USE_PGXS=1
 PLIST_FILES=	bin/pg_rman
 

Modified: head/databases/pg_rman/distinfo
==============================================================================
--- head/databases/pg_rman/distinfo	Wed Mar 15 22:22:59 2017	(r436259)
+++ head/databases/pg_rman/distinfo	Thu Mar 16 03:40:04 2017	(r436260)
@@ -1,2 +1,11 @@
-SHA256 (pg_rman-1.2.3.tar.gz) = ea1a4cd44bef716bc3c3f5a7d592f730730b666873a84f5bdee814b586b809bb
-SIZE (pg_rman-1.2.3.tar.gz) = 97390
+TIMESTAMP = 1489635538
+SHA256 (ossc-db-pg_rman-1.3.3-REL9_2_STABLE_GH0.tar.gz) = 5f93549370fd6857ebf137019ff04ac9c689d81b47dc5454ffc4c7d1b0d6d5e6
+SIZE (ossc-db-pg_rman-1.3.3-REL9_2_STABLE_GH0.tar.gz) = 111789
+SHA256 (ossc-db-pg_rman-1.3.3-REL9_3_STABLE_GH0.tar.gz) = d4a0801141091b92c06a1511ccdc694846bb67fede5a8dde43ce303374c0bbd2
+SIZE (ossc-db-pg_rman-1.3.3-REL9_3_STABLE_GH0.tar.gz) = 112483
+SHA256 (ossc-db-pg_rman-1.3.3-REL9_4_STABLE_GH0.tar.gz) = c5882f4ed8991e3f725aaa38193db8f5713b79561786cb103e0a6536e04d3f57
+SIZE (ossc-db-pg_rman-1.3.3-REL9_4_STABLE_GH0.tar.gz) = 112320
+SHA256 (ossc-db-pg_rman-1.3.3-REL9_5_STABLE_GH0.tar.gz) = e3c4fa00f5404693e6caa5eedff4d6e61fb62b84c5c403e40b3053df0759d54a
+SIZE (ossc-db-pg_rman-1.3.3-REL9_5_STABLE_GH0.tar.gz) = 112373
+SHA256 (ossc-db-pg_rman-1.3.3-REL9_6_STABLE_GH0.tar.gz) = b44bac870ce21f1e928fe8a4c53592ce6cb4cf038216033d0f884ebe8c0b525c
+SIZE (ossc-db-pg_rman-1.3.3-REL9_6_STABLE_GH0.tar.gz) = 112113

Modified: head/databases/pg_rman/pkg-descr
==============================================================================
--- head/databases/pg_rman/pkg-descr	Wed Mar 15 22:22:59 2017	(r436259)
+++ head/databases/pg_rman/pkg-descr	Thu Mar 16 03:40:04 2017	(r436260)
@@ -5,4 +5,4 @@ backup and PITR as easy as pg_dump. Also
 catalog per database cluster. Users can maintain old backups including
 archive logs with one command.
 
-WWW: http://code.google.com/p/pg-rman/
+WWW: https://github.com/ossc-db/pg_rman


More information about the svn-ports-all mailing list