mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Update to 0.9.2
PR: 143966 Submitted by: Bernhard Froehlich <decke@bluelife.at> (maintainer) Feature safe: yes
This commit is contained in:
parent
433de81d87
commit
5d9c7da847
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=250202
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= redmine
|
||||
PORTVERSION= 0.9.1
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -39,9 +39,7 @@ do-install:
|
||||
${MKDIR} ${WWWDIR}/public/plugin_assets
|
||||
${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
|
||||
|
||||
.for f in files log tmp public/plugin_assets
|
||||
${CHMOD} -R 755 ${WWWDIR}/${f}
|
||||
.endfor
|
||||
${FIND} ${WWWDIR}/script -type f -exec ${CHMOD} 755 {} \;
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (redmine-0.9.1.tar.gz) = 865b27624f072d714a5f6d12328116af
|
||||
SHA256 (redmine-0.9.1.tar.gz) = 5758c1525f1cd58748911ae5a8243ca56dcec80df769ecb59e07057703f6d598
|
||||
SIZE (redmine-0.9.1.tar.gz) = 4578461
|
||||
MD5 (redmine-0.9.2.tar.gz) = a6f420e1256dc4780a33407743c3d8f4
|
||||
SHA256 (redmine-0.9.2.tar.gz) = 7533b3a411becbe428bacbb0ea065a5b70f7f70fe2eb8754545a4e53342e1141
|
||||
SIZE (redmine-0.9.2.tar.gz) = 4582538
|
||||
|
@ -981,20 +981,41 @@
|
||||
%%WWWDIR%%/script/process/spinner
|
||||
%%WWWDIR%%/script/runner
|
||||
%%WWWDIR%%/script/server
|
||||
%%WWWDIR%%/test/exemplars/attachment_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/auth_source_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/board_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/change_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/changeset_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/comment_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/custom_field_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/custom_value_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/document_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/enabled_module_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/enumeration_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/group_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/issue_category_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/issue_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/issue_status_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/journal_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/member_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/member_role_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/message_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/news_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/project_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/query_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/repository_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/role_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/subversion_repository_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/time_entry_activity.rb
|
||||
%%WWWDIR%%/test/exemplars/time_entry_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/tracker_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/user_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/version_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/watcher_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/wiki_content_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/wiki_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/wiki_page_exemplar.rb
|
||||
%%WWWDIR%%/test/exemplars/wiki_redirect_exemplar.rb
|
||||
%%WWWDIR%%/test/fixtures/attachments.yml
|
||||
%%WWWDIR%%/test/fixtures/auth_sources.yml
|
||||
%%WWWDIR%%/test/fixtures/boards.yml
|
||||
@ -1167,6 +1188,7 @@
|
||||
%%WWWDIR%%/test/unit/message_test.rb
|
||||
%%WWWDIR%%/test/unit/news_test.rb
|
||||
%%WWWDIR%%/test/unit/principal_test.rb
|
||||
%%WWWDIR%%/test/unit/project_nested_set_test.rb
|
||||
%%WWWDIR%%/test/unit/project_test.rb
|
||||
%%WWWDIR%%/test/unit/query_test.rb
|
||||
%%WWWDIR%%/test/unit/repository_bazaar_test.rb
|
||||
@ -3572,7 +3594,7 @@
|
||||
@dirrm %%WWWDIR%%/tmp/sockets
|
||||
@dirrmtry %%WWWDIR%%/tmp/sessions
|
||||
@dirrmtry %%WWWDIR%%/tmp/pids
|
||||
@dirrm %%WWWDIR%%/tmp/cache
|
||||
@dirrmtry %%WWWDIR%%/tmp/cache
|
||||
@dirrmtry %%WWWDIR%%/tmp
|
||||
@dirrm %%WWWDIR%%/test/unit/lib/redmine/wiki_formatting
|
||||
@dirrm %%WWWDIR%%/test/unit/lib/redmine/menu_manager
|
||||
|
Loading…
Reference in New Issue
Block a user