Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2017 08:58:32 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440992 - head/databases/pgpool
Message-ID:  <201705160858.v4G8wWgM018418@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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