svn commit: r461447 - head/databases/postgresql-repmgr2

Rene Ladan rene at FreeBSD.org
Sat Feb 10 22:46:11 UTC 2018


Author: rene
Date: Sat Feb 10 22:46:10 2018
New Revision: 461447
URL: https://svnweb.freebsd.org/changeset/ports/461447

Log:
  databases/postgresql-repmpgr2: use Postgresql 9.3+ and bump PORTREVISION
  
  Submitted by:	antoine

Modified:
  head/databases/postgresql-repmgr2/Makefile

Modified: head/databases/postgresql-repmgr2/Makefile
==============================================================================
--- head/databases/postgresql-repmgr2/Makefile	Sat Feb 10 22:43:51 2018	(r461446)
+++ head/databases/postgresql-repmgr2/Makefile	Sat Feb 10 22:46:10 2018	(r461447)
@@ -3,7 +3,7 @@
 
 PORTNAME=	postgresql-repmgr
 PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://www.repmgr.org/download/
 DISTNAME=	repmgr-${PORTVERSION}
@@ -16,7 +16,7 @@ LICENSE=	GPLv3
 
 RUN_DEPENDS=	rsync:net/rsync
 
-USES+=		gettext gmake pgsql:9.2
+USES+=		gettext gmake pgsql:9.3+
 USE_RC_SUBR=	repmgrd
 WANT_PGSQL=	server
 MAKE_ENV=	USE_PGXS=1


More information about the svn-ports-head mailing list