From 8ff7a739c94584f16ed4b9701059a5084e732c90 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 16 Aug 2014 20:27:14 +0000 Subject: [PATCH] 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) --- databases/pgbouncer/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/databases/pgbouncer/Makefile b/databases/pgbouncer/Makefile index dc64abd63aad..0e8948727dac 100644 --- a/databases/pgbouncer/Makefile +++ b/databases/pgbouncer/Makefile @@ -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 for PostgreSQL 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