aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_rman
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-07-27 13:57:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-07-27 13:57:30 +0000
commit189da2fda2c1215c7c9798da3318e8634f432a1e (patch)
tree733b25142c70c3fa0536fb15cdce4a8b4d25d274 /databases/pg_rman
parent79e7b8fdbd5550a84c8ad6afdcc2f7b3ef1a4f83 (diff)
downloadports-189da2fda2c1215c7c9798da3318e8634f432a1e.tar.gz
ports-189da2fda2c1215c7c9798da3318e8634f432a1e.zip
Notes
Diffstat (limited to 'databases/pg_rman')
-rw-r--r--databases/pg_rman/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/pg_rman/Makefile b/databases/pg_rman/Makefile
index 25dfc21b1013..2e50497fe96b 100644
--- a/databases/pg_rman/Makefile
+++ b/databases/pg_rman/Makefile
@@ -9,12 +9,13 @@ COMMENT= Online backup and restore tool for PostgreSQL
LICENSE= BSD3CLAUSE
-BROKEN= checksum and size mismatch
+BROKEN= checksum and size mismatch (using a branch and not a tag or commit hash)
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
+GH_ACCOUNT= ossc-db
+GH_TAGNAME= REL${PG_TAG_VERSION}_STABLE
WANT_PGSQL= client server
WANT_PGSQL_VER= 91+
MAKE_ARGS= USE_PGXS=1