diff options
author | tota <tota@FreeBSD.org> | 2012-08-25 18:31:19 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-08-25 18:31:19 +0800 |
commit | ff7625521144a99161419fb9bcba77ee548c82b3 (patch) | |
tree | 6475b17bb7aaa6784eff4fd145d822d3363d72bb | |
parent | d555d7c1b0650144ec532b979114f9d3f62fe014 (diff) | |
download | freebsd-ports-gnome-ff7625521144a99161419fb9bcba77ee548c82b3.tar.gz freebsd-ports-gnome-ff7625521144a99161419fb9bcba77ee548c82b3.tar.zst freebsd-ports-gnome-ff7625521144a99161419fb9bcba77ee548c82b3.zip |
- Fix PORTSCOUT
PR: ports/170530
Submitted by: tota (myself)
Approved by: maintainer timeout (> 2 weeks)
-rw-r--r-- | devel/bugzilla/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bugzilla/Makefile.common b/devel/bugzilla/Makefile.common index 8eb5a2197ecb..700c7181bb5b 100644 --- a/devel/bugzilla/Makefile.common +++ b/devel/bugzilla/Makefile.common @@ -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 |