svn commit: r417425 - head/www/p5-WWW-Shorten

Adam Weinberger adamw at FreeBSD.org
Fri Jun 24 14:24:26 UTC 2016


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>


More information about the svn-ports-head mailing list