pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/bugzilla3 Update to 3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/678b0dcf3e7b
branches:  trunk
changeset: 552417:678b0dcf3e7b
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 04 00:38:11 2009 +0000

description:
Update to 3.2

* Major UI Improvements
* New Default Skin: Dusk
* Custom Status Workflow
* New Custom Field Types
* Easier Installation
* Experimental Oracle Support
* Improved UTF-8 Support
* Group Icons
* Other Enhancements and Changes

For all the details see:
 http://www.bugzilla.org/releases/3.2/release-notes.html

Initial patch supplied in PR #40181

diffstat:

 devel/bugzilla3/Makefile   |   30 ++-
 devel/bugzilla3/PLIST      |  294 ++++++++++++++++++++++++++------------------
 devel/bugzilla3/distinfo   |    8 +-
 devel/bugzilla3/options.mk |   38 +++--
 4 files changed, 219 insertions(+), 151 deletions(-)

diffs (truncated from 748 to 300 lines):

diff -r 531eaaff6c27 -r 678b0dcf3e7b devel/bugzilla3/Makefile
--- a/devel/bugzilla3/Makefile  Sun Jan 04 00:33:07 2009 +0000
+++ b/devel/bugzilla3/Makefile  Sun Jan 04 00:38:11 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2008/11/09 20:15:17 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2009/01/04 00:38:11 adrianp Exp $
 #
 
-DISTNAME=      bugzilla-3.0.6
+DISTNAME=      bugzilla-3.2
 CATEGORIES=    www devel
 MASTER_SITES=  ${MASTER_SITE_MOZILLA_ALL:=webtools/}
 
@@ -9,12 +9,13 @@
 HOMEPAGE=      http://www.bugzilla.org/
 COMMENT=       Web based bug tracking system
 
-DEPENDS+=      p5-CGI>=2.93:../../www/p5-CGI
+DEPENDS+=      p5-CGI>=3.21:../../www/p5-CGI
 DEPENDS+=      p5-DBI>=1.41:../../databases/p5-DBI
-DEPENDS+=      p5-Template-Toolkit>=2.12:../../www/p5-Template-Toolkit
+DEPENDS+=      p5-Template-Toolkit>=2.15:../../www/p5-Template-Toolkit
 DEPENDS+=      p5-TimeDate>=1.16:../../time/p5-TimeDate
-DEPENDS+=      p5-Email-Send>=2.185:../../mail/p5-Email-Send
-DEPENDS+=      p5-Email-MIME-Modifier-[0-9]*:../../mail/p5-Email-MIME-Modifier
+DEPENDS+=      p5-Email-Send>=2.00:../../mail/p5-Email-Send
+DEPENDS+=      p5-Email-MIME>=1.861:../../mail/p5-Email-MIME
+DEPENDS+=      p5-Email-MIME-Modifier>=1.442:../../mail/p5-Email-MIME-Modifier
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
@@ -29,7 +30,7 @@
 CVS?=          /usr/bin/cvs
 
 BUILD_DEFS+=   SENDMAIL CVS APACHE_USER APACHE_GROUP
-PERL5_REQD+=   5.8.0
+PERL5_REQD+=   5.8.1
 
 PKG_USERS_VARS+=       APACHE_USER
 PKG_GROUPS_VARS+=      BZ_WEB_GROUP APACHE_GROUP
