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@gmail.com>
Reviewed by:	rainer@ultra-secure.de
Approved by:	kuriyama (maintainer timeout)
This commit is contained in:
Kurt Jaeger 2017-03-16 03:40:04 +00:00
parent e90df162f1
commit cae4bfd1c7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=436260
3 changed files with 19 additions and 10 deletions

View file

@ -1,20 +1,20 @@
# $FreeBSD$ # $FreeBSD$
PORTNAME= pg_rman PORTNAME= pg_rman
PORTVERSION= 1.2.3 PORTVERSION= 1.3.3
PORTREVISION= 2
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://pg-rman.googlecode.com/files/
MAINTAINER= kuriyama@FreeBSD.org MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Online backup and restore tool for PostgreSQL COMMENT= Online backup and restore tool for PostgreSQL
BROKEN= Unfetchable (google code has gone away) LICENSE= BSD3CLAUSE
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
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= client server
WANT_PGSQL_VER= 91+
MAKE_ARGS= USE_PGXS=1 MAKE_ARGS= USE_PGXS=1
PLIST_FILES= bin/pg_rman PLIST_FILES= bin/pg_rman

View file

@ -1,2 +1,11 @@
SHA256 (pg_rman-1.2.3.tar.gz) = ea1a4cd44bef716bc3c3f5a7d592f730730b666873a84f5bdee814b586b809bb TIMESTAMP = 1489635538
SIZE (pg_rman-1.2.3.tar.gz) = 97390 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

View file

@ -5,4 +5,4 @@ backup and PITR as easy as pg_dump. Also, it maintains a backup
catalog per database cluster. Users can maintain old backups including catalog per database cluster. Users can maintain old backups including
archive logs with one command. archive logs with one command.
WWW: http://code.google.com/p/pg-rman/ WWW: https://github.com/ossc-db/pg_rman