pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mantis Update mantis to 1.0.0rc2
details: https://anonhg.NetBSD.org/pkgsrc/rev/c2b102cbab6d
branches: trunk
changeset: 499325:c2b102cbab6d
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Mon Sep 19 22:33:28 2005 +0000
description:
Update mantis to 1.0.0rc2
Many updates and bugfixes including security updates - upgrade is recommended
For a full list of changes:
http://www.mantisbt.org/changelog.php
diffstat:
devel/mantis/MESSAGE | 15 +-
devel/mantis/Makefile | 64 +-----
devel/mantis/PLIST | 489 ++++++++++++++++++++++++++++++++-----------------
devel/mantis/distinfo | 8 +-
4 files changed, 345 insertions(+), 231 deletions(-)
diffs (truncated from 858 to 300 lines):
diff -r 0917a5645868 -r c2b102cbab6d devel/mantis/MESSAGE
--- a/devel/mantis/MESSAGE Mon Sep 19 19:43:16 2005 +0000
+++ b/devel/mantis/MESSAGE Mon Sep 19 22:33:28 2005 +0000
@@ -1,10 +1,15 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.2 2004/12/05 23:19:08 cube Exp $
+$NetBSD: MESSAGE,v 1.3 2005/09/19 22:33:28 adrianp Exp $
To complete the setup you will need to read the INSTALL guide in order
to setup mySQL properly. In particular secion 3 of the document deals
with database setup.
+The following URL can be used to complete the installation and database
+setup:
+
+ http://www.domain.com/mantis/admin/install.php
+
You will need to make Mantis accessible through your HTTP server.
If you are running Apache then you may add the following lines to httpd.conf:
@@ -14,13 +19,9 @@
http://www.domain.com/mantis/index.php
-You can also use the following URL to check your installation:
-
- http://www.domain.com/mantis/admin/index.php
IMPORTANT SECURITY NOTES:
- * Change your database password from the default and update your
- config_inc.php to reflect the new password.
- * Once Mantis is running correctly remove the admin directory.
+ * Once Mantis is running correctly remove or restrict access to
+ the admin directory.
===========================================================================
diff -r 0917a5645868 -r c2b102cbab6d devel/mantis/Makefile
--- a/devel/mantis/Makefile Mon Sep 19 19:43:16 2005 +0000
+++ b/devel/mantis/Makefile Mon Sep 19 22:33:28 2005 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2005/06/10 19:38:29 adrianp Exp $
+# $NetBSD: Makefile,v 1.8 2005/09/19 22:33:28 adrianp Exp $
-DISTNAME= mantis-0.19.1
-PKGREVISION= 4
+DISTNAME= mantis-1.0.0rc2
CATEGORIES= devel www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mantisbt/}
@@ -26,8 +25,6 @@
DEPENDS+= php-jpgraph-[0-9]*:../../graphics/php-jpgraph
.endif
-BUILDLINK_DEPENDS.mysql-client+= mysql-client>=3.23.2
-
APACHE_USER?= www
BUILD_DEFS+= APACHE_USER
@@ -52,51 +49,18 @@
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mantis
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA_DIR} ${MANTIS_HOME}
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin/css
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/admin/upgrades
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/lang
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/drivers
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/adodb/datadict
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/phpmailer
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/core/phpmailer/language
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/css
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/graphs
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/images
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/javascript
- ${INSTALL_DATA_DIR} ${MANTIS_HOME}/lang
- ${INSTALL_DATA} ${WRKSRC}/doc/CUSTOMIZATION ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/INSTALL ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/README ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/doc/UPGRADING ${PREFIX}/share/doc/mantis
- ${INSTALL_DATA} ${WRKSRC}/*.php ${MANTIS_HOME}
- ${INSTALL_DATA} ${WRKSRC}/admin/*.php ${MANTIS_HOME}/admin
- ${INSTALL_DATA} ${WRKSRC}/admin/*.css ${MANTIS_HOME}/admin
- ${INSTALL_DATA} ${WRKSRC}/admin/css/*.php ${MANTIS_HOME}/admin/css
- ${INSTALL_DATA} ${WRKSRC}/admin/upgrades/*.php \
- ${MANTIS_HOME}/admin/upgrades
- ${INSTALL_DATA} ${WRKSRC}/core/*.php ${MANTIS_HOME}/core
- ${INSTALL_DATA} ${WRKSRC}/core/phpmailer/*.php \
- ${MANTIS_HOME}/core/phpmailer
- ${INSTALL_DATA} ${WRKSRC}/core/phpmailer/language/*.php \
- ${MANTIS_HOME}/core/phpmailer/language
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/*.php ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/*.htm ${MANTIS_HOME}/core/adodb
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/lang/*.php \
- ${MANTIS_HOME}/core/adodb/lang
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/drivers/*.php \
- ${MANTIS_HOME}/core/adodb/drivers
- ${INSTALL_DATA} ${WRKSRC}/core/adodb/datadict/*.php \
- ${MANTIS_HOME}/core/adodb/datadict
- ${INSTALL_DATA} ${WRKSRC}/css/*.css ${MANTIS_HOME}/css
- ${INSTALL_DATA} ${WRKSRC}/graphs/*.php ${MANTIS_HOME}/graphs
- ${INSTALL_DATA} ${WRKSRC}/images/*.gif ${MANTIS_HOME}/images
- ${INSTALL_DATA} ${WRKSRC}/images/*.png ${MANTIS_HOME}/images
- ${INSTALL_DATA} ${WRKSRC}/javascript/*.js ${MANTIS_HOME}/javascript
- ${INSTALL_DATA} ${WRKSRC}/lang/*.txt ${MANTIS_HOME}/lang
- ${INSTALL_DATA} ${WRKSRC}/sql/*.sql ${EGDIR}
+ ${INSTALL} ${WRKSRC}/doc/CUSTOMIZATION ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/INSTALL ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/README ${PREFIX}/share/doc/mantis
+ ${INSTALL} ${WRKSRC}/doc/UPGRADING ${PREFIX}/share/doc/mantis
+
+ cd ${WRKSRC} && ${PAX} \
+ -s /\.cvsignore// \
+ -s /config_inc.php.sample// \
+ -s /mantis_offline.php.sample// \
+ -s /mantis.conf// \
+ -rwppm . ${MANTIS_HOME}
+
${INSTALL_DATA} ${WRKSRC}/config_inc.php.sample ${EGDIR}/config_inc.php
${INSTALL_DATA} ${WRKSRC}/mantis_offline.php.sample ${EGDIR}
${INSTALL_DATA} ${WRKSRC}/mantis.conf ${EGDIR}
diff -r 0917a5645868 -r c2b102cbab6d devel/mantis/PLIST
--- a/devel/mantis/PLIST Mon Sep 19 19:43:16 2005 +0000
+++ b/devel/mantis/PLIST Mon Sep 19 22:33:28 2005 +0000
@@ -1,199 +1,217 @@
-@comment $NetBSD: PLIST,v 1.4 2005/06/10 19:38:29 adrianp Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/09/19 22:33:28 adrianp Exp $
share/doc/mantis/CUSTOMIZATION
share/doc/mantis/INSTALL
share/doc/mantis/README
share/doc/mantis/UPGRADING
share/examples/mantis/config_inc.php
-share/examples/mantis/db_generate.sql
share/examples/mantis/mantis.conf
share/examples/mantis/mantis_offline.php.sample
-share/examples/mantis/mssql.sql
-share/examples/mantis/pgsql.sql
+share/mantis/account_prefs_inc.php
share/mantis/account_delete.php
-share/mantis/account_page.php
-share/mantis/account_prefs_inc.php
share/mantis/account_prefs_page.php
-share/mantis/account_prefs_reset.php
-share/mantis/account_prefs_update.php
-share/mantis/account_prof_add.php
-share/mantis/account_prof_delete.php
-share/mantis/account_prof_edit_page.php
-share/mantis/account_prof_make_default.php
-share/mantis/account_prof_menu_page.php
-share/mantis/account_prof_update.php
-share/mantis/account_update.php
-share/mantis/adm_permissions_report.php
-share/mantis/admin/admin.css
-share/mantis/admin/check.php
-share/mantis/admin/copy_field.php
-share/mantis/admin/css/core.php
+share/mantis/account_page.php
share/mantis/admin/css/css_download.php
share/mantis/admin/css/css_inc.php
+share/mantis/admin/css/core.php
share/mantis/admin/css/css_view.php
share/mantis/admin/css/index.php
share/mantis/admin/css/view_inc.php
+share/mantis/admin/index.php
+share/mantis/admin/copy_field.php
+share/mantis/admin/admin.css
+share/mantis/admin/check.php
share/mantis/admin/db_table_names_inc.php
-share/mantis/admin/index.php
share/mantis/admin/move_db2disk.php
-share/mantis/admin/system_utils.php
-share/mantis/admin/upgrade.php
-share/mantis/admin/upgrade_advanced.php
-share/mantis/admin/upgrade_escaping.php
-share/mantis/admin/upgrade_inc.php
-share/mantis/admin/upgrade_list.php
-share/mantis/admin/upgrade_warning.php
+share/mantis/admin/db_stats.php
+share/mantis/admin/install.php
share/mantis/admin/upgrades/0_13_inc.php
share/mantis/admin/upgrades/0_14_inc.php
share/mantis/admin/upgrades/0_15_inc.php
share/mantis/admin/upgrades/0_16_inc.php
-share/mantis/admin/upgrades/0_17_escaping_fixes_inc.php
share/mantis/admin/upgrades/0_17_inc.php
share/mantis/admin/upgrades/0_18_inc.php
+share/mantis/admin/upgrades/0_17_escaping_fixes_inc.php
share/mantis/admin/upgrades/0_19_inc.php
-share/mantis/admin/workflow.php
-share/mantis/bug_actiongroup.php
-share/mantis/bug_actiongroup_page.php
-share/mantis/bug_assign.php
-share/mantis/bug_assign_reporter.php
-share/mantis/bug_change_status_page.php
-share/mantis/bug_delete.php
-share/mantis/bug_file_add.php
-share/mantis/bug_file_delete.php
-share/mantis/bug_file_upload_inc.php
-share/mantis/bug_monitor.php
-share/mantis/bug_monitor_list_view_inc.php
-share/mantis/bug_relationship_add.php
-share/mantis/bug_relationship_delete.php
-share/mantis/bug_relationship_graph.php
-share/mantis/bug_relationship_graph_img.php
-share/mantis/bug_reminder.php
-share/mantis/bug_reminder_page.php
-share/mantis/bug_report.php
-share/mantis/bug_report_advanced_page.php
-share/mantis/bug_report_page.php
-share/mantis/bug_set_sponsorship.php
-share/mantis/bug_sponsorship_list_view_inc.php
-share/mantis/bug_update.php
-share/mantis/bug_update_advanced_page.php
-share/mantis/bug_update_page.php
-share/mantis/bug_view_advanced_page.php
-share/mantis/bug_view_inc.php
-share/mantis/bug_view_page.php
-share/mantis/bugnote_add.php
+share/mantis/admin/upgrades/1_00_inc.php
+share/mantis/admin/system_utils.php
+share/mantis/admin/schema.php
+share/mantis/admin/upgrade_advanced.php
+share/mantis/admin/test_langs.php
+share/mantis/admin/upgrade.php
+share/mantis/admin/upgrade_escaping.php
+share/mantis/admin/upgrade_inc.php
+share/mantis/admin/upgrade_list.php
+share/mantis/admin/upgrade_warning.php
share/mantis/bugnote_add_inc.php
-share/mantis/bugnote_delete.php
-share/mantis/bugnote_edit_page.php
-share/mantis/bugnote_set_view_state.php
-share/mantis/bugnote_update.php
-share/mantis/bugnote_view_inc.php
-share/mantis/changelog_page.php
-share/mantis/config_defaults_inc.php
-share/mantis/core.php
-share/mantis/core/access_api.php
-share/mantis/core/adodb/adodb-cryptsession.php
+share/mantis/account_prof_edit_page.php
+share/mantis/account_prefs_reset.php
+share/mantis/account_prefs_update.php
+share/mantis/account_prof_add.php
+share/mantis/account_prof_delete.php
+share/mantis/core/adodb/adodb-errorhandler.inc.php
+share/mantis/core/adodb/adodb-datadict.inc.php
share/mantis/core/adodb/adodb-csvlib.inc.php
-share/mantis/core/adodb/adodb-datadict.inc.php
+share/mantis/core/adodb/contrib/toxmlrpc.inc.php
+share/mantis/core/adodb/datadict/datadict-firebird.inc.php
+share/mantis/core/adodb/datadict/datadict-access.inc.php
+share/mantis/core/adodb/datadict/datadict-db2.inc.php
+share/mantis/core/adodb/datadict/datadict-informix.inc.php
+share/mantis/core/adodb/datadict/datadict-generic.inc.php
+share/mantis/core/adodb/datadict/datadict-ibase.inc.php
+share/mantis/core/adodb/datadict/datadict-postgres.inc.php
+share/mantis/core/adodb/datadict/datadict-mssql.inc.php
+share/mantis/core/adodb/datadict/datadict-mysql.inc.php
+share/mantis/core/adodb/datadict/datadict-oci8.inc.php
+share/mantis/core/adodb/datadict/datadict-sapdb.inc.php
+share/mantis/core/adodb/datadict/datadict-sybase.inc.php
share/mantis/core/adodb/adodb-error.inc.php
-share/mantis/core/adodb/adodb-errorhandler.inc.php
+share/mantis/core/adodb/adodb-xmlschema.inc.php
share/mantis/core/adodb/adodb-errorpear.inc.php
+share/mantis/core/adodb/adodb-exceptions.inc.php
+share/mantis/core/adodb/adodb-iterator.inc.php
share/mantis/core/adodb/adodb-lib.inc.php
share/mantis/core/adodb/adodb-pager.inc.php
share/mantis/core/adodb/adodb-pear.inc.php
-share/mantis/core/adodb/adodb-session-clob.php
-share/mantis/core/adodb/adodb-session.php
+share/mantis/core/adodb/adodb-perf.inc.php
+share/mantis/core/adodb/adodb-php4.inc.php
share/mantis/core/adodb/adodb-time.inc.php
-share/mantis/core/adodb/adodb-xmlschema.inc.php
+share/mantis/core/adodb/adodb-time.zip
share/mantis/core/adodb/adodb.inc.php
-share/mantis/core/adodb/crypt.inc.php
-share/mantis/core/adodb/datadict/datadict-access.inc.php
-share/mantis/core/adodb/datadict/datadict-db2.inc.php
-share/mantis/core/adodb/datadict/datadict-generic.inc.php
-share/mantis/core/adodb/datadict/datadict-ibase.inc.php
-share/mantis/core/adodb/datadict/datadict-informix.inc.php
-share/mantis/core/adodb/datadict/datadict-mssql.inc.php
-share/mantis/core/adodb/datadict/datadict-mysql.inc.php
-share/mantis/core/adodb/datadict/datadict-oci8.inc.php
-share/mantis/core/adodb/datadict/datadict-postgres.inc.php
-share/mantis/core/adodb/docs-adodb.htm
-share/mantis/core/adodb/docs-datadict.htm
-share/mantis/core/adodb/docs-session.htm
+share/mantis/core/adodb/cute_icons_for_site/adodb.gif
+share/mantis/core/adodb/cute_icons_for_site/adodb2.gif
+share/mantis/core/adodb/docs/tips_portable_sql.htm
+share/mantis/core/adodb/docs/docs-datadict.htm
+share/mantis/core/adodb/docs/docs-adodb.htm
+share/mantis/core/adodb/docs/old-changelog.htm
+share/mantis/core/adodb/docs/docs-oracle.htm
+share/mantis/core/adodb/docs/docs-perf.htm
Home |
Main Index |
Thread Index |
Old Index