From nobody@FreeBSD.org  Fri Jan 21 10:58:21 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7897216A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jan 2005 10:58:21 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1C4B043D1D
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jan 2005 10:58:21 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j0LAwLlg021180
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 21 Jan 2005 10:58:21 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j0LAwKhR021179;
	Fri, 21 Jan 2005 10:58:20 GMT
	(envelope-from nobody)
Message-Id: <200501211058.j0LAwKhR021179@www.freebsd.org>
Date: Fri, 21 Jan 2005 10:58:20 GMT
From: "Choe, Cheng-Dae" <whitekid@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update deve/bugzilla to 2.18
X-Send-Pr-Version: www-2.3

>Number:         76531
>Category:       ports
>Synopsis:       update devel/bugzilla to 2.18
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 21 11:00:40 GMT 2005
>Closed-Date:    Mon Jan 24 16:45:44 GMT 2005
>Last-Modified:  Mon Jan 24 16:45:44 GMT 2005
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 5.3-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD comdongin.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Tue Jan 18 12:14:08 KST 2005 root@comdongin.com:/usr/obj/usr/src/sys/CDI i386
>Description:
      Finally bugzilla 2.18 was release with many new features.
see http://www.bugzilla.org/releases/2.18/new-features.html

- this ports is master ports of japanese/bugzila ports. but japanese/bugzilla has version 2.16(bugfix release). So this pr make broken japanese/bugzilla ports.

- It's good idea to repocopy bugzilla to bugzilla216. because 2.16 is the last stable release.
>How-To-Repeat:
      N/A
