Skip site navigation (1)Skip section navigation (2)
Date:      4 Feb 2003 07:19:18 -0000
From:      Toby Allsopp <toby@mi6.gen.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47883: Update port: devel/bugzilla latest stable version 2.16.2
Message-ID:  <20030204071918.33964.qmail@mcbain.there>

next in thread | raw e-mail | index | archive | help

>Number:         47883
>Category:       ports
>Synopsis:       Update port: devel/bugzilla latest stable version 2.16.2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 03 23:20:05 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Toby Allsopp
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD mcbain.there 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #1: Wed Jan 8 17:44:18 NZDT 2003 root@mcbain.there:/usr/obj/usr/src/sys/MCBAIN i386


>Description:
The version of bugzilla in ports is out of date and unmaintained.
This updates it to the latest stable version (2.16.2).  This fixes
several security problems.  See ports/43779.

This update depends on the new textproc/p5-Text-Tabs+Wrap port in
PR ports/47882.

New files:
 patch-t-002goodperl.t

>How-To-Repeat:
>Fix:

diff -ruN bugzilla/Makefile bugzilla-toby/Makefile
--- bugzilla/Makefile	Sat Jan 25 05:11:53 2003
+++ bugzilla-toby/Makefile	Tue Feb  4 19:50:15 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}
@@ -17,7 +17,9 @@
 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 \
+		${PERL_SITEDIR}/Text/Wrap.pm:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap
 
 .if !defined(WITHOUT_BUG_CHARTING_MODULES)
 RUN_DEPENDS+=	${PERL_SITEDIR}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
@@ -36,7 +38,7 @@
 
 NO_BUILD=	yes
 BINMODE=	700
-PKGMESSAGE=     ${WRKDIR}/pkg-message
+PKGMESSAGE=	${WRKDIR}/pkg-message
 
 PERL_SITEDIR=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 
@@ -85,6 +87,7 @@
 	${MKDIR} ${BUGZILLADIR}
 	find ${WRKSRC} \! -type d -maxdepth 1 \! -name UPGRADING* -exec \
 		${INSTALL_SCRIPT} {} ${BUGZILLADIR} \;
