Date: Fri, 10 Feb 2012 11:51:59 GMT From: "Mikhail T." <m.tsatsenko@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/164952: [patch] update www/redmine to 1.3.1 Message-ID: <201202101151.q1ABpx0x073204@red.freebsd.org> Resent-Message-ID: <201202101200.q1AC0QUq074868@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 164952 >Category: ports >Synopsis: [patch] update www/redmine to 1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 10 12:00:24 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: >Environment: >Description: - Update port to 1.3.1. Just a bugfix release, no major changes - Keep BROKEN with our rubygems for now, need to manually install gems 1.6 to get redmine working >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/redmine/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- Makefile 7 Feb 2012 19:18:13 -0000 1.39 +++ Makefile 10 Feb 2012 11:40:08 -0000 @@ -6,7 +6,7 @@ # PORTNAME= redmine -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_RUBYFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/www/redmine/distinfo,v retrieving revision 1.22 diff -u -r1.22 distinfo --- distinfo 7 Feb 2012 19:18:13 -0000 1.22 +++ distinfo 10 Feb 2012 11:40:08 -0000 @@ -1,2 +1,2 @@ -SHA256 (redmine-1.3.0.tar.gz) = f09027513c85440adbc2513bc13a454ca872a87c77b8a9be9256f1fc6c1b3e52 -SIZE (redmine-1.3.0.tar.gz) = 6018236 +SHA256 (redmine-1.3.1.tar.gz) = 144e4762169240eb35b7945cde1e9d96d1e0e2b002b2585d568f77653d4ab81d +SIZE (redmine-1.3.1.tar.gz) = 6034718 Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/www/redmine/pkg-plist,v retrieving revision 1.19 diff -u -r1.19 pkg-plist --- pkg-plist 7 Feb 2012 19:18:13 -0000 1.19 +++ pkg-plist 10 Feb 2012 11:40:08 -0000 @@ -464,6 +464,7 @@ %%WWWDIR%%/config/initializers/backtrace_silencers.rb %%WWWDIR%%/config/initializers/bigdecimal-segfault-fix.rb %%WWWDIR%%/config/initializers/inflections.rb +%%WWWDIR%%/config/locales/ar.yml %%WWWDIR%%/config/locales/bg.yml %%WWWDIR%%/config/locales/bs.yml %%WWWDIR%%/config/locales/ca.yml @@ -973,6 +974,7 @@ %%WWWDIR%%/public/javascripts/application.js %%WWWDIR%%/public/javascripts/calendar/calendar-setup.js %%WWWDIR%%/public/javascripts/calendar/calendar.js +%%WWWDIR%%/public/javascripts/calendar/lang/calendar-ar.js %%WWWDIR%%/public/javascripts/calendar/lang/calendar-bg.js %%WWWDIR%%/public/javascripts/calendar/lang/calendar-bs.js %%WWWDIR%%/public/javascripts/calendar/lang/calendar-ca.js @@ -1021,6 +1023,7 @@ %%WWWDIR%%/public/javascripts/dragdrop.js %%WWWDIR%%/public/javascripts/effects.js %%WWWDIR%%/public/javascripts/jstoolbar/jstoolbar.js +%%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ar.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-bg.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-bs.js %%WWWDIR%%/public/javascripts/jstoolbar/lang/jstoolbar-ca.js >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202101151.q1ABpx0x073204>