Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/bugzilla/Makefile,v retrieving revision 1.91 diff -u -r1.91 Makefile --- Makefile 6 Feb 2012 12:03:28 -0000 1.91 +++ Makefile 7 Apr 2012 20:13:00 -0000 @@ -6,7 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 4.0.4 +PORTVERSION= 4.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= webtools webtools/archived @@ -23,11 +23,12 @@ p5-DateTime>=0.28:${PORTSDIR}/devel/p5-DateTime \ p5-DateTime-TimeZone>=0.71:${PORTSDIR}/devel/p5-DateTime-TimeZone \ p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Math-Random-Secure>=0.05:${PORTSDIR}/math/p5-Math-Random-Secure \ - p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-Math-Random-ISAAC>=1.001:${PORTSDIR}/math/p5-Math-Random-ISAAC \ + p5-URI>=1.37:${PORTSDIR}/net/p5-URI \ p5-CGI.pm>=3.51:${PORTSDIR}/www/p5-CGI.pm \ p5-Email-Send>=2.00:${PORTSDIR}/mail/p5-Email-Send \ - p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME + p5-Email-MIME>=1.904:${PORTSDIR}/mail/p5-Email-MIME \ + p5-Encode-Detect>=0:${PORTSDIR}/converters/p5-Encode-Detect USE_PERL5= yes @@ -41,6 +42,7 @@ OPTIONS= MYSQL "MySQL database support" off \ PGSQL "PostgreSQL database support" off \ + SQLITE "SQLite database support" off \ GRAPH_REPORTS "Graphical Reports" on \ CHARTING_MODULES "Bug charting support" on \ PATCH_VIEWER "Patch Viewer" on \ @@ -65,7 +67,7 @@ .endif .ifdef WITH_MYSQL -RUN_DEPENDS+= p5-DBD-mysql>=2.9003:${PORTSDIR}/databases/p5-DBD-mysql +RUN_DEPENDS+= p5-DBD-mysql>=4.0001:${PORTSDIR}/databases/p5-DBD-mysql USE_MYSQL= yes .endif @@ -74,6 +76,12 @@ USE_PGSQL= yes .endif +.ifdef WITH_SQLITE +RUN_DEPENDS+= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \ + sqlite3>=3:${PORTSDIR}/databases/sqlite3 +USE_SQLITE= yes +.endif + .ifdef WITH_GRAPH_REPORTS RUN_DEPENDS+= p5-GD>=1.20:${PORTSDIR}/graphics/p5-GD \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ @@ -86,7 +94,7 @@ .endif .ifdef WITH_PATCH_VIEWER -RUN_DEPENDS+= p5-PatchReader>=0.9.4:${PORTSDIR}/devel/p5-PatchReader \ +RUN_DEPENDS+= p5-PatchReader>=0.9.6:${PORTSDIR}/devel/p5-PatchReader \ interdiff:${PORTSDIR}/misc/patchutils .endif Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/bugzilla/distinfo,v retrieving revision 1.48 diff -u -r1.48 distinfo --- distinfo 6 Feb 2012 12:03:29 -0000 1.48 +++ distinfo 7 Apr 2012 20:13:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (bugzilla/bugzilla-4.0.4.tar.gz) = 67c321306e1f796ff1d159083dcdaba7e72c3ec5742292cb5980c23c46e2dc4d -SIZE (bugzilla/bugzilla-4.0.4.tar.gz) = 2801949 +SHA256 (bugzilla/bugzilla-4.2.tar.gz) = 67f603c081cea1063f1c0131d54b2a51965c579ba136fd02e333dbb719a3f8ae +SIZE (bugzilla/bugzilla-4.2.tar.gz) = 2968522 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/devel/bugzilla/pkg-plist,v retrieving revision 1.41 diff -u -r1.41 pkg-plist --- pkg-plist 5 Jan 2012 17:25:28 -0000 1.41 +++ pkg-plist 7 Apr 2012 20:13:00 -0000 @@ -18,6 +18,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 +61,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 @@ -69,6 +71,7 @@ %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Query.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/Bugzilla/Whine/Schedule.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/checksetup.html +%%PORTDOCS%%%%DOCSDIR%%/en/html/api/collectstats.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bz_webservice_demo.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/bzdbcopy.html %%PORTDOCS%%%%DOCSDIR%%/en/html/api/contrib/console.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.pm +%%WWWDIR%%/Bugzilla/BugUrl/Bugzilla/Local.pm +%%WWWDIR%%/Bugzilla/BugUrl/Debian.pm +%%WWWDIR%%/Bugzilla/BugUrl/Google.pm +%%WWWDIR%%/Bugzilla/BugUrl/JIRA.pm +%%WWWDIR%%/Bugzilla/BugUrl/Launchpad.pm +%%WWWDIR%%/Bugzilla/BugUrl/MantisBT.pm +%%WWWDIR%%/Bugzilla/BugUrl/SourceForge.pm +%%WWWDIR%%/Bugzilla/BugUrl/Trac.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/Clause.pm +%%WWWDIR%%/Bugzilla/Search/Condition.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 @@ -326,7 +345,6 @@ %%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugdata.txt %%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit %%CONTRIB%%%%WWWDIR%%/contrib/bugzilla-submit/bugzilla-submit.xml -%%CONTRIB%%%%WWWDIR%%/contrib/bugzilla_ldapsync.rb %%CONTRIB%%%%WWWDIR%%/contrib/bz_webservice_demo.pl %%CONTRIB%%%%WWWDIR%%/contrib/bzdbcopy.pl %%CONTRIB%%%%WWWDIR%%/contrib/cmdline/bugcount @@ -349,7 +367,6 @@ %%CONTRIB%%%%WWWDIR%%/contrib/sendbugmail.pl %%CONTRIB%%%%WWWDIR%%/contrib/sendunsentbugmail.pl %%CONTRIB%%%%WWWDIR%%/contrib/syncLDAP.pl -%%CONTRIB%%%%WWWDIR%%/contrib/yp_nomail.sh %%WWWDIR%%/createaccount.cgi %%WWWDIR%%/describecomponents.cgi %%WWWDIR%%/describekeywords.cgi @@ -382,10 +399,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/license.txt +%%WWWDIR%%/js/history.js/native.history.js +%%WWWDIR%%/js/history.js/readme.txt %%WWWDIR%%/js/params.js %%WWWDIR%%/js/productform.js %%WWWDIR%%/js/util.js @@ -514,7 +535,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 +553,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 @@ -567,7 +585,6 @@ %%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 +708,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 +728,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 +742,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 +758,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-common.txt.tmpl +%%WWWDIR%%/template/en/default/email/bugmail-header.txt.tmpl +%%WWWDIR%%/template/en/default/email/bugmail.html.tmpl +%%WWWDIR%%/template/en/default/email/bugmail.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 +805,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 @@ -806,6 +826,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 @@ -846,7 +867,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 @@ -859,7 +879,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 @@ -970,6 +989,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 @@ -991,6 +1011,8 @@ @dirrm %%WWWDIR%%/Bugzilla/DB/Schema @dirrm %%WWWDIR%%/Bugzilla/DB @dirrm %%WWWDIR%%/Bugzilla/Config +@dirrm %%WWWDIR%%/Bugzilla/BugUrl/Bugzilla +@dirrm %%WWWDIR%%/Bugzilla/BugUrl @dirrm %%WWWDIR%%/Bugzilla/Auth/Verify @dirrm %%WWWDIR%%/Bugzilla/Auth/Persist @dirrm %%WWWDIR%%/Bugzilla/Auth/Login