>Fix:
diff bugzilla.orig/Makefile bugzilla/Makefile
9c9
< PORTVERSION?=	2.16.7
---
> PORTVERSION?=	2.18
17c17
< RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \
---
> RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
20c20,23
< 		${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
---
> 		${SITE_PERL}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
> 		${SITE_PERL}/Data/Dumper/Simple.pm:${PORTSDIR}/devel/p5-Data-Dumper-Simple \
> 		${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec \
> 		${SITE_PERL}/PatchReader.pm:${PORTSDIR}/devel/p5-PatchReader
24c27,29
< 		${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart
---
> 		${SITE_PERL}/Chart/Base.pm:${PORTSDIR}/graphics/p5-chart \
> 		${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
> 		${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil
51,52c56
< BONSAIPERLWC=	*.cgi *.pl *.pm processmail syncshadowdb contrib/*.pl
< SENDMAILWC=	*.pl *.pm processmail contrib/*.pl
---
> SENDMAILWC=	*.pl *.pm contrib/*.pl Bugzilla/*.pm
81,84d84
< .for i in ${BONSAIPERLWC}
< 	@${REINPLACE_CMD} -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \
< 		${WRKSRC}/$i
< .endfor
100c100,101
< 	${TAR} -C ${WRKSRC} -cf - template css | ${TAR} --unlink -C ${PREFIX}/${BUGZILLADIR} -xf -
---
> 	${TAR} -C ${WRKSRC} -cf - Bugzilla template css js skins | ${TAR} --unlink -C ${PREFIX}/${BUGZILLADIR} -xf -
> 
104a106
> 
106,111c108,113
< 	${MKDIR} ${PREFIX}/${BUGZILLADIR}/contrib ${PREFIX}/${BUGZILLADIR}/contrib/cmdline
< 	cd ${WRKSRC}/contrib; ${INSTALL_SCRIPT} BugzillaEmail.pm bug_email.pl \
< 		bugzilla_email_append.pl cvs-update.sh gnats2bz.pl jb2bz.py \
< 		mysqld-watcher.pl yp_nomail.sh ${PREFIX}/${BUGZILLADIR}/contrib
< 	cd ${WRKSRC}/contrib/cmdline; ${INSTALL_SCRIPT} buglist bugs \
< 		query.conf ${PREFIX}/${BUGZILLADIR}/contrib/cmdline
---
> 	${MKDIR} ${PREFIX}/${BUGZILLADIR}/contrib
> 	@cd ${WRKSRC}/contrib && \
> 		${FIND} . -type d -exec ${MKDIR} "${PREFIX}/${BUGZILLADIR}/contrib/{}" \; && \
> 		${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${PREFIX}/${BUGZILLADIR}/contrib/{}" \;
> .endif
> 
116d117
< .endif
diff bugzilla.orig/distinfo bugzilla/distinfo
1,2c1,2
< MD5 (bugzilla-2.16.7.tar.gz) = ee4c92bfd940521cc68ea91917f9f0dd
< SIZE (bugzilla-2.16.7.tar.gz) = 1368799
---
> MD5 (bugzilla-2.18.tar.gz) = 243089e2137ecfc8f857dbbeae0ad1d7
> SIZE (bugzilla-2.18.tar.gz) = 1490302
Common subdirectories: bugzilla.orig/files and bugzilla/files
diff bugzilla.orig/pkg-plist bugzilla/pkg-plist
0a1,5
> %%PORTDOCS%%%%DOCSDIR%%/contrib/README
> %%PORTDOCS%%%%DOCSDIR%%/contrib/README.Mailif
> %%PORTDOCS%%%%DOCSDIR%%/contrib/bugmail_help.html
> %%PORTDOCS%%%%DOCSDIR%%/contrib/bugzilla.procmailrc
> %%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html
3c8,10
< %%PORTDOCS%%%%DOCSDIR%%/html/Bugzilla-Guide.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/bug_page.html
> %%PORTDOCS%%%%DOCSDIR%%/html/bugreports.html
> %%PORTDOCS%%%%DOCSDIR%%/html/cmdline-bugmail.html
4a12,13
> %%PORTDOCS%%%%DOCSDIR%%/html/components.html
> %%PORTDOCS%%%%DOCSDIR%%/html/configuration.html
7a17,18
> %%PORTDOCS%%%%DOCSDIR%%/html/cust-change-permissions.html
> %%PORTDOCS%%%%DOCSDIR%%/html/cust-hooks.html
9c20
< %%PORTDOCS%%%%DOCSDIR%%/html/database.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/customization.html
11c22
< %%PORTDOCS%%%%DOCSDIR%%/html/dbschema.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/dbmodify.html
14a26,28
> %%PORTDOCS%%%%DOCSDIR%%/html/flags-overview.html
> %%PORTDOCS%%%%DOCSDIR%%/html/flags.html
> %%PORTDOCS%%%%DOCSDIR%%/html/general-advice.html
31d44
< %%PORTDOCS%%%%DOCSDIR%%/html/how.html
32a46
> %%PORTDOCS%%%%DOCSDIR%%/html/install-perlmodules-manual.html
33a48
> %%PORTDOCS%%%%DOCSDIR%%/html/installing-bugzilla.html
35c50,56
< %%PORTDOCS%%%%DOCSDIR%%/html/introduction.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/lifecycle.html
> %%PORTDOCS%%%%DOCSDIR%%/html/list.html
> %%PORTDOCS%%%%DOCSDIR%%/html/milestones.html
> %%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-download.html
> %%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-instructions.html
> %%PORTDOCS%%%%DOCSDIR%%/html/modules-manual-optional.html
> %%PORTDOCS%%%%DOCSDIR%%/html/myaccount.html
38c59
< %%PORTDOCS%%%%DOCSDIR%%/html/osx.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/os-specific.html
39a61
> %%PORTDOCS%%%%DOCSDIR%%/html/paranoid-security.html
41,42c63,71
< %%PORTDOCS%%%%DOCSDIR%%/html/programadmin.html
< %%PORTDOCS%%%%DOCSDIR%%/html/rewrite.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/patchviewer.html
> %%PORTDOCS%%%%DOCSDIR%%/html/products.html
> %%PORTDOCS%%%%DOCSDIR%%/html/query.html
> %%PORTDOCS%%%%DOCSDIR%%/html/quips.html
> %%PORTDOCS%%%%DOCSDIR%%/html/reporting.html
> %%PORTDOCS%%%%DOCSDIR%%/html/security-bugzilla.html
> %%PORTDOCS%%%%DOCSDIR%%/html/security-mysql.html
> %%PORTDOCS%%%%DOCSDIR%%/html/security-os.html
> %%PORTDOCS%%%%DOCSDIR%%/html/security-webserver.html
44c73,75
< %%PORTDOCS%%%%DOCSDIR%%/html/stepbystep.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/trbl-index.html
> %%PORTDOCS%%%%DOCSDIR%%/html/trbl-relogin-everyone.html
> %%PORTDOCS%%%%DOCSDIR%%/html/trouble-filetemp.html
48a80
> %%PORTDOCS%%%%DOCSDIR%%/html/using-intro.html
50,51c82
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-fenris.html
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-scarab.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/versions.html
53,60c84,93
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-issuezilla.html
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-perforce.html
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-redhat.html
< %%PORTDOCS%%%%DOCSDIR%%/html/variant-sourceforge.html
< %%PORTDOCS%%%%DOCSDIR%%/html/variants.html
< %%PORTDOCS%%%%DOCSDIR%%/html/whatis.html
< %%PORTDOCS%%%%DOCSDIR%%/html/why.html
< %%PORTDOCS%%%%DOCSDIR%%/html/win32.html
---
> %%PORTDOCS%%%%DOCSDIR%%/html/x2868.html
> %%PORTDOCS%%%%DOCSDIR%%/html/x2875.html
> %%PORTDOCS%%%%DOCSDIR%%/html/x2885.html
> %%PORTDOCS%%%%DOCSDIR%%/html/x2890.html
> %%PORTDOCS%%%%DOCSDIR%%/html/x2944.html
> %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.png
> %%PORTDOCS%%%%DOCSDIR%%/images/bzLifecycle.xml
> %%PORTDOCS%%%%DOCSDIR%%/images/callouts/1.gif
> %%PORTDOCS%%%%DOCSDIR%%/images/callouts/2.gif
> %%PORTDOCS%%%%DOCSDIR%%/images/callouts/3.gif
62,63d94
< %%PORTDOCS%%%%DOCSDIR%%/images/dbschema.jpg
< %%PORTDOCS%%%%DOCSDIR%%/images/dbschema.ps
75c106
< %%PORTDOCS%%%%DOCSDIR%%/xml/database.xml
---
> %%PORTDOCS%%%%DOCSDIR%%/xml/customization.xml
79d109
< %%PORTDOCS%%%%DOCSDIR%%/xml/gd-makefile.patch
85a116
> %%PORTDOCS%%%%DOCSDIR%%/xml/modules.xml
86a118,120
> %%PORTDOCS%%%%DOCSDIR%%/xml/requiredsoftware.xml
> %%PORTDOCS%%%%DOCSDIR%%/xml/security.xml
> %%PORTDOCS%%%%DOCSDIR%%/xml/troubleshooting.xml
88,104d121
< %%PORTDOCS%%%%DOCSDIR%%/xml/variants.xml
< %%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README
< %%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/README.Mailif
< %%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugmail_help.html
< %%PORTDOCS%%%%CONTRIB%%%%DOCSDIR%%/contrib/bugzilla.procmailrc
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.sh
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs
< %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf
< %%BUGZILLADIR%%/buglist.cgi
105a123,126
> %%BUGZILLADIR%%/Bugzilla.pm
> %%BUGZILLADIR%%/CGI.pl
> %%BUGZILLADIR%%/QUICKSTART
> %%BUGZILLADIR%%/README
108,112c129
< %%BUGZILLADIR%%/Attachment.pm
< %%BUGZILLADIR%%/Bug.pm
< %%BUGZILLADIR%%/bug_form.pl
< %%BUGZILLADIR%%/bug_status.html
< %%BUGZILLADIR%%/bugwritinghelp.html
---
> %%BUGZILLADIR%%/buglist.cgi
114,115c131
< %%BUGZILLADIR%%/CGI.pl
< %%BUGZILLADIR%%/changepassword.cgi
---
> %%BUGZILLADIR%%/chart.cgi
119c135,162
< %%BUGZILLADIR%%/confirmhelp.html
---
> %%BUGZILLADIR%%/config.cgi
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/BugzillaEmail.pm
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/README
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/README.Mailif
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bug_email.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugmail_help.html
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/README
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugdata.txt
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla-submit/bugzilla-submit.xml
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla.procmailrc
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_email_append.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/bugzilla_ldapsync.rb
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/buglist
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/bugs
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/cmdline/query.conf
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/cvs-update.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnats2bz.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/README
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/gnatsparse.py
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/magic.py
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/gnatsparse/specialuu.py
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/jb2bz.py
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/mysqld-watcher.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/sendbugmail.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/sendunsentbugmail.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/syncLDAP.pl
> %%CONTRIB%%%%BUGZILLADIR%%/contrib/yp_nomail.sh
120a164,168
> %%BUGZILLADIR%%/css/buglist.css
> %%BUGZILLADIR%%/css/duplicates.css
> %%BUGZILLADIR%%/css/global.css
> %%BUGZILLADIR%%/css/panel.css
> %%BUGZILLADIR%%/css/show_multiple.css
124d171
< %%BUGZILLADIR%%/move.pl
127c174
< %%BUGZILLADIR%%/editattachstatuses.cgi
---
> %%BUGZILLADIR%%/duplicates.xul
128a176
> %%BUGZILLADIR%%/editflagtypes.cgi
138,140d185
< %%BUGZILLADIR%%/help.html
< %%BUGZILLADIR%%/helpemailquery.html
< %%BUGZILLADIR%%/how_to_mail.html
145c190,192
< %%BUGZILLADIR%%/notargetmilestone.html
---
> %%BUGZILLADIR%%/move.pl
> %%BUGZILLADIR%%/padlock.png
> %%BUGZILLADIR%%/page.cgi
148,149c195,196
< %%BUGZILLADIR%%/processmail
< %%BUGZILLADIR%%/queryhelp.cgi
---
> %%BUGZILLADIR%%/productmenu.js
> %%BUGZILLADIR%%/query.cgi
154,155d200
< %%BUGZILLADIR%%/README
< %%BUGZILLADIR%%/RelationSet.pm
156a202
> %%BUGZILLADIR%%/report.cgi
157a204
> %%BUGZILLADIR%%/request.cgi
166d212
< %%BUGZILLADIR%%/sidebar.cgi
168,176c214,216
< %%BUGZILLADIR%%/syncshadowdb
< %%BUGZILLADIR%%/token.cgi
< %%BUGZILLADIR%%/Token.pm
< %%BUGZILLADIR%%/userprefs.cgi
< %%BUGZILLADIR%%/votehelp.html
< %%BUGZILLADIR%%/votes.cgi
< %%BUGZILLADIR%%/whineatnews.pl
< %%BUGZILLADIR%%/xml.cgi
< %%BUGZILLADIR%%/query.cgi
---
> %%BUGZILLADIR%%/sidebar.cgi
> %%BUGZILLADIR%%/template/en/default/account/auth/ldap-error.html.tmpl
> %%BUGZILLADIR%%/template/en/default/account/auth/login.html.tmpl
191,194c231,244
< %%BUGZILLADIR%%/template/en/default/admin/attachstatus/create.html.tmpl
< %%BUGZILLADIR%%/template/en/default/admin/attachstatus/delete.html.tmpl
< %%BUGZILLADIR%%/template/en/default/admin/attachstatus/edit.html.tmpl
< %%BUGZILLADIR%%/template/en/default/admin/attachstatus/list.html.tmpl
---
> %%BUGZILLADIR%%/template/en/default/account/prefs/saved-searches.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/flag-type/confirm-delete.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/flag-type/edit.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/flag-type/list.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/groups/create.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/confirm-delete.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/create.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/created.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/edit.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/list.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/keywords/rebuild-cache.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
> %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol/edit.html.tmpl
> %%BUGZILLADIR%%/template/en/default/attachment/choose.html.tmpl
197a248,250
> %%BUGZILLADIR%%/template/en/default/attachment/diff-file.html.tmpl
> %%BUGZILLADIR%%/template/en/default/attachment/diff-footer.html.tmpl
> %%BUGZILLADIR%%/template/en/default/attachment/diff-header.html.tmpl
204d256
< %%BUGZILLADIR%%/template/en/default/bug/choose-xml.html.tmpl
206a259
> %%BUGZILLADIR%%/template/en/default/bug/create/comment-guided.txt.tmpl
207a261
> %%BUGZILLADIR%%/template/en/default/bug/create/create-guided.html.tmpl
214a269
> %%BUGZILLADIR%%/template/en/default/bug/knob.html.tmpl
215a271
> %%BUGZILLADIR%%/template/en/default/bug/process/bugmail.html.tmpl
216a273
> %%BUGZILLADIR%%/template/en/default/bug/process/header.html.tmpl
221a279,281
> %%BUGZILLADIR%%/template/en/default/bug/show.html.tmpl
> %%BUGZILLADIR%%/template/en/default/bug/show.xml.tmpl
> %%BUGZILLADIR%%/template/en/default/bug/time.html.tmpl
224a285,286
> %%BUGZILLADIR%%/template/en/default/config.js.tmpl
> %%BUGZILLADIR%%/template/en/default/config.rdf.tmpl
225a288
> %%BUGZILLADIR%%/template/en/default/flag/list.html.tmpl
228a292,293
> %%BUGZILLADIR%%/template/en/default/global/confirm-user-match.html.tmpl
> %%BUGZILLADIR%%/template/en/default/global/field-descs.none.tmpl
230a296,297
> %%BUGZILLADIR%%/template/en/default/global/help-header.html.tmpl
> %%BUGZILLADIR%%/template/en/default/global/help.html.tmpl
231a299
> %%BUGZILLADIR%%/template/en/default/global/initialize.none.tmpl
232a301
> %%BUGZILLADIR%%/template/en/default/global/messages.html.tmpl
233a303
> %%BUGZILLADIR%%/template/en/default/global/site-navigation.html.tmpl
235a306
> %%BUGZILLADIR%%/template/en/default/global/variables.none.tmpl
239d309
< %%BUGZILLADIR%%/template/en/default/list/list-rdf.rdf.tmpl
240a311
> %%BUGZILLADIR%%/template/en/default/list/list.csv.tmpl
241a313,315
> %%BUGZILLADIR%%/template/en/default/list/list.ics.tmpl
> %%BUGZILLADIR%%/template/en/default/list/list.js.tmpl
> %%BUGZILLADIR%%/template/en/default/list/list.rdf.tmpl
244a319,326
> %%BUGZILLADIR%%/template/en/default/pages/bug-writing.html.tmpl
> %%BUGZILLADIR%%/template/en/default/pages/fields.html.tmpl
> %%BUGZILLADIR%%/template/en/default/pages/linked.html.tmpl
> %%BUGZILLADIR%%/template/en/default/pages/linkify.html.tmpl
> %%BUGZILLADIR%%/template/en/default/pages/voting.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/chart.csv.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/chart.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/chart.png.tmpl
245a328
> %%BUGZILLADIR%%/template/en/default/reports/create-chart.html.tmpl
248a332,333
> %%BUGZILLADIR%%/template/en/default/reports/duplicates.rdf.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/edit-series.html.tmpl
249a335,346
> %%BUGZILLADIR%%/template/en/default/reports/menu.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report-bar.png.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report-line.png.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report-pie.png.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report-table.csv.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report-table.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report.csv.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/report.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/series-common.html.tmpl
> %%BUGZILLADIR%%/template/en/default/reports/series.html.tmpl
> %%BUGZILLADIR%%/template/en/default/request/email.txt.tmpl
> %%BUGZILLADIR%%/template/en/default/request/queue.html.tmpl
253c350,357
< %%BUGZILLADIR%%/template/en/default/search/search.html.tmpl
---
> %%BUGZILLADIR%%/template/en/default/search/search-advanced.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-create-series.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-help.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-report-graph.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-report-select.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-report-table.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/search-specific.html.tmpl
> %%BUGZILLADIR%%/template/en/default/search/tabs.html.tmpl
255,268c359,372
< %%BUGZILLADIR%%/css/buglist.css
< %%BUGZILLADIR%%/css/panel.css
< %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline
< %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib
< @dirrm %%BUGZILLADIR%%/template/en/default/account/email
< @dirrm %%BUGZILLADIR%%/template/en/default/account/password
< @dirrm %%BUGZILLADIR%%/template/en/default/account/prefs
< @dirrm %%BUGZILLADIR%%/template/en/default/account
< @dirrm %%BUGZILLADIR%%/template/en/default/admin/attachstatus
< @dirrm %%BUGZILLADIR%%/template/en/default/admin
< @dirrm %%BUGZILLADIR%%/template/en/default/attachment
< @dirrm %%BUGZILLADIR%%/template/en/default/bug/activity
< @dirrm %%BUGZILLADIR%%/template/en/default/bug/create
< @dirrm %%BUGZILLADIR%%/template/en/default/bug/process
---
> %%BUGZILLADIR%%/testagent.cgi
> %%BUGZILLADIR%%/testserver.pl
> %%BUGZILLADIR%%/token.cgi
> %%BUGZILLADIR%%/userprefs.cgi
> %%BUGZILLADIR%%/votes.cgi
> %%BUGZILLADIR%%/whineatnews.pl
> %%BUGZILLADIR%%/xml.cgi
> @dirrm %%BUGZILLADIR%%/template/en/default/search
> @dirrm %%BUGZILLADIR%%/template/en/default/request
> @dirrm %%BUGZILLADIR%%/template/en/default/reports
> @dirrm %%BUGZILLADIR%%/template/en/default/pages
> @dirrm %%BUGZILLADIR%%/template/en/default/list
> @dirrm %%BUGZILLADIR%%/template/en/default/global
> @dirrm %%BUGZILLADIR%%/template/en/default/flag
269a374,376
> @dirrm %%BUGZILLADIR%%/template/en/default/bug/process
> @dirrm %%BUGZILLADIR%%/template/en/default/bug/create
> @dirrm %%BUGZILLADIR%%/template/en/default/bug/activity
271,274c378,389
< @dirrm %%BUGZILLADIR%%/template/en/default/global
< @dirrm %%BUGZILLADIR%%/template/en/default/list
< @dirrm %%BUGZILLADIR%%/template/en/default/reports
< @dirrm %%BUGZILLADIR%%/template/en/default/search
---
> @dirrm %%BUGZILLADIR%%/template/en/default/attachment
> @dirrm %%BUGZILLADIR%%/template/en/default/admin/products/groupcontrol
> @dirrm %%BUGZILLADIR%%/template/en/default/admin/products
> @dirrm %%BUGZILLADIR%%/template/en/default/admin/keywords
> @dirrm %%BUGZILLADIR%%/template/en/default/admin/groups
> @dirrm %%BUGZILLADIR%%/template/en/default/admin/flag-type
> @dirrm %%BUGZILLADIR%%/template/en/default/admin
> @dirrm %%BUGZILLADIR%%/template/en/default/account/prefs
> @dirrm %%BUGZILLADIR%%/template/en/default/account/password
> @dirrm %%BUGZILLADIR%%/template/en/default/account/email
> @dirrm %%BUGZILLADIR%%/template/en/default/account/auth
> @dirrm %%BUGZILLADIR%%/template/en/default/account
278a394,397
> %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/gnatsparse
> %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/cmdline
> %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib/bugzilla-submit
> %%CONTRIB%%@dirrm %%BUGZILLADIR%%/contrib
280,286c399,406
< %%PORTDOCS%%%%CONTRIB%%@dirrm %%DOCSDIR%%/contrib
< %%PORTDOCS%%@dirrm %%DOCSDIR%%/xml
< %%PORTDOCS%%@dirrm %%DOCSDIR%%/txt
< %%PORTDOCS%%@dirrm %%DOCSDIR%%/pdf
< %%PORTDOCS%%@dirrm %%DOCSDIR%%/images
< %%PORTDOCS%%@dirrm %%DOCSDIR%%/html
< %%PORTDOCS%%@dirrm %%DOCSDIR%%
---
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/xml
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/txt
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/pdf
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/images/callouts
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/images
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/html
> @dirrm %%PORTDOCS%%%%DOCSDIR%%/contrib
> @dirrm %%PORTDOCS%%%%DOCSDIR%%
>Release-Note:
>Audit-Trail:

From: Sergey Matveychuk <sem@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org, whitekid@gmail.com
Cc:  
Subject: Re: ports/76531: update deve/bugzilla to 2.18
Date: Fri, 21 Jan 2005 18:42:11 +0300

 May be it's a better idea to fork bugzilla-devel instead of bugzilla216. 
 So it will not brake japanise/bugzilla.
 
 PS. Use unify diff for your patches (diff -u).
 -- 
 Sem.

From: "Choe, Cheng-Dae" <whitekid@gmail.com>
To: Sergey Matveychuk <sem@freebsd.org>
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: ports/76531: update deve/bugzilla to 2.18
Date: Sat, 22 Jan 2005 01:17:19 +0900

 > May be it's a better idea to fork bugzilla-devel instead of bugzilla216.
 2.18 release is not devel version. 2.18 is current stable version.
 and 2.16 is regacy stable release. The development release is 2.19
 
 I think
 - fork to bugzilla216 with japanese/bugzilla dependency fix
 - update current ports to 2.18
 - bugzilla-devel will be 2.19 (if exists)
 
 > PS. Use unify diff for your patches (diff -u).
 Sorry my mistake :)
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Jan 24 16:45:18 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

(Bugzilla website lists 2.18 as latest stable version, so I think this update 
is just fine as it is, no need to repocopy anything.) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=76531 
>Unformatted:
