Bug 170530 - [PATCH] devel/bugzilla: Fix PORTSCOUT
Summary: [PATCH] devel/bugzilla: Fix PORTSCOUT
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: skv
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-11 00:40 UTC by TAKATSU Tomonari
Modified: 2012-08-25 11:59 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TAKATSU Tomonari freebsd_committer freebsd_triage 2012-08-11 00:40:00 UTC
- Fix PORTSCOUT appropriately

Port maintainer (skv@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

Fix: begin 644 bugzilla-4.0.7.patch


end--dVDziDv01hIvb4PHgHsrl9NiRgmzKIqhBU4074OCGGQhtFIu
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: devel/bugzilla/Makefile.common
===================================================================
--- devel/bugzilla/Makefile.common	(revision 302335)
+++ devel/bugzilla/Makefile.common	(working copy)
@@ -7,7 +7,7 @@
 CONFLICTS=	bugzilla-3.* \
 		bugzilla-4.2.*
 
-PORTSCOUT=	limitw:1,even
+PORTSCOUT=	limit:^4\.0\.
 
 WWWDIR=	${PREFIX}/www/bugzilla
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-08-11 00:40:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->skv

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-25 11:31:31 UTC
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
 
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 TAKATSU Tomonari freebsd_committer freebsd_triage 2012-08-25 11:59:05 UTC
State Changed
From-To: open->closed

Committed.