svn commit: r355775 - head/databases/postgresql-repmgr

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 30 05:31:17 UTC 2014


Author: sunpoet
Date: Fri May 30 05:31:16 2014
New Revision: 355775
URL: http://svnweb.freebsd.org/changeset/ports/355775
QAT: https://qat.redports.org/buildarchive/r355775/

Log:
  - Fix dependency: this port requires libpgcommon.a from postgresqlXX-server
  - Bump PORTREVISION for dependency change
  
  PR:		ports/189773
  Submitted by:	marck
  Approved by:	Muhammad Moinur Rahman <5u623l20 at gmail.com> (maintainer)

Modified:
  head/databases/postgresql-repmgr/Makefile

Modified: head/databases/postgresql-repmgr/Makefile
==============================================================================
--- head/databases/postgresql-repmgr/Makefile	Fri May 30 04:09:41 2014	(r355774)
+++ head/databases/postgresql-repmgr/Makefile	Fri May 30 05:31:16 2014	(r355775)
@@ -3,6 +3,7 @@
 
 PORTNAME=	postgresql-repmgr
 PORTVERSION=	2.0
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	http://www.repmgr.org/download/
 DISTNAME=	repmgr-${PORTVERSION}
@@ -15,7 +16,7 @@ LICENSE=	GPLv3
 RUN_DEPENDS=	rsync:${PORTSDIR}/net/rsync
 
 USES=		gmake
-USE_PGSQL=	yes
+USE_PGSQL=	server
 WANT_PGSQL_VER=	90+
 MAKE_ENV=	USE_PGXS=1
 


More information about the svn-ports-all mailing list