Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 15:04:34 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417726 - head/www/p5-WWW-Shorten
Message-ID:  <201606281504.u5SF4Yxu022678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Tue Jun 28 15:04:34 2016
New Revision: 417726
URL: https://svnweb.freebsd.org/changeset/ports/417726

Log:
  Really stop Portscout from bothering people with other port versions.
  
  Sponsored by:	Absolight

Modified:
  head/www/p5-WWW-Shorten/Makefile   (contents, props changed)

Modified: head/www/p5-WWW-Shorten/Makefile
==============================================================================
--- head/www/p5-WWW-Shorten/Makefile	Tue Jun 28 14:57:56 2016	(r417725)
+++ head/www/p5-WWW-Shorten/Makefile	Tue Jun 28 15:04:34 2016	(r417726)
@@ -21,6 +21,6 @@ NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 
-PORTSCOUT=	limit:[0-9\.]+$$
+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?201606281504.u5SF4Yxu022678>