From decke@bluelife.at  Mon Feb 15 20:14:36 2010
Return-Path: <decke@bluelife.at>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 30443106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Feb 2010 20:14:36 +0000 (UTC)
	(envelope-from decke@bluelife.at)
Received: from mail.itac.at (mail.itac.at [91.205.172.9])
	by mx1.freebsd.org (Postfix) with ESMTP id A941C8FC13
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Feb 2010 20:14:35 +0000 (UTC)
Received: from [78.142.74.81] (helo=localhost)
	by mail.itac.at with esmtpa (Exim 4.63)
	(envelope-from <decke@bluelife.at>)
	id 1Nh7Kz-0000hY-Ec
	for FreeBSD-gnats-submit@freebsd.org; Mon, 15 Feb 2010 21:14:34 +0100
Message-Id: <20100215211432.2b0bbd7c@bluelife.at>
Date: Mon, 15 Feb 2010 21:14:32 +0100
From: Bernhard Froehlich <decke@bluelife.at>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [MAINTAINER] www/redmine: update to 0.9.2

>Number:         143966
>Category:       ports
>Synopsis:       [MAINTAINER] www/redmine: update to 0.9.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 15 20:20:01 UTC 2010
>Closed-Date:    Mon Feb 22 21:00:37 UTC 2010
>Last-Modified:  Mon Feb 22 21:10:01 UTC 2010
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Feb 15 21:14:06 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143966 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Feb 22 21:00:35 UTC 2010 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=143966 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/143966: commit references a PR
Date: Mon, 22 Feb 2010 21:00:34 +0000 (UTC)

 miwi        2010-02-22 21:00:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www/redmine          Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.2
   
   PR:             143966
   Submitted by:   Bernhard Froehlich <decke@bluelife.at> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.6       +2 -4      ports/www/redmine/Makefile
   1.6       +3 -3      ports/www/redmine/distinfo
   1.5       +24 -2     ports/www/redmine/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