+	${TAR} -C ${WRKSRC} -cf - template css | ${TAR} --unlink -C ${BUGZILLADIR} -xf -
 .if !defined(NOPORTSDOCS)
 	${MKDIR} ${DOCSDIR}
 	${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf -
@@ -99,4 +102,3 @@
 .endif
 
 .include <bsd.port.mk>
-
diff -ruN bugzilla/distinfo bugzilla-toby/distinfo
--- bugzilla/distinfo	Sun Oct 13 05:06:26 2002
+++ bugzilla-toby/distinfo	Mon Feb  3 20:28:20 2003
@@ -1 +1 @@
-MD5 (bugzilla-2.14.4.tar.gz) = 42461698e402b2225177f031bdfa7617
+MD5 (bugzilla-2.16.2.tar.gz) = 04efff7f0184188b0d652ff5cff83576
diff -ruN bugzilla/files/patch-checksetup.pl bugzilla-toby/files/patch-checksetup.pl
--- bugzilla/files/patch-checksetup.pl	Tue Jul  9 03:07:24 2002
+++ bugzilla-toby/files/patch-checksetup.pl	Mon Feb  3 20:34:31 2003
@@ -1,9 +1,9 @@
---- 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~	Mon Dec 23 14:54:23 2002
++++ checksetup.pl	Mon Feb  3 20:34:14 2003
+@@ -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";
  ');
diff -ruN bugzilla/files/patch-t-002goodperl.t bugzilla-toby/files/patch-t-002goodperl.t
--- bugzilla/files/patch-t-002goodperl.t	Thu Jan  1 12:00:00 1970
+++ bugzilla-toby/files/patch-t-002goodperl.t	Mon Feb  3 20:30:40 2003
@@ -0,0 +1,11 @@
+--- t/002goodperl.t~	Mon Feb  3 20:29:23 2003
++++ t/002goodperl.t	Mon Feb  3 20:29:37 2003
+@@ -60,7 +60,7 @@
+     $file =~ m/.*\.(.*)/;
+     my $ext = $1;
+ 
+-    if ($file_line1 !~ /\/usr\/bonsaitools\/bin\/perl/) {
++    if ($file_line1 !~ /\/usr\/bin\/perl/) {
+         ok(1,"$file does not have a shebang");	
+     } else {
+         my $flags;
diff -ruN bugzilla/pkg-plist bugzilla-toby/pkg-plist
--- bugzilla/pkg-plist	Wed Jul 10 05:00:52 2002
+++ bugzilla-toby/pkg-plist	Tue Feb  4 19:42:18 2003
@@ -1,68 +1,46 @@
-%%PORTDOCS%%share/doc/bugzilla/html/Bugzilla-Guide.html
 %%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/Bugzilla-Guide.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-scarab.html
+%%PORTDOCS%%share/doc/bugzilla/html/voting.html
+%%PORTDOCS%%share/doc/bugzilla/html/variant-issuezilla.html
+%%PORTDOCS%%share/doc/bugzilla/html/variant-perforce.html
+%%PORTDOCS%%share/doc/bugzilla/html/variant-sourceforge.html
 %%PORTDOCS%%share/doc/bugzilla/html/variants.html
 %%PORTDOCS%%share/doc/bugzilla/html/whatis.html
 %%PORTDOCS%%share/doc/bugzilla/html/why.html
@@ -75,32 +53,30 @@
 %%PORTDOCS%%share/doc/bugzilla/images/warning.gif
 %%PORTDOCS%%share/doc/bugzilla/rel_notes.txt
 %%PORTDOCS%%share/doc/bugzilla/txt/Bugzilla-Guide.txt
+www/data.default/bugzilla/buglist.cgi
 www/data.default/bugzilla/1x1.gif
-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/Attachment.pm
+www/data.default/bugzilla/Bug.pm
 www/data.default/bugzilla/bug_form.pl
 www/data.default/bugzilla/bug_status.html
-www/data.default/bugzilla/buglist.cgi
 www/data.default/bugzilla/bugwritinghelp.html
 www/data.default/bugzilla/bugzilla.dtd
+www/data.default/bugzilla/CGI.pl
 www/data.default/bugzilla/changepassword.cgi
 www/data.default/bugzilla/checksetup.pl
 www/data.default/bugzilla/colchange.cgi
 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/defparams.pl
 www/data.default/bugzilla/describecomponents.cgi
 www/data.default/bugzilla/describekeywords.cgi
+www/data.default/bugzilla/move.pl
 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,21 +91,20 @@
 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
 www/data.default/bugzilla/processmail
-www/data.default/bugzilla/query.cgi
 www/data.default/bugzilla/queryhelp.cgi
 www/data.default/bugzilla/quicksearch.html
 www/data.default/bugzilla/quicksearch.js
 www/data.default/bugzilla/quicksearchhack.html
 www/data.default/bugzilla/quips.cgi
+www/data.default/bugzilla/README
+www/data.default/bugzilla/RelationSet.pm
 www/data.default/bugzilla/relogin.cgi
 www/data.default/bugzilla/reports.cgi
 www/data.default/bugzilla/robots.txt
@@ -139,14 +114,116 @@
 www/data.default/bugzilla/show_bug.cgi
 www/data.default/bugzilla/showattachment.cgi
 www/data.default/bugzilla/showdependencygraph.cgi
+www/data.default/bugzilla/sidebar.cgi
 www/data.default/bugzilla/showdependencytree.cgi
-www/data.default/bugzilla/showvotes.cgi
 www/data.default/bugzilla/syncshadowdb
 www/data.default/bugzilla/token.cgi
+www/data.default/bugzilla/Token.pm
 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
+www/data.default/bugzilla/query.cgi
+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/css/buglist.css
+www/data.default/bugzilla/css/panel.css
+@dirrm www/data.default/bugzilla/template/en/default/account/email
+@dirrm www/data.default/bugzilla/template/en/default/account/password
+@dirrm www/data.default/bugzilla/template/en/default/account/prefs
+@dirrm www/data.default/bugzilla/template/en/default/account
+@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/attachment
+@dirrm www/data.default/bugzilla/template/en/default/bug/activity
+@dirrm www/data.default/bugzilla/template/en/default/bug/create
+@dirrm www/data.default/bugzilla/template/en/default/bug/process
+@dirrm www/data.default/bugzilla/template/en/default/bug/votes
+@dirrm www/data.default/bugzilla/template/en/default/bug
+@dirrm www/data.default/bugzilla/template/en/default/global
+@dirrm www/data.default/bugzilla/template/en/default/list
+@dirrm www/data.default/bugzilla/template/en/default/reports
+@dirrm www/data.default/bugzilla/template/en/default/search
+@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
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030204071918.33964.qmail>