From ec9733a0e9ab4fc77d850432df7dc6d87217465e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 6 Jun 2014 15:59:38 +0000 Subject: [PATCH] - Reset maintainer - Deprecate PR: ports/190717 Submitted by: maintainer With hat: portmgr --- databases/slony1/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databases/slony1/Makefile b/databases/slony1/Makefile index bbca94a8e7d1..dabbf6b8ae9d 100644 --- a/databases/slony1/Makefile +++ b/databases/slony1/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://main.slony.info/downloads/1.2/source/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}-docs${EXTRACT_SUFX} -MAINTAINER= vivek@khera.org +MAINTAINER= ports@FreeBSD.org COMMENT= PostgreSQL master to multiple replicas replication system +DEPRECATED= Use databases/slony1v2 instead +EXPIRATION_DATE= 2014-07-07 + BUILD_DEPENDS= ${LOCALBASE}/bin/postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server GNU_CONFIGURE= yes