View | Details | Raw Unified | Return to bug 213486 | Differences between
and this patch

Collapse All | Expand All

(-)databases/pg_rman/Makefile (-6 / +4 lines)
Lines 1-17 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	pg_rman
3
PORTNAME=	pg_rman
4
PORTVERSION=	1.2.3
4
PORTVERSION=	1.3.3
5
PORTREVISION=	2
6
CATEGORIES=	databases
5
CATEGORIES=	databases
7
MASTER_SITES=	http://pg-rman.googlecode.com/files/
6
USE_GITHUB=	yes
7
GH_TUPLE=	ossc-db:pg_rman:REL9_6_STABLE
8
8
9
MAINTAINER=	kuriyama@FreeBSD.org
9
MAINTAINER=	kuriyama@FreeBSD.org
10
COMMENT=	Online backup and restore tool for PostgreSQL
10
COMMENT=	Online backup and restore tool for PostgreSQL
11
11
12
BROKEN=		Unfetchable (google code has gone away)
12
USES=		gmake pgsql:9.6
13
14
USES=		gmake pgsql:9.2
15
WANT_PGSQL=	client server
13
WANT_PGSQL=	client server
16
MAKE_ARGS=	USE_PGXS=1
14
MAKE_ARGS=	USE_PGXS=1
17
PLIST_FILES=	bin/pg_rman
15
PLIST_FILES=	bin/pg_rman

Return to bug 213486