From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 21 06:30:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 87CD49C2 for ; Wed, 21 Nov 2012 06:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6CD458FC0C for ; Wed, 21 Nov 2012 06:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id qAL6U1eY068603 for ; Wed, 21 Nov 2012 06:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qAL6U1wW068601; Wed, 21 Nov 2012 06:30:01 GMT (envelope-from gnats) Date: Wed, 21 Nov 2012 06:30:01 GMT Message-Id: <201211210630.qAL6U1wW068601@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yuri Subject: Re: ports/173754: [PORT UPDATE] bugzilla -> 4.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Yuri List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 06:30:01 -0000 The following reply was made to PR ports/173754; it has been noted by GNATS. From: Yuri To: freebsd-gnats-submit@FreeBSD.org Cc: bugzilla@FreeBSD.org Subject: Re: ports/173754: [PORT UPDATE] bugzilla -> 4.2.4 Date: Tue, 20 Nov 2012 22:26:40 -0800 This is a multi-part message in MIME format. --------------020209000407000600030007 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Attn. bugzilla@ This is the patch to update devel/bugzilla to 4.2.4. Please check in ASAP. Updated patch: * Fixed file list. * Added 'chown' to www:www as it should be in FreeBSD so that bugzilla user is the same as in apache installation. Yuri --------------020209000407000600030007 Content-Type: text/plain; charset=UTF-8; name="devel.bugzilla.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="devel.bugzilla.patch" Index: devel/bugzilla/Makefile =================================================================== --- devel/bugzilla/Makefile (revision 307611) +++ devel/bugzilla/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.0.9 +PORTVERSION= 4.2.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived @@ -183,4 +183,7 @@ @${ECHO_MSG} .endif +post-install: + @${CHOWN} -R www:www ${WWWDIR} + .include Index: devel/bugzilla/distinfo =================================================================== --- devel/bugzilla/distinfo (revision 307611) +++ devel/bugzilla/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.0.9.tar.gz) = af79b2f2b39f428e19122707d1334db5e447742ca6098f74803c35277117e394 -SIZE (bugzilla/bugzilla-4.0.9.tar.gz) = 2803607 +SHA256 (bugzilla/bugzilla-4.2.4.tar.gz) = bede0cf893ad8ac99715614af0cf4624bc0e8552852f51290f546006105ce695 +SIZE (bugzilla/bugzilla-4.2.4.tar.gz) = 2976363 Index: devel/bugzilla/pkg-plist =================================================================== --- devel/bugzilla/pkg-plist (revision 307611) +++ devel/bugzilla/pkg-plist (working copy) @@ -2,6 +2,7 @@ %%PORTDOCS%%%%DOCSDIR%%/en/html/Bugzilla-Guide.html %%PORTDOCS%%%%DOCSDIR%%/en/html/about.html %%PORTDOCS%%%%DOCSDIR%%/en/html/administration.html +%%PORTDOCS%%%%DOCSDIR%%/en/html/api/collectstats.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Attachment.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Auth.html @@ -18,6 +19,7 @@ %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Oracle.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Pg.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Schema.html +%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/DB/Sqlite.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Error.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Extension.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Field.html @@ -60,6 +62,7 @@ %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bug.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Bugzilla.html +%%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Group.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Product.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/JSONRPC.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/WebService/Server/XMLRPC.html @@ -216,6 +219,16 @@ %%WWWDIR%%/Bugzilla/Auth/Verify/Stack.pm %%WWWDIR%%/Bugzilla/Bug.pm %%WWWDIR%%/Bugzilla/BugMail.pm +%%WWWDIR%%/Bugzilla/BugUrl.pm +%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla/Local.pm +%%WWWDIR%%/Bugzilla/BugUrl/JIRA.pm +%%WWWDIR%%/Bugzilla/BugUrl/MantisBT.pm +%%WWWDIR%%/Bugzilla/BugUrl/Trac.pm +%%WWWDIR%%/Bugzilla/BugUrl/SourceForge.pm +%%WWWDIR%%/Bugzilla/BugUrl/Debian.pm +%%WWWDIR%%/Bugzilla/BugUrl/Google.pm +%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla.pm +%%WWWDIR%%/Bugzilla/BugUrl/Launchpad.pm %%WWWDIR%%/Bugzilla/CGI.pm %%WWWDIR%%/Bugzilla/Chart.pm %%WWWDIR%%/Bugzilla/Classification.pm @@ -249,6 +262,8 @@ %%WWWDIR%%/Bugzilla/DB/Schema/Mysql.pm %%WWWDIR%%/Bugzilla/DB/Schema/Oracle.pm %%WWWDIR%%/Bugzilla/DB/Schema/Pg.pm +%%WWWDIR%%/Bugzilla/DB/Schema/Sqlite.pm +%%WWWDIR%%/Bugzilla/DB/Sqlite.pm %%WWWDIR%%/Bugzilla/Error.pm %%WWWDIR%%/Bugzilla/Extension.pm %%WWWDIR%%/Bugzilla/Field.pm @@ -275,7 +290,10 @@ %%WWWDIR%%/Bugzilla/Milestone.pm %%WWWDIR%%/Bugzilla/Object.pm %%WWWDIR%%/Bugzilla/Product.pm +%%WWWDIR%%/Bugzilla/RNG.pm %%WWWDIR%%/Bugzilla/Search.pm +%%WWWDIR%%/Bugzilla/Search/Condition.pm +%%WWWDIR%%/Bugzilla/Search/Clause.pm %%WWWDIR%%/Bugzilla/Search/Quicksearch.pm %%WWWDIR%%/Bugzilla/Search/Recent.pm %%WWWDIR%%/Bugzilla/Search/Saved.pm @@ -299,6 +317,7 @@ %%WWWDIR%%/Bugzilla/WebService/Bug.pm %%WWWDIR%%/Bugzilla/WebService/Bugzilla.pm %%WWWDIR%%/Bugzilla/WebService/Constants.pm +%%WWWDIR%%/Bugzilla/WebService/Group.pm %%WWWDIR%%/Bugzilla/WebService/Product.pm %%WWWDIR%%/Bugzilla/WebService/README %%WWWDIR%%/Bugzilla/WebService/Server.pm @@ -382,10 +401,14 @@ %%WWWDIR%%/js/bug.js %%WWWDIR%%/js/change-columns.js %%WWWDIR%%/js/comments.js +%%WWWDIR%%/js/custom-search.js %%WWWDIR%%/js/expanding-tree.js %%WWWDIR%%/js/field.js %%WWWDIR%%/js/flag.js %%WWWDIR%%/js/global.js +%%WWWDIR%%/js/history.js/readme.txt +%%WWWDIR%%/js/history.js/native.history.js +%%WWWDIR%%/js/history.js/license.txt %%WWWDIR%%/js/params.js %%WWWDIR%%/js/productform.js %%WWWDIR%%/js/util.js @@ -514,7 +537,6 @@ %%WWWDIR%%/js/yui/yuitest/yuitest-min.js %%WWWDIR%%/js/yui/yuitest/yuitest_core-min.js %%WWWDIR%%/jsonrpc.cgi -%%WWWDIR%%/long_list.cgi %%WWWDIR%%/migrate.pl %%WWWDIR%%/mod_perl.pl %%WWWDIR%%/page.cgi @@ -533,10 +555,8 @@ %%WWWDIR%%/search_plugin.cgi %%WWWDIR%%/show_activity.cgi %%WWWDIR%%/show_bug.cgi -%%WWWDIR%%/showattachment.cgi %%WWWDIR%%/showdependencygraph.cgi %%WWWDIR%%/showdependencytree.cgi -%%WWWDIR%%/sidebar.cgi %%WWWDIR%%/skins/README %%WWWDIR%%/skins/contrib/Dusk/buglist.css %%WWWDIR%%/skins/contrib/Dusk/global.css @@ -556,18 +576,13 @@ %%WWWDIR%%/skins/standard/global.css %%WWWDIR%%/skins/standard/global/body-back.gif %%WWWDIR%%/skins/standard/global/calendar.png -%%WWWDIR%%/skins/standard/global/down.png %%WWWDIR%%/skins/standard/global/header.png -%%WWWDIR%%/skins/standard/global/left.png -%%WWWDIR%%/skins/standard/global/right.png -%%WWWDIR%%/skins/standard/global/up.png %%WWWDIR%%/skins/standard/index.css %%WWWDIR%%/skins/standard/index/file-a-bug.png %%WWWDIR%%/skins/standard/index/help.png %%WWWDIR%%/skins/standard/index/new-account.png %%WWWDIR%%/skins/standard/index/search.png %%WWWDIR%%/skins/standard/page.css -%%WWWDIR%%/skins/standard/panel.css %%WWWDIR%%/skins/standard/params.css %%WWWDIR%%/skins/standard/reports.css %%WWWDIR%%/skins/standard/search_form.css @@ -691,7 +706,6 @@ %%WWWDIR%%/template/en/default/admin/versions/select-product.html.tmpl %%WWWDIR%%/template/en/default/admin/workflow/comment.html.tmpl %%WWWDIR%%/template/en/default/admin/workflow/edit.html.tmpl -%%WWWDIR%%/template/en/default/attachment/cancel-create-dupe.html.tmpl %%WWWDIR%%/template/en/default/attachment/choose.html.tmpl %%WWWDIR%%/template/en/default/attachment/confirm-delete.html.tmpl %%WWWDIR%%/template/en/default/attachment/create.html.tmpl @@ -712,7 +726,6 @@ %%WWWDIR%%/template/en/default/bug/comments.html.tmpl %%WWWDIR%%/template/en/default/bug/create/comment-guided.txt.tmpl %%WWWDIR%%/template/en/default/bug/create/comment.txt.tmpl -%%WWWDIR%%/template/en/default/bug/create/confirm-create-dupe.html.tmpl %%WWWDIR%%/template/en/default/bug/create/create-guided.html.tmpl %%WWWDIR%%/template/en/default/bug/create/create.html.tmpl %%WWWDIR%%/template/en/default/bug/create/created.html.tmpl @@ -727,6 +740,7 @@ %%WWWDIR%%/template/en/default/bug/field.html.tmpl %%WWWDIR%%/template/en/default/bug/format_comment.txt.tmpl %%WWWDIR%%/template/en/default/bug/knob.html.tmpl +%%WWWDIR%%/template/en/default/bug/link.html.tmpl %%WWWDIR%%/template/en/default/bug/navigate.html.tmpl %%WWWDIR%%/template/en/default/bug/process/bugmail.html.tmpl %%WWWDIR%%/template/en/default/bug/process/confirm-duplicate.html.tmpl @@ -742,8 +756,11 @@ %%WWWDIR%%/template/en/default/bug/time.html.tmpl %%WWWDIR%%/template/en/default/config.js.tmpl %%WWWDIR%%/template/en/default/config.rdf.tmpl +%%WWWDIR%%/template/en/default/email/bugmail.html.tmpl +%%WWWDIR%%/template/en/default/email/bugmail.txt.tmpl +%%WWWDIR%%/template/en/default/email/bugmail-header.txt.tmpl +%%WWWDIR%%/template/en/default/email/bugmail-common.txt.tmpl %%WWWDIR%%/template/en/default/email/lockout.txt.tmpl -%%WWWDIR%%/template/en/default/email/newchangedmail.txt.tmpl %%WWWDIR%%/template/en/default/email/sanitycheck.txt.tmpl %%WWWDIR%%/template/en/default/email/sudo.txt.tmpl %%WWWDIR%%/template/en/default/email/whine.txt.tmpl @@ -786,6 +803,7 @@ %%WWWDIR%%/template/en/default/global/user.html.tmpl %%WWWDIR%%/template/en/default/global/userselect.html.tmpl %%WWWDIR%%/template/en/default/global/value-descs.js.tmpl +%%WWWDIR%%/template/en/default/global/value-descs.none.tmpl %%WWWDIR%%/template/en/default/global/variables.none.tmpl %%WWWDIR%%/template/en/default/index.html.tmpl %%WWWDIR%%/template/en/default/list/change-columns.html.tmpl @@ -805,6 +823,7 @@ %%WWWDIR%%/template/en/default/pages/linkify.html.tmpl %%WWWDIR%%/template/en/default/pages/quicksearch.html.tmpl %%WWWDIR%%/template/en/default/pages/release-notes.html.tmpl +%%WWWDIR%%/template/en/default/pages/release-notes3.html.tmpl %%WWWDIR%%/template/en/default/pages/sudo.html.tmpl %%WWWDIR%%/template/en/default/reports/chart.csv.tmpl %%WWWDIR%%/template/en/default/reports/chart.html.tmpl @@ -845,7 +864,6 @@ %%WWWDIR%%/template/en/default/search/tabs.html.tmpl %%WWWDIR%%/template/en/default/search/type-select.html.tmpl %%WWWDIR%%/template/en/default/setup/strings.txt.pl -%%WWWDIR%%/template/en/default/sidebar.xul.tmpl %%WWWDIR%%/template/en/default/welcome-admin.html.tmpl %%WWWDIR%%/template/en/default/whine/mail.html.tmpl %%WWWDIR%%/template/en/default/whine/mail.txt.tmpl @@ -858,7 +876,6 @@ %%WWWDIR%%/votes.cgi %%WWWDIR%%/whine.pl %%WWWDIR%%/whineatnews.pl -%%WWWDIR%%/xml.cgi %%WWWDIR%%/xmlrpc.cgi @dirrmtry %%WWWDIR%%/xt @dirrm %%WWWDIR%%/template/en/default/whine @@ -969,6 +986,7 @@ @dirrmtry %%WWWDIR%%/js/yui/assets @dirrmtry %%WWWDIR%%/js/yui/animation @dirrmtry %%WWWDIR%%/js/yui +@dirrmtry %%WWWDIR%%/js/history.js @dirrmtry %%WWWDIR%%/js @dirrm %%WWWDIR%%/images %%CONTRIB%%@dirrm %%WWWDIR%%/contrib/cmdline @@ -989,12 +1007,16 @@ @dirrm %%WWWDIR%%/Bugzilla/Field @dirrm %%WWWDIR%%/Bugzilla/DB/Schema @dirrm %%WWWDIR%%/Bugzilla/DB +@dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla +@dirrm %%WWWDIR%%/Bugzilla/BugUrl @dirrm %%WWWDIR%%/Bugzilla/Config @dirrm %%WWWDIR%%/Bugzilla/Auth/Verify @dirrm %%WWWDIR%%/Bugzilla/Auth/Persist @dirrm %%WWWDIR%%/Bugzilla/Auth/Login @dirrm %%WWWDIR%%/Bugzilla/Auth @dirrm %%WWWDIR%%/Bugzilla/Attachment +@dirrmtry %%WWWDIR%%/graphs +@dirrmtry %%WWWDIR%%/data @dirrmtry %%WWWDIR%%/Bugzilla @dirrmtry %%WWWDIR%%/data @dirrmtry %%WWWDIR%%/graphs --------------020209000407000600030007--