svn commit: r349327 - head/www/p5-Parse-HTTP-UserAgent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 27 12:15:25 UTC 2014


Author: sunpoet
Date: Thu Mar 27 12:15:24 2014
New Revision: 349327
URL: http://svnweb.freebsd.org/changeset/ports/349327
QAT: https://qat.redports.org/buildarchive/r349327/

Log:
  - Fix PORTSCOUT

Modified:
  head/www/p5-Parse-HTTP-UserAgent/Makefile

Modified: head/www/p5-Parse-HTTP-UserAgent/Makefile
==============================================================================
--- head/www/p5-Parse-HTTP-UserAgent/Makefile	Thu Mar 27 12:08:40 2014	(r349326)
+++ head/www/p5-Parse-HTTP-UserAgent/Makefile	Thu Mar 27 12:15:24 2014	(r349327)
@@ -17,7 +17,7 @@ LICENSE_COMB=	dual
 TEST_DEPENDS=	p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-PORTSCOUT=	limit:[^_]*
+PORTSCOUT=	limit:^[0-9\.]*$
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-all mailing list