diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-03-24 14:45:34 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-03-24 14:45:34 +0000 |
commit | c3a03942b975e46a151457aec7ef3b56f676cd52 (patch) | |
tree | 96af33ed4963ca7abc6ce239e60920d429fd5d21 /devel | |
parent | Update to 20030324. (diff) |
Update to 2.16.2
PR: 47883
Notes
Notes:
svn path=/head/; revision=77390
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla/Makefile | 10 | ||||
-rw-r--r-- | devel/bugzilla/distinfo | 2 | ||||
-rw-r--r-- | devel/bugzilla/files/patch-checksetup.pl | 10 | ||||
-rw-r--r-- | devel/bugzilla/files/patch-t-002goodperl.t | 11 | ||||
-rw-r--r-- | devel/bugzilla/pkg-plist | 181 | ||||
-rw-r--r-- | devel/bugzilla2/Makefile | 10 | ||||
-rw-r--r-- | devel/bugzilla2/distinfo | 2 | ||||
-rw-r--r-- | devel/bugzilla2/files/patch-checksetup.pl | 10 | ||||
-rw-r--r-- | devel/bugzilla2/files/patch-t-002goodperl.t | 11 | ||||
-rw-r--r-- | devel/bugzilla2/pkg-plist | 181 | ||||
-rw-r--r-- | devel/bugzilla3/Makefile | 10 | ||||
-rw-r--r-- | devel/bugzilla3/distinfo | 2 | ||||
-rw-r--r-- | devel/bugzilla3/files/patch-checksetup.pl | 10 | ||||
-rw-r--r-- | devel/bugzilla3/files/patch-t-002goodperl.t | 11 | ||||
-rw-r--r-- | devel/bugzilla3/pkg-plist | 181 |
15 files changed, 456 insertions, 186 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 30ce3c1701d2..d086b966ea59 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -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,9 @@ COMMENT= Bug-tracking system developed by Mozilla Project 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 \ @@ -37,7 +39,7 @@ 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} @@ -86,6 +88,7 @@ do-install: ${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 - @@ -100,4 +103,3 @@ post-install: .endif .include <bsd.port.mk> - diff --git a/devel/bugzilla/distinfo b/devel/bugzilla/distinfo index 3cc250495905..2e78b0be420f 100644 --- a/devel/bugzilla/distinfo +++ b/devel/bugzilla/distinfo @@ -1 +1 @@ -MD5 (bugzilla-2.14.4.tar.gz) = 42461698e402b2225177f031bdfa7617 +MD5 (bugzilla-2.16.2.tar.gz) = 04efff7f0184188b0d652ff5cff83576 diff --git a/devel/bugzilla/files/patch-checksetup.pl b/devel/bugzilla/files/patch-checksetup.pl index f452750f681a..2b5102dcb910 100644 --- a/devel/bugzilla/files/patch-checksetup.pl +++ b/devel/bugzilla/files/patch-checksetup.pl @@ -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 --git a/devel/bugzilla/files/patch-t-002goodperl.t b/devel/bugzilla/files/patch-t-002goodperl.t new file mode 100644 index 000000000000..cf9fe9e930ce --- /dev/null +++ b/devel/bugzilla/files/patch-t-002goodperl.t @@ -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 --git a/devel/bugzilla/pkg-plist b/devel/bugzilla/pkg-plist index 7d3dab18be09..b1da27292235 100644 --- a/devel/bugzilla/pkg-plist +++ b/devel/bugzilla/pkg-plist @@ -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/help.html 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_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/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 diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index 30ce3c1701d2..d086b966ea59 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/Makefile @@ -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,9 @@ COMMENT= Bug-tracking system developed by Mozilla Project 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 \ @@ -37,7 +39,7 @@ 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} @@ -86,6 +88,7 @@ do-install: ${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 - @@ -100,4 +103,3 @@ post-install: .endif .include <bsd.port.mk> - diff --git a/devel/bugzilla2/distinfo b/devel/bugzilla2/distinfo index 3cc250495905..2e78b0be420f 100644 --- a/devel/bugzilla2/distinfo +++ b/devel/bugzilla2/distinfo @@ -1 +1 @@ -MD5 (bugzilla-2.14.4.tar.gz) = 42461698e402b2225177f031bdfa7617 +MD5 (bugzilla-2.16.2.tar.gz) = 04efff7f0184188b0d652ff5cff83576 diff --git a/devel/bugzilla2/files/patch-checksetup.pl b/devel/bugzilla2/files/patch-checksetup.pl index f452750f681a..2b5102dcb910 100644 --- a/devel/bugzilla2/files/patch-checksetup.pl +++ b/devel/bugzilla2/files/patch-checksetup.pl @@ -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 --git a/devel/bugzilla2/files/patch-t-002goodperl.t b/devel/bugzilla2/files/patch-t-002goodperl.t new file mode 100644 index 000000000000..cf9fe9e930ce --- /dev/null +++ b/devel/bugzilla2/files/patch-t-002goodperl.t @@ -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 --git a/devel/bugzilla2/pkg-plist b/devel/bugzilla2/pkg-plist index 7d3dab18be09..b1da27292235 100644 --- a/devel/bugzilla2/pkg-plist +++ b/devel/bugzilla2/pkg-plist @@ -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/help.html 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_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/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 diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 30ce3c1701d2..d086b966ea59 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/Makefile @@ -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,9 @@ COMMENT= Bug-tracking system developed by Mozilla Project 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 \ @@ -37,7 +39,7 @@ 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} @@ -86,6 +88,7 @@ do-install: ${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 - @@ -100,4 +103,3 @@ post-install: .endif .include <bsd.port.mk> - diff --git a/devel/bugzilla3/distinfo b/devel/bugzilla3/distinfo index 3cc250495905..2e78b0be420f 100644 --- a/devel/bugzilla3/distinfo +++ b/devel/bugzilla3/distinfo @@ -1 +1 @@ -MD5 (bugzilla-2.14.4.tar.gz) = 42461698e402b2225177f031bdfa7617 +MD5 (bugzilla-2.16.2.tar.gz) = 04efff7f0184188b0d652ff5cff83576 diff --git a/devel/bugzilla3/files/patch-checksetup.pl b/devel/bugzilla3/files/patch-checksetup.pl index f452750f681a..2b5102dcb910 100644 --- a/devel/bugzilla3/files/patch-checksetup.pl +++ b/devel/bugzilla3/files/patch-checksetup.pl @@ -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 --git a/devel/bugzilla3/files/patch-t-002goodperl.t b/devel/bugzilla3/files/patch-t-002goodperl.t new file mode 100644 index 000000000000..cf9fe9e930ce --- /dev/null +++ b/devel/bugzilla3/files/patch-t-002goodperl.t @@ -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 --git a/devel/bugzilla3/pkg-plist b/devel/bugzilla3/pkg-plist index 7d3dab18be09..b1da27292235 100644 --- a/devel/bugzilla3/pkg-plist +++ b/devel/bugzilla3/pkg-plist @@ -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/help.html 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_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/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 |