svn commit: r349744 - head/net/p5-OAI-Harvester

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 31 13:25:35 UTC 2014


Author: sunpoet
Date: Mon Mar 31 13:25:34 2014
New Revision: 349744
URL: http://svnweb.freebsd.org/changeset/ports/349744
QAT: https://qat.redports.org/buildarchive/r349744/

Log:
  - Fix PORTSCOUT

Modified:
  head/net/p5-OAI-Harvester/Makefile

Modified: head/net/p5-OAI-Harvester/Makefile
==============================================================================
--- head/net/p5-OAI-Harvester/Makefile	Mon Mar 31 13:10:17 2014	(r349743)
+++ head/net/p5-OAI-Harvester/Makefile	Mon Mar 31 13:25:34 2014	(r349744)
@@ -22,7 +22,7 @@ BUILD_DEPENDS=	p5-URI>=1.30:${PORTSDIR}/
 		p5-libwww>=2.0:${PORTSDIR}/www/p5-libwww
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-PORTSCOUT=	limit:[^_]*
+PORTSCOUT=	limit:^[0-9\.]*$$
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-head mailing list