From sahil@spartan.hamla.org  Fri Nov  6 03:33:27 2009
Return-Path: <sahil@spartan.hamla.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3582C1065692
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Nov 2009 03:33:27 +0000 (UTC)
	(envelope-from sahil@spartan.hamla.org)
Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30])
	by mx1.freebsd.org (Postfix) with ESMTP id 25C3F8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Nov 2009 03:33:26 +0000 (UTC)
Received: by spartan.hamla.org (Postfix, from userid 1001)
	id BEEB51708E; Thu,  5 Nov 2009 22:33:26 -0500 (EST)
Message-Id: <20091106033326.BEEB51708E@spartan.hamla.org>
Date: Thu,  5 Nov 2009 22:33:26 -0500 (EST)
From: Sahil Tandon <sahil@tandon.net>
Reply-To: Sahil Tandon <sahil@tandon.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] devel/bugzilla: update to 3.4.3
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         140327
>Category:       ports
>Synopsis:       [PATCH] devel/bugzilla: update to 3.4.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skv
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 06 03:40:01 UTC 2009
>Closed-Date:    Thu Nov 12 21:04:16 UTC 2009
>Last-Modified:  Thu Nov 12 21:10:01 UTC 2009
>Originator:     Sahil Tandon
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:

	
>Description:
- Update to 3.4.3
>How-To-Repeat:
	
>Fix:

	



--- bugzilla.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/bugzilla/Makefile,v
retrieving revision 1.65
diff -u -r1.65 Makefile
--- Makefile	17 Sep 2009 13:30:01 -0000	1.65
+++ Makefile	6 Nov 2009 03:30:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME?=	bugzilla
-PORTVERSION?=	3.4.2
+PORTVERSION?=	3.4.3
 CATEGORIES?=	devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	webtools webtools/archived
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/devel/bugzilla/distinfo,v
retrieving revision 1.34
diff -u -r1.34 distinfo
--- distinfo	17 Sep 2009 13:30:01 -0000	1.34
+++ distinfo	6 Nov 2009 03:30:57 -0000
@@ -1,3 +1,3 @@
-MD5 (bugzilla-3.4.2.tar.gz) = db35a67b7470f46f208b9ecb1abc561b
-SHA256 (bugzilla-3.4.2.tar.gz) = b261dfc88dfc81274789e07d323f8c971a80d4444afb6b33b86c6813d98bb608
-SIZE (bugzilla-3.4.2.tar.gz) = 2466278
+MD5 (bugzilla-3.4.3.tar.gz) = 99a3fec50673489d8c8f7fee5d7cb0a3
+SHA256 (bugzilla-3.4.3.tar.gz) = a2ab0e61e079d7aa316a4f70b2839f529fbca9444a6f66b3796f7c29d2aaf6ee
+SIZE (bugzilla-3.4.3.tar.gz) = 2466883
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/devel/bugzilla/pkg-plist,v
retrieving revision 1.33
diff -u -r1.33 pkg-plist
--- pkg-plist	17 Sep 2009 13:30:01 -0000	1.33
+++ pkg-plist	6 Nov 2009 03:30:57 -0000
@@ -41,7 +41,6 @@
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Search/Saved.html
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Status.html
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template.html
-%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Parser.html
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Bugzilla.html
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/Hook.html
 %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Template/Plugin/User.html
@@ -263,7 +262,6 @@
 %%BUGZILLADIR%%/Bugzilla/Series.pm
 %%BUGZILLADIR%%/Bugzilla/Status.pm
 %%BUGZILLADIR%%/Bugzilla/Template.pm
-%%BUGZILLADIR%%/Bugzilla/Template/Parser.pm
 %%BUGZILLADIR%%/Bugzilla/Template/Plugin/Bugzilla.pm
 %%BUGZILLADIR%%/Bugzilla/Template/Plugin/Hook.pm
 %%BUGZILLADIR%%/Bugzilla/Template/Plugin/User.pm
--- bugzilla.diff ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skv 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 6 03:40:13 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140327 
State-Changed-From-To: open->closed 
State-Changed-By: skv 
State-Changed-When: Thu Nov 12 21:04:07 UTC 2009 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=140327 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/140327: commit references a PR
Date: Thu, 12 Nov 2009 21:03:56 +0000 (UTC)

 skv         2009-11-12 21:03:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/bugzilla       Makefile distinfo pkg-plist 
   Log:
   Update to 3.4.3
   
   Changes:        http://www.bugzilla.org/releases/3.4.3/release-notes.html
   PR:             ports/140327
   Submitted by:   Sahil Tandon <sahil xx tandon.net>
   
   Revision  Changes    Path
   1.66      +1 -1      ports/devel/bugzilla/Makefile
   1.35      +3 -3      ports/devel/bugzilla/distinfo
   1.34      +0 -2      ports/devel/bugzilla/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