@@ -65,6 +66,7 @@
 
 do-install:
        ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}/en
        ${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/Bugzilla
@@ -73,11 +75,14 @@
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/template
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/skins
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs
-       ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs/html
+       ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs/en
+       ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs/en/html
+       ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs/en/html/api
+       ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/docs/en/html/api/Bugzilla
        ${INSTALL_DATA_DIR} ${DESTDIR}${BZDIR}/images
 
-       ${INSTALL_DATA} ${WRKSRC}/docs/txt/Bugzilla-Guide.txt ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${WRKSRC}/docs/rel_notes.txt ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/docs/en/txt/Bugzilla-Guide.txt ${DESTDIR}${DOCDIR}/en
+       ${INSTALL_DATA} ${WRKSRC}/docs/en/rel_notes.txt ${DESTDIR}${DOCDIR}/en
        ${INSTALL_DATA} ${WRKSRC}/QUICKSTART ${DESTDIR}${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/UPGRADING ${DESTDIR}${DOCDIR}
@@ -85,7 +90,6 @@
 
        ${INSTALL_SCRIPT} ${WRKSRC}/*.cgi ${DESTDIR}${BZDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${DESTDIR}${BZDIR}
-       ${INSTALL_DATA} ${WRKSRC}/*.js ${DESTDIR}${BZDIR}
        ${INSTALL_DATA} ${WRKSRC}/robots.txt ${DESTDIR}${BZDIR}
        ${INSTALL_DATA} ${WRKSRC}/bugzilla.dtd ${DESTDIR}${BZDIR}
        ${INSTALL_DATA} ${WRKSRC}/duplicates.xul ${DESTDIR}${BZDIR}
@@ -96,7 +100,9 @@
 
        ${INSTALL_DATA} ${WRKSRC}/images/*.png ${DESTDIR}${BZDIR}/images
        ${INSTALL_DATA} ${WRKSRC}/js/*.js ${DESTDIR}${BZDIR}/js
-       ${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DESTDIR}${BZDIR}/docs/html
+       ${INSTALL_DATA} ${WRKSRC}/docs/en/html/*.html ${DESTDIR}${BZDIR}/docs/en/html
+       ${INSTALL_DATA} ${WRKSRC}/docs/en/html/api/*.html ${DESTDIR}${BZDIR}/docs/en/html/api
+       ${INSTALL_DATA} ${WRKSRC}/docs/en/html/api/Bugzilla/*.html ${DESTDIR}${BZDIR}/docs/en/html/api/Bugzilla
 
 .for i in ${PAX_DIRS}
        cd ${WRKSRC}/${i} && pax -rw . ${DESTDIR}${BZDIR}/${i}
diff -r 531eaaff6c27 -r 678b0dcf3e7b devel/bugzilla3/PLIST
--- a/devel/bugzilla3/PLIST     Sun Jan 04 00:33:07 2009 +0000
+++ b/devel/bugzilla3/PLIST     Sun Jan 04 00:38:11 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2008/08/17 09:24:38 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.4 2009/01/04 00:38:11 adrianp Exp $
 share/bugzilla/Bugzilla.pm
 share/bugzilla/Bugzilla/Attachment.pm
 share/bugzilla/Bugzilla/Attachment/PatchReader.pm
@@ -12,6 +12,7 @@
 share/bugzilla/Bugzilla/Auth/Verify.pm
 share/bugzilla/Bugzilla/Auth/Verify/DB.pm
 share/bugzilla/Bugzilla/Auth/Verify/LDAP.pm
+share/bugzilla/Bugzilla/Auth/Verify/RADIUS.pm
 share/bugzilla/Bugzilla/Auth/Verify/Stack.pm
 share/bugzilla/Bugzilla/Bug.pm
 share/bugzilla/Bugzilla/BugMail.pm
@@ -30,19 +31,21 @@
 share/bugzilla/Bugzilla/Config/Core.pm
 share/bugzilla/Bugzilla/Config/DependencyGraph.pm
 share/bugzilla/Bugzilla/Config/GroupSecurity.pm
-share/bugzilla/Bugzilla/Config/L10n.pm
 share/bugzilla/Bugzilla/Config/LDAP.pm
 share/bugzilla/Bugzilla/Config/MTA.pm
 share/bugzilla/Bugzilla/Config/PatchViewer.pm
 share/bugzilla/Bugzilla/Config/Query.pm
+share/bugzilla/Bugzilla/Config/RADIUS.pm
 share/bugzilla/Bugzilla/Config/ShadowDB.pm
 share/bugzilla/Bugzilla/Config/UserMatch.pm
 share/bugzilla/Bugzilla/Constants.pm
 share/bugzilla/Bugzilla/DB.pm
 share/bugzilla/Bugzilla/DB/Mysql.pm
+share/bugzilla/Bugzilla/DB/Oracle.pm
 share/bugzilla/Bugzilla/DB/Pg.pm
 share/bugzilla/Bugzilla/DB/Schema.pm
 share/bugzilla/Bugzilla/DB/Schema/Mysql.pm
+share/bugzilla/Bugzilla/DB/Schema/Oracle.pm
 share/bugzilla/Bugzilla/DB/Schema/Pg.pm
 share/bugzilla/Bugzilla/Error.pm
 share/bugzilla/Bugzilla/Field.pm
@@ -51,10 +54,12 @@
 share/bugzilla/Bugzilla/Group.pm
 share/bugzilla/Bugzilla/Hook.pm
 share/bugzilla/Bugzilla/Install.pm
+share/bugzilla/Bugzilla/Install/CPAN.pm
 share/bugzilla/Bugzilla/Install/DB.pm
 share/bugzilla/Bugzilla/Install/Filesystem.pm
 share/bugzilla/Bugzilla/Install/Localconfig.pm
 share/bugzilla/Bugzilla/Install/Requirements.pm
+share/bugzilla/Bugzilla/Install/Util.pm
 share/bugzilla/Bugzilla/Keyword.pm
 share/bugzilla/Bugzilla/Mailer.pm
 share/bugzilla/Bugzilla/Milestone.pm
@@ -64,7 +69,9 @@
 share/bugzilla/Bugzilla/Search/Quicksearch.pm
 share/bugzilla/Bugzilla/Search/Saved.pm
 share/bugzilla/Bugzilla/Series.pm
+share/bugzilla/Bugzilla/Status.pm
 share/bugzilla/Bugzilla/Template.pm
+share/bugzilla/Bugzilla/Template/Parser.pm
 share/bugzilla/Bugzilla/Template/Plugin/Bugzilla.pm
 share/bugzilla/Bugzilla/Template/Plugin/Hook.pm
 share/bugzilla/Bugzilla/Template/Plugin/User.pm
@@ -72,6 +79,7 @@
 share/bugzilla/Bugzilla/Update.pm
 share/bugzilla/Bugzilla/User.pm
 share/bugzilla/Bugzilla/User/Setting.pm
+share/bugzilla/Bugzilla/User/Setting/Lang.pm
 share/bugzilla/Bugzilla/User/Setting/Skin.pm
 share/bugzilla/Bugzilla/Util.pm
 share/bugzilla/Bugzilla/Version.pm
@@ -81,6 +89,7 @@
 share/bugzilla/Bugzilla/WebService/Constants.pm
 share/bugzilla/Bugzilla/WebService/Product.pm
 share/bugzilla/Bugzilla/WebService/User.pm
+share/bugzilla/admin.cgi
 share/bugzilla/attachment.cgi
 share/bugzilla/buglist.cgi
 share/bugzilla/bugzilla.dtd
@@ -92,95 +101,128 @@
 share/bugzilla/createaccount.cgi
 share/bugzilla/describecomponents.cgi
 share/bugzilla/describekeywords.cgi
-share/bugzilla/docs/html/keywords.html
-share/bugzilla/docs/html/multiple-bz-dbs.html
-share/bugzilla/docs/html/sanitycheck.html
-share/bugzilla/docs/html/Bugzilla-Guide.html
-share/bugzilla/docs/html/about.html
-share/bugzilla/docs/html/administration.html
-share/bugzilla/docs/html/attachments.html
-share/bugzilla/docs/html/bug_page.html
-share/bugzilla/docs/html/bugreports.html
-share/bugzilla/docs/html/classifications.html
-share/bugzilla/docs/html/cmdline-bugmail.html
-share/bugzilla/docs/html/cmdline.html
-share/bugzilla/docs/html/components.html
-share/bugzilla/docs/html/configuration.html
-share/bugzilla/docs/html/conventions.html
-share/bugzilla/docs/html/copyright.html
-share/bugzilla/docs/html/credits.html
-share/bugzilla/docs/html/cust-change-permissions.html
-share/bugzilla/docs/html/cust-hooks.html
-share/bugzilla/docs/html/cust-skins.html
-share/bugzilla/docs/html/cust-templates.html
-share/bugzilla/docs/html/custom-fields.html
-share/bugzilla/docs/html/customization.html
-share/bugzilla/docs/html/disclaimer.html
-share/bugzilla/docs/html/edit-values.html
-share/bugzilla/docs/html/extraconfig.html
-share/bugzilla/docs/html/faq.html
-share/bugzilla/docs/html/flags-overview.html
-share/bugzilla/docs/html/flags.html
-share/bugzilla/docs/html/general-advice.html
-share/bugzilla/docs/html/gfdl-0.html
-share/bugzilla/docs/html/gfdl-1.html
-share/bugzilla/docs/html/gfdl-10.html
-share/bugzilla/docs/html/gfdl-2.html
-share/bugzilla/docs/html/gfdl-3.html
-share/bugzilla/docs/html/gfdl-4.html
-share/bugzilla/docs/html/gfdl-5.html
-share/bugzilla/docs/html/gfdl-6.html
-share/bugzilla/docs/html/gfdl-7.html
-share/bugzilla/docs/html/gfdl-8.html
-share/bugzilla/docs/html/gfdl-9.html
-share/bugzilla/docs/html/gfdl-howto.html
-share/bugzilla/docs/html/gfdl.html
-share/bugzilla/docs/html/glossary.html
-share/bugzilla/docs/html/groups.html
-share/bugzilla/docs/html/hintsandtips.html
-share/bugzilla/docs/html/index.html
-share/bugzilla/docs/html/install-perlmodules-manual.html
-share/bugzilla/docs/html/installation.html
-share/bugzilla/docs/html/installing-bugzilla.html
-share/bugzilla/docs/html/integration.html
-share/bugzilla/docs/html/lifecycle.html
-share/bugzilla/docs/html/milestones.html
-share/bugzilla/docs/html/modules-manual-download.html
-share/bugzilla/docs/html/modules-manual-instructions.html
-share/bugzilla/docs/html/modules-manual-optional.html
-share/bugzilla/docs/html/myaccount.html
-share/bugzilla/docs/html/newversions.html
-share/bugzilla/docs/html/nonroot.html
-share/bugzilla/docs/html/os-specific.html
-share/bugzilla/docs/html/parameters.html
-share/bugzilla/docs/html/paranoid-security.html
-share/bugzilla/docs/html/patches.html
-share/bugzilla/docs/html/products.html
-share/bugzilla/docs/html/query.html
-share/bugzilla/docs/html/quips.html
-share/bugzilla/docs/html/reporting.html
-share/bugzilla/docs/html/security-bugzilla.html
-share/bugzilla/docs/html/security-mysql.html
-share/bugzilla/docs/html/security-os.html
-share/bugzilla/docs/html/security-webserver.html
-share/bugzilla/docs/html/security.html
-share/bugzilla/docs/html/timetracking.html
-share/bugzilla/docs/html/trbl-dbdsponge.html
-share/bugzilla/docs/html/trbl-index.html
-share/bugzilla/docs/html/trbl-passwd-encryption.html
-share/bugzilla/docs/html/trbl-perlmodule.html
-share/bugzilla/docs/html/trbl-relogin-everyone.html
-share/bugzilla/docs/html/trbl-relogin-some.html
-share/bugzilla/docs/html/trbl-testserver.html
-share/bugzilla/docs/html/troubleshooting.html
-share/bugzilla/docs/html/upgrade.html
-share/bugzilla/docs/html/useradmin.html
-share/bugzilla/docs/html/userpreferences.html
-share/bugzilla/docs/html/using-intro.html
-share/bugzilla/docs/html/using.html
-share/bugzilla/docs/html/versions.html
-share/bugzilla/docs/html/voting.html
-share/bugzilla/docs/html/whining.html
+share/bugzilla/docs/en/html/Bugzilla-Guide.html
+share/bugzilla/docs/en/html/about.html
+share/bugzilla/docs/en/html/administration.html
+share/bugzilla/docs/en/html/api/Bugzilla.html
+share/bugzilla/docs/en/html/api/Bugzilla/Attachment.html
+share/bugzilla/docs/en/html/api/Bugzilla/Auth.html
+share/bugzilla/docs/en/html/api/Bugzilla/CGI.html
+share/bugzilla/docs/en/html/api/Bugzilla/Classification.html
+share/bugzilla/docs/en/html/api/Bugzilla/Component.html
+share/bugzilla/docs/en/html/api/Bugzilla/Config.html
+share/bugzilla/docs/en/html/api/Bugzilla/DB.html
+share/bugzilla/docs/en/html/api/Bugzilla/Error.html
+share/bugzilla/docs/en/html/api/Bugzilla/Field.html
+share/bugzilla/docs/en/html/api/Bugzilla/Flag.html
+share/bugzilla/docs/en/html/api/Bugzilla/FlagType.html
+share/bugzilla/docs/en/html/api/Bugzilla/Group.html
+share/bugzilla/docs/en/html/api/Bugzilla/Hook.html
+share/bugzilla/docs/en/html/api/Bugzilla/Install.html
+share/bugzilla/docs/en/html/api/Bugzilla/Keyword.html
+share/bugzilla/docs/en/html/api/Bugzilla/Milestone.html
+share/bugzilla/docs/en/html/api/Bugzilla/Object.html
+share/bugzilla/docs/en/html/api/Bugzilla/Product.html
+share/bugzilla/docs/en/html/api/Bugzilla/Status.html
+share/bugzilla/docs/en/html/api/Bugzilla/Template.html
+share/bugzilla/docs/en/html/api/Bugzilla/Token.html
+share/bugzilla/docs/en/html/api/Bugzilla/Update.html
+share/bugzilla/docs/en/html/api/Bugzilla/User.html
+share/bugzilla/docs/en/html/api/Bugzilla/Util.html
+share/bugzilla/docs/en/html/api/Bugzilla/Version.html
+share/bugzilla/docs/en/html/api/Bugzilla/WebService.html
+share/bugzilla/docs/en/html/api/checksetup.html
+share/bugzilla/docs/en/html/api/email_in.html
+share/bugzilla/docs/en/html/api/importxml.html
+share/bugzilla/docs/en/html/api/index.html
+share/bugzilla/docs/en/html/api/install-module.html
+share/bugzilla/docs/en/html/api/sanitycheck.html
+share/bugzilla/docs/en/html/attachments.html
+share/bugzilla/docs/en/html/bug_page.html
+share/bugzilla/docs/en/html/bug_status_workflow.html
+share/bugzilla/docs/en/html/bugreports.html
+share/bugzilla/docs/en/html/classifications.html
+share/bugzilla/docs/en/html/cmdline-bugmail.html
+share/bugzilla/docs/en/html/cmdline.html



Home | Main Index | Thread Index | Old Index