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

Mathieu Arnold mat at FreeBSD.org
Tue Jun 28 15:04:35 UTC 2016


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>


More information about the svn-ports-head mailing list