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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Apr 3 10:58:16 UTC 2014


Author: sunpoet
Date: Thu Apr  3 10:58:15 2014
New Revision: 349990
URL: http://svnweb.freebsd.org/changeset/ports/349990
QAT: https://qat.redports.org/buildarchive/r349990/

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 Apr  3 10:41:14 2014	(r349989)
+++ head/www/p5-Parse-HTTP-UserAgent/Makefile	Thu Apr  3 10:58:15 2014	(r349990)
@@ -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:^[0-9\.]*$
+PORTSCOUT=	limit:^[0-9\.]*$$
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-all mailing list