diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile index f21afca0696b..34fcde7991d9 100644 --- a/databases/pg_rman/Makefile +++ b/databases/pg_rman/Makefile @@ -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@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 diff --git a/databases/pg_rman/distinfo b/databases/pg_rman/distinfo index 4cf47c0f384a..74929d8c899c 100644 --- a/databases/pg_rman/distinfo +++ b/databases/pg_rman/distinfo @@ -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 diff --git a/databases/pg_rman/pkg-descr b/databases/pg_rman/pkg-descr index f540e7f2367b..bfe9b1e14176 100644 --- a/databases/pg_rman/pkg-descr +++ b/databases/pg_rman/pkg-descr @@ -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 archive logs with one command. -WWW: http://code.google.com/p/pg-rman/ +WWW: https://github.com/ossc-db/pg_rman