Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2010 21:14:32 +0100
From:      Bernhard Froehlich <decke@bluelife.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/143966: [MAINTAINER] www/redmine: update to 0.9.2
Message-ID:  <20100215211432.2b0bbd7c@bluelife.at>
Resent-Message-ID: <201002152020.o1FKK28b054001@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         143966
>Category:       ports
>Synopsis:       [MAINTAINER] www/redmine: update to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 15 20:20:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bernhard Froehlich
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD chii.bluelife.at 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan  8 09:39:23 CET
>Description:
- Update to 0.9.2
- Install ruby scripts with executeable bit set [1]
- Remove unnecessary chmod -R 755 for writeable directories [1]

Reported-By: Miroslav Lachman <000 dot fbsd AT quip dot cz> [1]

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- redmine-0.9.2.patch begins here ---
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/redmine.orig/Makefile /usr/ports/www/redmine/Makefile
--- /usr/ports/www/redmine.orig/Makefile	2010-01-31 14:19:07.000000000 +0100
+++ /usr/ports/www/redmine/Makefile	2010-02-15 21:10:01.000000000 +0100
@@ -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 @@
 	${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}
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/redmine.orig/distinfo /usr/ports/www/redmine/distinfo
--- /usr/ports/www/redmine.orig/distinfo	2010-01-31 14:19:07.000000000 +0100
+++ /usr/ports/www/redmine/distinfo	2010-02-15 21:10:01.000000000 +0100
@@ -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
diff -ruN --exclude=CVS --exclude=.svn /usr/ports/www/redmine.orig/pkg-plist /usr/ports/www/redmine/pkg-plist
--- /usr/ports/www/redmine.orig/pkg-plist	2010-01-31 14:19:07.000000000 +0100
+++ /usr/ports/www/redmine/pkg-plist	2010-02-15 21:10:01.000000000 +0100
@@ -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
--- redmine-0.9.2.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100215211432.2b0bbd7c>