From owner-freebsd-ports Fri Mar 7 18:32: 9 2003 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D47C37B401; Fri, 7 Mar 2003 18:31:57 -0800 (PST) Received: from test1.fillmore-labs.com (palikir.fillmore-labs.com [62.138.193.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D42743F93; Fri, 7 Mar 2003 18:31:55 -0800 (PST) (envelope-from eik@bone.fillmore-labs.com) Received: from eik by test1.fillmore-labs.com with local (Exim 4.12) id 18rU7s-000LKT-00; Sat, 08 Mar 2003 03:31:52 +0100 To: FreeBSD-gnats-submit@freebsd.org Subject: Update port: devel/bugzilla to 2.16.2 From: Oliver Eikemeier Reply-To: Oliver Eikemeier Cc: ports@FreeBSD.org X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: Date: Sat, 08 Mar 2003 03:31:52 +0100 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Submitter-Id: current-users >Originator: Oliver Eikemeier >Organization: Fillmore Labs - http://www.fillmore-labs.com >Confidential: no >Synopsis: Update port: devel/bugzilla to 2.16.2 >Severity: non-critical >Priority: medium >Category: ports >Class: update >Release: FreeBSD 4.8-RC i386 >Environment: System: FreeBSD www.fillmore-labs.com 4.8-RC FreeBSD 4.8-RC #0: Thu Mar 6 12:34:56 CET 2003 root@fillmore-labs.com:/usr/obj/usr/src/sys/FILLMORE i386 >Description: See Bugzilla Security Advisory for v2.14.4 : and Bugzilla Project Home Page: : "All sites who haven't already done so are strongly encouraged to upgrade to 2.16.2" >Fix: Patch included: --- bugzilla.patch begins here --- diff -Nru Makefile.orig Makefile --- Makefile.orig Thu Feb 20 18:06:40 2003 +++ Makefile Sat Mar 8 02:22:16 2003 @@ -6,7 +6,7 @@ # PORTNAME= bugzilla -PORTVERSION= 2.14.4 +PORTVERSION= 2.16.2 CATEGORIES= devel MASTER_SITES= http://ftp.mozilla.org/pub/${MASTER_SITE_SUBDIR}/ \ ${MASTER_SITE_MOZILLA} @@ -18,7 +18,8 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${PERL_SITEDIR}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ ${PERL_SITEDIR}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysql \ - ${PERL_SITEDIR}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate + ${PERL_SITEDIR}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${PERL_SITEDIR}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit .if !defined(WITHOUT_BUG_CHARTING_MODULES) RUN_DEPENDS+= ${PERL_SITEDIR}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \ @@ -33,18 +34,24 @@ RUN_DEPENDS+= ${PERL_SITEDIR}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser .endif +.if defined(WITH_BUG_LDAP_AUTH) +RUN_DEPENDS+= ${PERL_SITEDIR}/${PERL_ARCH}/Mozilla/LDAP/API.pm:${PORTSDIR}/net/perldap +EXTRA_PATCHES= ${PATCHDIR}/extra-patch-CGI.pl +.endif + +USE_PERL5= yes USE_REINPLACE= yes NO_BUILD= yes BINMODE= 700 -PKGMESSAGE= ${WRKDIR}/pkg-message +PKGMESSAGE= ${WRKDIR}/pkg-message PERL_SITEDIR= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} BUGZILLADIR= ${PREFIX}/www/data.default/bugzilla BUGZILLADOCS= html images txt rel_notes.txt -BONSAIPERLWC= *.cgi *.pl *.pm processmail syncshadowdb contrib/*.pl -SENDMAILWC= *.pl *.pm processmail contrib/*.pl +BONSAIPERLWC= *.cgi *.pl processmail syncshadowdb +SENDMAILWC= *.pl *.pm processmail pre-everything:: @${ECHO_MSG} "" @@ -60,22 +67,19 @@ @${ECHO_MSG} " export/import feature to move bugs to or from" @${ECHO_MSG} " other bugzilla installations" @${ECHO_MSG} "" + @${ECHO_MSG} " WITH_BUG_LDAP_AUTH install perl modules required for ldap" + @${ECHO_MSG} " authorization" + @${ECHO_MSG} "" post-patch: - @find -d ${WRKSRC} -name CVS -type d -exec ${RM} -rf {} \; - @find -d ${WRKSRC} -name sgml -type d -exec ${RM} -rf {} \; - @find ${WRKSRC} -name .cvsignore -type f -exec ${RM} -f {} \; - @find ${WRKSRC} -name README.docs -type f -exec ${RM} -f {} \; - @find ${WRKSRC} -name \*.orig -type f -exec ${RM} -f {} \; .for i in ${BONSAIPERLWC} - @${REINPLACE_CMD} -e 's@#!/usr/bonsaitools/bin/perl@#!/usr/bin/perl@' \ + @${REINPLACE_CMD} -e 's@^#!/usr/bonsaitools/bin/perl@#!${PERL}@' \ ${WRKSRC}/$i .endfor .for i in ${SENDMAILWC} @${REINPLACE_CMD} -e 's@/usr/lib/sendmail@/usr/sbin/sendmail@' \ ${WRKSRC}/$i .endfor - @find ${WRKSRC} -name \*.bak -type f -exec ${RM} -f {} \; pre-install: @find ${WRKSRC}/docs -type d -exec ${CHMOD} 755 {} \; @@ -84,11 +88,19 @@ do-install: ${MKDIR} ${BUGZILLADIR} - find ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \ - ${INSTALL_SCRIPT} {} ${BUGZILLADIR} \; + ${TAR} -C ${WRKSRC} \ + --exclude 'CVS' --exclude '.cvsignore' \ + --exclude './t' --exclude './docs' --exclude './contrib' \ + --exclude './UPGRADING*' --exclude './runtests.sh' \ + --exclude '*.bak' --exclude '*.orig' \ + -cf - . | ${TAR} --unlink -C ${BUGZILLADIR} -xf - .if !defined(NOPORTSDOCS) ${MKDIR} ${DOCSDIR} - ${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - + ${TAR} -C ${WRKSRC}/docs \ + --exclude 'CVS' \ + --exclude './sgml' \ + --exclude './README.docs' \ + -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - .endif post-install: @@ -100,4 +112,3 @@ .endif .include - diff -Nru distinfo.orig distinfo --- distinfo.orig Fri Oct 11 16:28:29 2002 +++ distinfo Fri Mar 7 23:39:57 2003 @@ -1 +1 @@ -MD5 (bugzilla-2.14.4.tar.gz) = 42461698e402b2225177f031bdfa7617 +MD5 (bugzilla-2.16.2.tar.gz) = 04efff7f0184188b0d652ff5cff83576 diff -Nru files/extra-patch-CGI.pl.orig files/extra-patch-CGI.pl --- files/extra-patch-CGI.pl.orig Thu Jan 1 01:00:00 1970 +++ files/extra-patch-CGI.pl Sat Mar 8 03:01:45 2003 @@ -0,0 +1,38 @@ +--- CGI.pl.orig Mon Jul 10 08:27:15 2002 ++++ CGI.pl Mon Jul 10 08:27:15 2002 +@@ -36,8 +36,8 @@ + # commented out the following snippet of code. this tosses errors into the + # CGI if you are perl 5.6, and doesn't if you have perl 5.003. + # We want to check for the existence of the LDAP modules here. +-# eval "use Mozilla::LDAP::Conn"; +-# my $have_ldap = $@ ? 0 : 1; ++eval "use Mozilla::LDAP::Conn"; ++my $have_ldap = $@ ? 0 : 1; + + # Shut up misguided -w warnings about "used only once". For some reason, + # "use vars" chokes on me when I try it here. +@@ -625,15 +625,15 @@ + # see comment at top of file near eval + # First, if we don't have the LDAP modules available to us, we can't + # do this. +-# if(!$have_ldap) { +-# print "Content-type: text/html\n\n"; +-# PutHeader("LDAP not enabled"); +-# print "The necessary modules for LDAP login are not installed on "; +-# print "this machine. Please send mail to ".Param("maintainer"); +-# print " and notify him of this problem.\n"; +-# PutFooter(); +-# exit; +-# } ++ if(!$have_ldap) { ++ print "Content-type: text/html\n\n"; ++ PutHeader("LDAP not enabled"); ++ print "The necessary modules for LDAP login are not installed on "; ++ print "this machine. Please send mail to ".Param("maintainer"); ++ print " and notify him of this problem.\n"; ++ PutFooter(); ++ exit; ++ } + + # Next, we need to bind anonymously to the LDAP server. This is + # because we need to get the Distinguished Name of the user trying diff -Nru files/patch-checksetup.pl.orig files/patch-checksetup.pl --- files/patch-checksetup.pl.orig Mon Jul 8 17:07:24 2002 +++ files/patch-checksetup.pl Sat Mar 8 03:01:33 2003 @@ -1,11 +1,20 @@ ---- checksetup.pl~ Thu Oct 4 21:53:20 2001 -+++ checksetup.pl Thu Oct 4 21:53:26 2001 -@@ -305,7 +305,7 @@ - # set this to "". +--- checksetup.pl.orig Mon Dec 23 02:54:23 2002 ++++ checksetup.pl Mon Dec 23 02:54:23 2002 +@@ -209,7 +209,7 @@ + }, + { + name => 'Text::Wrap', +- version => '2001.0131' ++ version => '0' + } + ]; + +@@ -395,7 +395,7 @@ + # and you cannot set this up any other way. YOU HAVE BEEN WARNED. # If you set this to anything besides "", you will need to run checksetup.pl - # as root. + # as root, or as a user who is a member of the specified group. -$webservergroup = "nobody"; -+$webservergroup = "nogroup"; ++$webservergroup = "www"; '); diff -Nru pkg-plist.orig pkg-plist --- pkg-plist.orig Mon Jul 8 17:04:41 2002 +++ pkg-plist Fri Mar 7 23:39:57 2003 @@ -2,68 +2,46 @@ %%PORTDOCS%%share/doc/bugzilla/html/about.html %%PORTDOCS%%share/doc/bugzilla/html/aboutthisguide.html %%PORTDOCS%%share/doc/bugzilla/html/administration.html -%%PORTDOCS%%share/doc/bugzilla/html/bonsai.html -%%PORTDOCS%%share/doc/bugzilla/html/bsdinstall.html -%%PORTDOCS%%share/doc/bugzilla/html/bzhacking.html %%PORTDOCS%%share/doc/bugzilla/html/cmdline.html -%%PORTDOCS%%share/doc/bugzilla/html/contributors.html %%PORTDOCS%%share/doc/bugzilla/html/conventions.html %%PORTDOCS%%share/doc/bugzilla/html/copyright.html %%PORTDOCS%%share/doc/bugzilla/html/credits.html -%%PORTDOCS%%share/doc/bugzilla/html/cvs.html +%%PORTDOCS%%share/doc/bugzilla/html/cust-templates.html %%PORTDOCS%%share/doc/bugzilla/html/database.html %%PORTDOCS%%share/doc/bugzilla/html/dbdoc.html %%PORTDOCS%%share/doc/bugzilla/html/dbschema.html %%PORTDOCS%%share/doc/bugzilla/html/disclaimer.html -%%PORTDOCS%%share/doc/bugzilla/html/downloadlinks.html -%%PORTDOCS%%share/doc/bugzilla/html/errata.html +%%PORTDOCS%%share/doc/bugzilla/html/extraconfig.html %%PORTDOCS%%share/doc/bugzilla/html/faq.html -%%PORTDOCS%%share/doc/bugzilla/html/feedback.html -%%PORTDOCS%%share/doc/bugzilla/html/future.html -%%PORTDOCS%%share/doc/bugzilla/html/geninstall.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_0.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_1.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_10.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_2.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_3.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_4.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_5.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_6.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_7.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_8.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_9.html -%%PORTDOCS%%share/doc/bugzilla/html/gfdl_howto.html %%PORTDOCS%%share/doc/bugzilla/html/glossary.html -%%PORTDOCS%%share/doc/bugzilla/html/granttables.html +%%PORTDOCS%%share/doc/bugzilla/html/groups.html +%%PORTDOCS%%share/doc/bugzilla/html/hintsandtips.html %%PORTDOCS%%share/doc/bugzilla/html/how.html %%PORTDOCS%%share/doc/bugzilla/html/index.html -%%PORTDOCS%%share/doc/bugzilla/html/init4me.html %%PORTDOCS%%share/doc/bugzilla/html/installation.html %%PORTDOCS%%share/doc/bugzilla/html/integration.html +%%PORTDOCS%%share/doc/bugzilla/html/introduction.html %%PORTDOCS%%share/doc/bugzilla/html/newversions.html %%PORTDOCS%%share/doc/bugzilla/html/osx.html +%%PORTDOCS%%share/doc/bugzilla/html/parameters.html %%PORTDOCS%%share/doc/bugzilla/html/patches.html -%%PORTDOCS%%share/doc/bugzilla/html/postinstall-check.html %%PORTDOCS%%share/doc/bugzilla/html/programadmin.html -%%PORTDOCS%%share/doc/bugzilla/html/quicksearch.html %%PORTDOCS%%share/doc/bugzilla/html/rewrite.html %%PORTDOCS%%share/doc/bugzilla/html/rhbugzilla.html -%%PORTDOCS%%share/doc/bugzilla/html/scm.html %%PORTDOCS%%share/doc/bugzilla/html/security.html -%%PORTDOCS%%share/doc/bugzilla/html/setperl.html %%PORTDOCS%%share/doc/bugzilla/html/stepbystep.html -%%PORTDOCS%%share/doc/bugzilla/html/tinderbox.html -%%PORTDOCS%%share/doc/bugzilla/html/translations.html +%%PORTDOCS%%share/doc/bugzilla/html/troubleshooting.html +%%PORTDOCS%%share/doc/bugzilla/html/upgrading.html %%PORTDOCS%%share/doc/bugzilla/html/useradmin.html +%%PORTDOCS%%share/doc/bugzilla/html/userpreferences.html %%PORTDOCS%%share/doc/bugzilla/html/using.html -%%PORTDOCS%%share/doc/bugzilla/html/usingbz-conc.html -%%PORTDOCS%%share/doc/bugzilla/html/variant_fenris.html -%%PORTDOCS%%share/doc/bugzilla/html/variant_issuezilla.html -%%PORTDOCS%%share/doc/bugzilla/html/variant_perforce.html -%%PORTDOCS%%share/doc/bugzilla/html/variant_scarab.html -%%PORTDOCS%%share/doc/bugzilla/html/variant_sourceforge.html +%%PORTDOCS%%share/doc/bugzilla/html/variant-fenris.html +%%PORTDOCS%%share/doc/bugzilla/html/variant-issuezilla.html +%%PORTDOCS%%share/doc/bugzilla/html/variant-perforce.html +%%PORTDOCS%%share/doc/bugzilla/html/variant-scarab.html +%%PORTDOCS%%share/doc/bugzilla/html/variant-sourceforge.html %%PORTDOCS%%share/doc/bugzilla/html/variants.html +%%PORTDOCS%%share/doc/bugzilla/html/voting.html %%PORTDOCS%%share/doc/bugzilla/html/whatis.html %%PORTDOCS%%share/doc/bugzilla/html/why.html %%PORTDOCS%%share/doc/bugzilla/html/win32.html @@ -76,13 +54,14 @@ %%PORTDOCS%%share/doc/bugzilla/rel_notes.txt %%PORTDOCS%%share/doc/bugzilla/txt/Bugzilla-Guide.txt www/data.default/bugzilla/1x1.gif +www/data.default/bugzilla/Attachment.pm www/data.default/bugzilla/Bug.pm www/data.default/bugzilla/CGI.pl www/data.default/bugzilla/README www/data.default/bugzilla/RelationSet.pm www/data.default/bugzilla/Token.pm www/data.default/bugzilla/ant.jpg -www/data.default/bugzilla/booleanchart.html +www/data.default/bugzilla/attachment.cgi www/data.default/bugzilla/bug_form.pl www/data.default/bugzilla/bug_status.html www/data.default/bugzilla/buglist.cgi @@ -94,13 +73,14 @@ www/data.default/bugzilla/collectstats.pl www/data.default/bugzilla/confirmhelp.html www/data.default/bugzilla/createaccount.cgi -www/data.default/bugzilla/createattachment.cgi +www/data.default/bugzilla/css/buglist.css +www/data.default/bugzilla/css/panel.css www/data.default/bugzilla/defparams.pl www/data.default/bugzilla/describecomponents.cgi www/data.default/bugzilla/describekeywords.cgi www/data.default/bugzilla/doeditparams.cgi -www/data.default/bugzilla/doeditvotes.cgi www/data.default/bugzilla/duplicates.cgi +www/data.default/bugzilla/editattachstatuses.cgi www/data.default/bugzilla/editcomponents.cgi www/data.default/bugzilla/editgroups.cgi www/data.default/bugzilla/editkeywords.cgi @@ -115,11 +95,10 @@ www/data.default/bugzilla/helpemailquery.html www/data.default/bugzilla/how_to_mail.html www/data.default/bugzilla/importxml.pl -www/data.default/bugzilla/index.html +www/data.default/bugzilla/index.cgi www/data.default/bugzilla/localconfig.js www/data.default/bugzilla/long_list.cgi www/data.default/bugzilla/move.pl -www/data.default/bugzilla/new_comment.cgi www/data.default/bugzilla/notargetmilestone.html www/data.default/bugzilla/post_bug.cgi www/data.default/bugzilla/process_bug.cgi @@ -133,20 +112,117 @@ www/data.default/bugzilla/relogin.cgi www/data.default/bugzilla/reports.cgi www/data.default/bugzilla/robots.txt -www/data.default/bugzilla/runtests.sh www/data.default/bugzilla/sanitycheck.cgi www/data.default/bugzilla/show_activity.cgi www/data.default/bugzilla/show_bug.cgi www/data.default/bugzilla/showattachment.cgi www/data.default/bugzilla/showdependencygraph.cgi www/data.default/bugzilla/showdependencytree.cgi -www/data.default/bugzilla/showvotes.cgi +www/data.default/bugzilla/sidebar.cgi www/data.default/bugzilla/syncshadowdb +www/data.default/bugzilla/template/en/default/account/cancel-token.txt.tmpl +www/data.default/bugzilla/template/en/default/account/create.html.tmpl +www/data.default/bugzilla/template/en/default/account/created.html.tmpl +www/data.default/bugzilla/template/en/default/account/email/change-new.txt.tmpl +www/data.default/bugzilla/template/en/default/account/email/change-old.txt.tmpl +www/data.default/bugzilla/template/en/default/account/email/confirm.html.tmpl +www/data.default/bugzilla/template/en/default/account/exists.html.tmpl +www/data.default/bugzilla/template/en/default/account/password/forgotten-password.txt.tmpl +www/data.default/bugzilla/template/en/default/account/password/set-forgotten-password.html.tmpl +www/data.default/bugzilla/template/en/default/account/prefs/account.html.tmpl +www/data.default/bugzilla/template/en/default/account/prefs/email.html.tmpl +www/data.default/bugzilla/template/en/default/account/prefs/footer.html.tmpl +www/data.default/bugzilla/template/en/default/account/prefs/permissions.html.tmpl +www/data.default/bugzilla/template/en/default/account/prefs/prefs.html.tmpl +www/data.default/bugzilla/template/en/default/admin/attachstatus/create.html.tmpl +www/data.default/bugzilla/template/en/default/admin/attachstatus/delete.html.tmpl +www/data.default/bugzilla/template/en/default/admin/attachstatus/edit.html.tmpl +www/data.default/bugzilla/template/en/default/admin/attachstatus/list.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/content-types.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/create.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/created.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/edit.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/list.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/show-multiple.html.tmpl +www/data.default/bugzilla/template/en/default/attachment/updated.html.tmpl +www/data.default/bugzilla/template/en/default/bug/activity/show.html.tmpl +www/data.default/bugzilla/template/en/default/bug/activity/table.html.tmpl +www/data.default/bugzilla/template/en/default/bug/choose-xml.html.tmpl +www/data.default/bugzilla/template/en/default/bug/choose.html.tmpl +www/data.default/bugzilla/template/en/default/bug/comments.html.tmpl +www/data.default/bugzilla/template/en/default/bug/create/comment.txt.tmpl +www/data.default/bugzilla/template/en/default/bug/create/create.html.tmpl +www/data.default/bugzilla/template/en/default/bug/create/created.html.tmpl +www/data.default/bugzilla/template/en/default/bug/create/make-template.html.tmpl +www/data.default/bugzilla/template/en/default/bug/create/user-message.html.tmpl +www/data.default/bugzilla/template/en/default/bug/dependency-graph.html.tmpl +www/data.default/bugzilla/template/en/default/bug/dependency-tree.html.tmpl +www/data.default/bugzilla/template/en/default/bug/edit.html.tmpl +www/data.default/bugzilla/template/en/default/bug/navigate.html.tmpl +www/data.default/bugzilla/template/en/default/bug/process/confirm-duplicate.html.tmpl +www/data.default/bugzilla/template/en/default/bug/process/midair.html.tmpl +www/data.default/bugzilla/template/en/default/bug/process/next.html.tmpl +www/data.default/bugzilla/template/en/default/bug/process/results.html.tmpl +www/data.default/bugzilla/template/en/default/bug/process/verify-new-product.html.tmpl +www/data.default/bugzilla/template/en/default/bug/show-multiple.html.tmpl +www/data.default/bugzilla/template/en/default/bug/votes/delete-all.html.tmpl +www/data.default/bugzilla/template/en/default/bug/votes/list-for-bug.html.tmpl +www/data.default/bugzilla/template/en/default/bug/votes/list-for-user.html.tmpl +www/data.default/bugzilla/template/en/default/global/banner.html.tmpl +www/data.default/bugzilla/template/en/default/global/choose-product.html.tmpl +www/data.default/bugzilla/template/en/default/global/code-error.html.tmpl +www/data.default/bugzilla/template/en/default/global/footer.html.tmpl +www/data.default/bugzilla/template/en/default/global/header.html.tmpl +www/data.default/bugzilla/template/en/default/global/hidden-fields.html.tmpl +www/data.default/bugzilla/template/en/default/global/message.html.tmpl +www/data.default/bugzilla/template/en/default/global/select-menu.html.tmpl +www/data.default/bugzilla/template/en/default/global/useful-links.html.tmpl +www/data.default/bugzilla/template/en/default/global/user-error.html.tmpl +www/data.default/bugzilla/template/en/default/index.html.tmpl +www/data.default/bugzilla/template/en/default/list/change-columns.html.tmpl +www/data.default/bugzilla/template/en/default/list/edit-multiple.html.tmpl +www/data.default/bugzilla/template/en/default/list/list-rdf.rdf.tmpl +www/data.default/bugzilla/template/en/default/list/list-simple.html.tmpl +www/data.default/bugzilla/template/en/default/list/list.html.tmpl +www/data.default/bugzilla/template/en/default/list/quips.html.tmpl +www/data.default/bugzilla/template/en/default/list/server-push.html.tmpl +www/data.default/bugzilla/template/en/default/list/table.html.tmpl +www/data.default/bugzilla/template/en/default/reports/components.html.tmpl +www/data.default/bugzilla/template/en/default/reports/duplicates-simple.html.tmpl +www/data.default/bugzilla/template/en/default/reports/duplicates-table.html.tmpl +www/data.default/bugzilla/template/en/default/reports/duplicates.html.tmpl +www/data.default/bugzilla/template/en/default/reports/keywords.html.tmpl +www/data.default/bugzilla/template/en/default/search/boolean-charts.html.tmpl +www/data.default/bugzilla/template/en/default/search/form.html.tmpl +www/data.default/bugzilla/template/en/default/search/knob.html.tmpl +www/data.default/bugzilla/template/en/default/search/search.html.tmpl +www/data.default/bugzilla/template/en/default/sidebar.xul.tmpl www/data.default/bugzilla/token.cgi www/data.default/bugzilla/userprefs.cgi www/data.default/bugzilla/votehelp.html +www/data.default/bugzilla/votes.cgi www/data.default/bugzilla/whineatnews.pl www/data.default/bugzilla/xml.cgi +@dirrm www/data.default/bugzilla/template/en/default/search +@dirrm www/data.default/bugzilla/template/en/default/reports +@dirrm www/data.default/bugzilla/template/en/default/list +@dirrm www/data.default/bugzilla/template/en/default/global +@dirrm www/data.default/bugzilla/template/en/default/bug/votes +@dirrm www/data.default/bugzilla/template/en/default/bug/process +@dirrm www/data.default/bugzilla/template/en/default/bug/create +@dirrm www/data.default/bugzilla/template/en/default/bug/activity +@dirrm www/data.default/bugzilla/template/en/default/bug +@dirrm www/data.default/bugzilla/template/en/default/attachment +@dirrm www/data.default/bugzilla/template/en/default/admin/attachstatus +@dirrm www/data.default/bugzilla/template/en/default/admin +@dirrm www/data.default/bugzilla/template/en/default/account/prefs +@dirrm www/data.default/bugzilla/template/en/default/account/password +@dirrm www/data.default/bugzilla/template/en/default/account/email +@dirrm www/data.default/bugzilla/template/en/default/account +@dirrm www/data.default/bugzilla/template/en/default +@dirrm www/data.default/bugzilla/template/en +@dirrm www/data.default/bugzilla/template +@dirrm www/data.default/bugzilla/css @dirrm www/data.default/bugzilla @unexec rmdir %D/www/data.default || true @unexec rmdir %D/www || true --- bugzilla.patch ends here --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message