Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Aug 2014 20:27:15 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365132 - head/databases/pgbouncer
Message-ID:  <201408162027.s7GKRFV6044507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Aug 16 20:27:14 2014
New Revision: 365132
URL: http://svnweb.freebsd.org/changeset/ports/365132
QAT: https://qat.redports.org/buildarchive/r365132/

Log:
  databases/pgbouncer: Remove unnecessary dependency xmlto
  
  It turns out that xmlto is not needed for documentation at all now.
  The man pages are pregenerated and provided in the tarball.
  
  PR:		192507
  Reported by:	dmitry2004 (yandex.ru)

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Sat Aug 16 20:19:30 2014	(r365131)
+++ head/databases/pgbouncer/Makefile	Sat Aug 16 20:27:14 2014	(r365132)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgbouncer
 PORTVERSION=	1.5.4
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	databases
 MASTER_SITES=	http://pgfoundry.org/frs/download.php/3393/
 
@@ -13,8 +13,7 @@ COMMENT=	Lightweight connection pooler f
 LICENSE=	BSD2CLAUSE
 
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
-BUILD_DEPENDS+=	${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed \
-		xmlto:${PORTSDIR}/textproc/xmlto
+BUILD_DEPENDS+=	${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
 
 PORTSCOUT=	site:http://pgfoundry.org/frs/?group_id=1000258
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408162027.s7GKRFV6044507>