svn commit: r440257 - head/databases/pgbouncer

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 6 11:18:45 UTC 2017


Author: sunpoet
Date: Sat May  6 11:18:43 2017
New Revision: 440257
URL: https://svnweb.freebsd.org/changeset/ports/440257

Log:
  Add CARES option
  
  - Bump PORTREVISION for package change
  
  PR:		218499
  Submitted by:	Mikhail Tsatsenko <m.tsatsenko at gmail.com> (maintainer)

Modified:
  head/databases/pgbouncer/Makefile

Modified: head/databases/pgbouncer/Makefile
==============================================================================
--- head/databases/pgbouncer/Makefile	Sat May  6 11:17:40 2017	(r440256)
+++ head/databases/pgbouncer/Makefile	Sat May  6 11:18:43 2017	(r440257)
@@ -3,7 +3,7 @@
 
 PORTNAME=	pgbouncer
 PORTVERSION=	1.7.2
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	databases
 MASTER_SITES=	https://pgbouncer.github.io/downloads/files/${PORTVERSION}/ \
 		http://pgbouncer.github.io/downloads/files/${PORTVERSION}/
@@ -26,6 +26,10 @@ USE_RC_SUBR=	pgbouncer
 GNU_CONFIGURE=	yes
 USES=		gmake ssl
 
+OPTIONS_DEFINE=	CARES
+CARES_LIB_DEPENDS=	libcares.so:dns/c-ares
+CARES_CONFIGURE_WITH=	cares
+
 CONFIGURE_ARGS=	--with-libevent=${LOCALBASE} --enable-evdns
 CONFIGURE_ENV+=	PTHREAD_LIBS="-lpthread"
 


More information about the svn-ports-all mailing list