Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2016 14:24:25 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417425 - head/www/p5-WWW-Shorten
Message-ID:  <201606241424.u5OEOPhM031641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Fri Jun 24 14:24:25 2016
New Revision: 417425
URL: https://svnweb.freebsd.org/changeset/ports/417425

Log:
  r417390 successfully hid 5gp-1.02 from portscout, but now it's finding
  5gp-1.01. Change over to a numbers-and-dots regex instead.

Modified:
  head/www/p5-WWW-Shorten/Makefile

Modified: head/www/p5-WWW-Shorten/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten/Makefile	Fri Jun 24 14:22:06 2016	(r417424)
+++ head/www/p5-WWW-Shorten/Makefile	Fri Jun 24 14:24:25 2016	(r417425)
@@ -21,6 +21,6 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-PORTSCOUT=	skipv:5gp-1.02
+PORTSCOUT=	limit:[0-9\.]+$$
 
 .include <bsd.port.mk>



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