aboutsummaryrefslogtreecommitdiff
path: root/www/redmine
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2010-09-27 14:08:56 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2010-09-27 14:08:56 +0000
commitb8e9159672674231adae4e5d33369c25a7f109fb (patch)
tree8cd014d6dcf16f0e72bbd4d9c167590cf51ccf8e /www/redmine
parenta68d2093f3bf0bfe90ff694ad6736a376b5ab72d (diff)
downloadports-b8e9159672674231adae4e5d33369c25a7f109fb.tar.gz
ports-b8e9159672674231adae4e5d33369c25a7f109fb.zip
Notes
Diffstat (limited to 'www/redmine')
-rw-r--r--www/redmine/Makefile4
-rw-r--r--www/redmine/distinfo6
-rw-r--r--www/redmine/pkg-plist24
3 files changed, 22 insertions, 12 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 9679449ef341..b4dab4e019b4 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= redmine
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -52,7 +52,7 @@ RUN_DEPENDS+= passenger-config:${PORTSDIR}/www/rubygem-passenger
.endif
.if !defined(WITH_THIN) && !defined(WITH_PASSENGER)
-IGNORE= Either Thin or Apache/Nginx WEB server option required. \
+IGNORE= either Thin or Apache/Nginx WEB server option required. \
Please 'make config' again.
.endif
diff --git a/www/redmine/distinfo b/www/redmine/distinfo
index 7f82426a9d3d..f89d3611a153 100644
--- a/www/redmine/distinfo
+++ b/www/redmine/distinfo
@@ -1,3 +1,3 @@
-MD5 (redmine-1.0.1.tar.gz) = 3bcb608f462b4cd0f272acd4fb2e2384
-SHA256 (redmine-1.0.1.tar.gz) = 974677b19a448ae43d78f6375a0efc224765251e0323159419ac96617124c07e
-SIZE (redmine-1.0.1.tar.gz) = 4804274
+MD5 (redmine-1.0.2.tar.gz) = 90b30c78718c899abd555a8591e4c0fa
+SHA256 (redmine-1.0.2.tar.gz) = 5e9423e72a015ac5c0c232ce087966aec80878455aebce86e4337e6cf6ac9ad2
+SIZE (redmine-1.0.2.tar.gz) = 4831241
diff --git a/www/redmine/pkg-plist b/www/redmine/pkg-plist
index 7c54f6cce84e..7352eccf9784 100644
--- a/www/redmine/pkg-plist
+++ b/www/redmine/pkg-plist
@@ -2,6 +2,7 @@
%%WWWDIR%%/README.rdoc
%%WWWDIR%%/Rakefile
%%WWWDIR%%/app/controllers/account_controller.rb
+%%WWWDIR%%/app/controllers/activities_controller.rb
%%WWWDIR%%/app/controllers/admin_controller.rb
%%WWWDIR%%/app/controllers/application_controller.rb
%%WWWDIR%%/app/controllers/attachments_controller.rb
@@ -13,6 +14,7 @@
%%WWWDIR%%/app/controllers/custom_fields_controller.rb
%%WWWDIR%%/app/controllers/documents_controller.rb
%%WWWDIR%%/app/controllers/enumerations_controller.rb
+%%WWWDIR%%/app/controllers/files_controller.rb
%%WWWDIR%%/app/controllers/gantts_controller.rb
%%WWWDIR%%/app/controllers/groups_controller.rb
%%WWWDIR%%/app/controllers/issue_categories_controller.rb
@@ -28,6 +30,7 @@
%%WWWDIR%%/app/controllers/my_controller.rb
%%WWWDIR%%/app/controllers/news_controller.rb
%%WWWDIR%%/app/controllers/previews_controller.rb
+%%WWWDIR%%/app/controllers/project_enumerations_controller.rb
%%WWWDIR%%/app/controllers/projects_controller.rb
%%WWWDIR%%/app/controllers/queries_controller.rb
%%WWWDIR%%/app/controllers/reports_controller.rb
@@ -51,6 +54,7 @@
%%WWWDIR%%/app/helpers/attachments_helper.rb
%%WWWDIR%%/app/helpers/auth_sources_helper.rb
%%WWWDIR%%/app/helpers/boards_helper.rb
+%%WWWDIR%%/app/helpers/calendars_helper.rb
%%WWWDIR%%/app/helpers/custom_fields_helper.rb
%%WWWDIR%%/app/helpers/documents_helper.rb
%%WWWDIR%%/app/helpers/enumerations_helper.rb
@@ -154,6 +158,7 @@
%%WWWDIR%%/app/views/account/lost_password.rhtml
%%WWWDIR%%/app/views/account/password_recovery.rhtml
%%WWWDIR%%/app/views/account/register.rhtml
+%%WWWDIR%%/app/views/activities/index.html.erb
%%WWWDIR%%/app/views/admin/_menu.rhtml
%%WWWDIR%%/app/views/admin/_no_data.rhtml
%%WWWDIR%%/app/views/admin/index.rhtml
@@ -200,6 +205,8 @@
%%WWWDIR%%/app/views/enumerations/edit.rhtml
%%WWWDIR%%/app/views/enumerations/list.rhtml
%%WWWDIR%%/app/views/enumerations/new.rhtml
+%%WWWDIR%%/app/views/files/index.html.erb
+%%WWWDIR%%/app/views/files/new.html.erb
%%WWWDIR%%/app/views/gantts/show.html.erb
%%WWWDIR%%/app/views/groups/_form.html.erb
%%WWWDIR%%/app/views/groups/_general.html.erb
@@ -233,7 +240,6 @@
%%WWWDIR%%/app/views/issues/_relations.rhtml
%%WWWDIR%%/app/views/issues/_sidebar.rhtml
%%WWWDIR%%/app/views/issues/bulk_edit.rhtml
-%%WWWDIR%%/app/views/issues/changes.rxml
%%WWWDIR%%/app/views/issues/destroy.rhtml
%%WWWDIR%%/app/views/issues/edit.rhtml
%%WWWDIR%%/app/views/issues/index.rhtml
@@ -243,6 +249,7 @@
%%WWWDIR%%/app/views/issues/show.xml.builder
%%WWWDIR%%/app/views/journals/_notes_form.rhtml
%%WWWDIR%%/app/views/journals/edit.rjs
+%%WWWDIR%%/app/views/journals/index.rxml
%%WWWDIR%%/app/views/journals/update.rjs
%%WWWDIR%%/app/views/layouts/admin.rhtml
%%WWWDIR%%/app/views/layouts/base.rhtml
@@ -309,16 +316,12 @@
%%WWWDIR%%/app/views/projects/_edit.rhtml
%%WWWDIR%%/app/views/projects/_form.rhtml
%%WWWDIR%%/app/views/projects/_members_box.html.erb
-%%WWWDIR%%/app/views/projects/activity.rhtml
-%%WWWDIR%%/app/views/projects/add.rhtml
-%%WWWDIR%%/app/views/projects/add_file.rhtml
%%WWWDIR%%/app/views/projects/copy.rhtml
%%WWWDIR%%/app/views/projects/destroy.rhtml
%%WWWDIR%%/app/views/projects/index.rhtml
%%WWWDIR%%/app/views/projects/index.xml.builder
-%%WWWDIR%%/app/views/projects/list_files.rhtml
%%WWWDIR%%/app/views/projects/list_members.rhtml
-%%WWWDIR%%/app/views/projects/roadmap.rhtml
+%%WWWDIR%%/app/views/projects/new.html.erb
%%WWWDIR%%/app/views/projects/settings.rhtml
%%WWWDIR%%/app/views/projects/settings/_activities.rhtml
%%WWWDIR%%/app/views/projects/settings/_boards.rhtml
@@ -393,6 +396,7 @@
%%WWWDIR%%/app/views/versions/_issue_counts.rhtml
%%WWWDIR%%/app/views/versions/_overview.rhtml
%%WWWDIR%%/app/views/versions/edit.rhtml
+%%WWWDIR%%/app/views/versions/index.html.erb
%%WWWDIR%%/app/views/versions/new.html.erb
%%WWWDIR%%/app/views/versions/show.rhtml
%%WWWDIR%%/app/views/watchers/_watchers.rhtml
@@ -457,6 +461,7 @@
%%WWWDIR%%/config/locales/ko.yml
%%WWWDIR%%/config/locales/lt.yml
%%WWWDIR%%/config/locales/lv.yml
+%%WWWDIR%%/config/locales/mk.yml
%%WWWDIR%%/config/locales/mn.yml
%%WWWDIR%%/config/locales/nl.yml
%%WWWDIR%%/config/locales/no.yml
@@ -1138,6 +1143,7 @@
%%WWWDIR%%/test/fixtures/wikis.yml
%%WWWDIR%%/test/fixtures/workflows.yml
%%WWWDIR%%/test/functional/account_controller_test.rb
+%%WWWDIR%%/test/functional/activities_controller_test.rb
%%WWWDIR%%/test/functional/admin_controller_test.rb
%%WWWDIR%%/test/functional/application_controller_test.rb
%%WWWDIR%%/test/functional/attachments_controller_test.rb
@@ -1149,6 +1155,7 @@
%%WWWDIR%%/test/functional/custom_fields_controller_test.rb
%%WWWDIR%%/test/functional/documents_controller_test.rb
%%WWWDIR%%/test/functional/enumerations_controller_test.rb
+%%WWWDIR%%/test/functional/files_controller_test.rb
%%WWWDIR%%/test/functional/gantts_controller_test.rb
%%WWWDIR%%/test/functional/groups_controller_test.rb
%%WWWDIR%%/test/functional/issue_categories_controller_test.rb
@@ -1165,6 +1172,7 @@
%%WWWDIR%%/test/functional/my_controller_test.rb
%%WWWDIR%%/test/functional/news_controller_test.rb
%%WWWDIR%%/test/functional/previews_controller_test.rb
+%%WWWDIR%%/test/functional/project_enumerations_controller_test.rb
%%WWWDIR%%/test/functional/projects_controller_test.rb
%%WWWDIR%%/test/functional/queries_controller_test.rb
%%WWWDIR%%/test/functional/reports_controller_test.rb
@@ -1639,7 +1647,7 @@
%%WWWDIR%%/vendor/plugins/ruby-net-ldap-0.0.4/tests/testldif.rb
%%WWWDIR%%/vendor/plugins/ruby-net-ldap-0.0.4/tests/testpsw.rb
%%WWWDIR%%/vendor/rails/.gitignore
-%%WWWDIR%%/vendor/rails/REVISION_ae2c60734a0f71593709608710a0c7507bb8699e
+%%WWWDIR%%/vendor/rails/REVISION_56de4e9a8090e2e617a0d478d38c0fccfce7d725
%%WWWDIR%%/vendor/rails/actionmailer/CHANGELOG
%%WWWDIR%%/vendor/rails/actionmailer/MIT-LICENSE
%%WWWDIR%%/vendor/rails/actionmailer/README
@@ -4172,6 +4180,7 @@
@dirrm %%WWWDIR%%/app/views/issue_categories
@dirrm %%WWWDIR%%/app/views/groups
@dirrm %%WWWDIR%%/app/views/gantts
+@dirrm %%WWWDIR%%/app/views/files
@dirrm %%WWWDIR%%/app/views/enumerations
@dirrm %%WWWDIR%%/app/views/documents
@dirrm %%WWWDIR%%/app/views/custom_fields
@@ -4183,6 +4192,7 @@
@dirrm %%WWWDIR%%/app/views/auth_sources
@dirrm %%WWWDIR%%/app/views/attachments
@dirrm %%WWWDIR%%/app/views/admin
+@dirrm %%WWWDIR%%/app/views/activities
@dirrm %%WWWDIR%%/app/views/account
@dirrm %%WWWDIR%%/app/views
@dirrm %%WWWDIR%%/app/sweepers