svn commit: r440992 - head/databases/pgpool

Torsten Zuehlsdorff tz at FreeBSD.org
Tue May 16 08:58:33 UTC 2017


Author: tz
Date: Tue May 16 08:58:32 2017
New Revision: 440992
URL: https://svnweb.freebsd.org/changeset/ports/440992

Log:
  databases/pgpool: Limit PORTSCOUT to 3.4.x
  
  Future pgpool version of 3.5 and 3.6 will get an own port,
  therefore limiting the PORTSCOUT check to actual branch
  
  PR: 206839

Modified:
  head/databases/pgpool/Makefile

Modified: head/databases/pgpool/Makefile
==============================================================================
--- head/databases/pgpool/Makefile	Tue May 16 07:58:34 2017	(r440991)
+++ head/databases/pgpool/Makefile	Tue May 16 08:58:32 2017	(r440992)
@@ -13,6 +13,8 @@ COMMENT=	Connection pool server for Post
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+PORTSCOUT=	limit:^3.4.[0-9]*
+
 USES=		gmake libtool pgsql:9.3+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list