svn commit: r303126 - head/devel/bugzilla

TAKATSU Tomonari tota at FreeBSD.org
Sat Aug 25 10:31:20 UTC 2012


Author: tota
Date: Sat Aug 25 10:31:19 2012
New Revision: 303126
URL: http://svn.freebsd.org/changeset/ports/303126

Log:
  - Fix PORTSCOUT
  
  PR:		ports/170530
  Submitted by:	tota (myself)
  Approved by:	maintainer timeout (> 2 weeks)

Modified:
  head/devel/bugzilla/Makefile.common

Modified: head/devel/bugzilla/Makefile.common
==============================================================================
--- head/devel/bugzilla/Makefile.common	Sat Aug 25 10:30:00 2012	(r303125)
+++ head/devel/bugzilla/Makefile.common	Sat Aug 25 10:31:19 2012	(r303126)
@@ -7,7 +7,7 @@ DIST_SUBDIR=	${PORTNAME}
 CONFLICTS=	bugzilla-3.* \
 		bugzilla-4.2.*
 
-PORTSCOUT=	limitw:1,even
+PORTSCOUT=	limit:^4\.0\.
 
 WWWDIR=	${PREFIX}/www/bugzilla
 



More information about the svn-ports-head mailing list