Re: Feedback needed: www/redmine Update

2016-06-21 Thread Torsten Zuehlsdorff

On 06.06.2016 22:22, Steve Wills wrote:

Hi,

On 06/ 6/16 12:23 PM, Steve Wills wrote:

Hi,

On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote:

Aloha,

The patch can be found here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938





I updated the PR with a new patch. With that, it works fine for me. I
also tested backlogs and sidebar_hide. Sidebar_hide works fine, backlogs
does not.


For the archive: the new patch was very fine. I've updated it to the 
newest version and committed it some minutes ago :)


Thanks to all supporter!

Greetings,
Torsten

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi,

On 06/ 6/16 12:23 PM, Steve Wills wrote:
> Hi,
> 
> On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote:
>> Aloha,
>>
>> The patch can be found here:
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938
>>
> 

I updated the PR with a new patch. With that, it works fine for me. I
also tested backlogs and sidebar_hide. Sidebar_hide works fine, backlogs
does not.

Steve

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi,

On 06/ 6/16 08:10 AM, Torsten Zuehlsdorff wrote:
> Aloha,
> 
> The patch can be found here:
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938
> 

This doesn't work for me. There are 3 issues at least, perhaps more. In
order of discovery:

The nokogiri reference from the Gemfile in redmine needs to be removed
or else you get complaints from bundler about specifying it twice, once
with version and once without.

The file www/redmine/bundler.d/rmagic.rb needs to be world readable or
the web server (in my case passenger) can't read it on startup, so
bundler bombs on that.

The Gemfile specifies jquery-rails ~> 3.1.4 but your patch specifies
www/rubygem-jquery-rails which is currently 4.1.1.


> If i read the scheming correct, 3.0 and 3.1 were also major version. But
> since i'm not a user, i'm not sure.
> 

Well, upstream may have made major changes, but in terms of version
numbers, the major version number only changed by one. :)

> This could be differ. I researched some, for example
> www/redmine-backlogs. There homepage http://www.redminebacklogs.net/
> states, that it only works with redmine 2.2 or 2.3. Since we have 2.6 in
> the ports i'm not sure, that the port really works. Maybe it does and
> will against 3.2 also.
> 
> Since i'm not using any of them, i'm not sure if i could state, that the
> ports will work correctly after the update, even if i install everyone.
> I just would not know how to long for.
> 

I don't think we can test them all. I can test backlogs and sidebar_hide
at least.

Steve

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff

Aloha,


i wrote an update for www/redmine. It would be very nice if some more
people can test it,


That's awesome, I'm glad to hear that, thanks for the work! I have an
install of redmine that I could use for testing. Where is the patch?


The patch can be found here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209938


since its skipping multiple major versions. The
patch brings the port from 2.6.9 to 3.2.2.


Wouldn't that just be upgrading by one major version from 2.x to 3.x?


If i read the scheming correct, 3.0 and 3.1 were also major version. But 
since i'm not a user, i'm not sure.



Also i notices some more ports related to www/redmine. Namley:

$ cd /usr/ports/ && find .  -name "*redmine*" -type d
./devel/rubygem-redmine_plugin_support
./www/redmine-backlogs
./www/redmine-basecamp
./www/redmine-http-auth
./www/redmine-sidebar_hide
./www/redmine
./www/rubygem-redmine_acts_as_taggable_on
./www/redmine-default_assign
./www/redmine-graphs
./www/redmine-issue_templates
./www/redmine-knowledgebase
./www/redmine-qa_contact
./www/redmine-redcarpet_formatter
./www/redmine-stuff_to_do
./www/redmine-wiki_notes

Is there anybody who uses this ports and could verify if they still work
after the update?



Do the plugins need to be updated too? Or just tested that they still
work? My install uses the sidebar_hide plugin and maybe one or two
others (can't recall right now, but will test).


This could be differ. I researched some, for example 
www/redmine-backlogs. There homepage http://www.redminebacklogs.net/ 
states, that it only works with redmine 2.2 or 2.3. Since we have 2.6 in 
the ports i'm not sure, that the port really works. Maybe it does and 
will against 3.2 also.


Since i'm not using any of them, i'm not sure if i could state, that the 
ports will work correctly after the update, even if i install everyone. 
I just would not know how to long for.


Greetings,
Torsten
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: Feedback needed: www/redmine Update

2016-06-06 Thread Steve Wills
Hi,

On 06/ 6/16 06:26 AM, Torsten Zuehlsdorff wrote:
> Hello,
> 
> i wrote an update for www/redmine. It would be very nice if some more
> people can test it, 

That's awesome, I'm glad to hear that, thanks for the work! I have an
install of redmine that I could use for testing. Where is the patch?

> since its skipping multiple major versions. The
> patch brings the port from 2.6.9 to 3.2.2.
> 

Wouldn't that just be upgrading by one major version from 2.x to 3.x?

> Also i notices some more ports related to www/redmine. Namley:
> 
> $ cd /usr/ports/ && find .  -name "*redmine*" -type d
> ./devel/rubygem-redmine_plugin_support
> ./www/redmine-backlogs
> ./www/redmine-basecamp
> ./www/redmine-http-auth
> ./www/redmine-sidebar_hide
> ./www/redmine
> ./www/rubygem-redmine_acts_as_taggable_on
> ./www/redmine-default_assign
> ./www/redmine-graphs
> ./www/redmine-issue_templates
> ./www/redmine-knowledgebase
> ./www/redmine-qa_contact
> ./www/redmine-redcarpet_formatter
> ./www/redmine-stuff_to_do
> ./www/redmine-wiki_notes
> 
> Is there anybody who uses this ports and could verify if they still work
> after the update?
> 

Do the plugins need to be updated too? Or just tested that they still
work? My install uses the sidebar_hide plugin and maybe one or two
others (can't recall right now, but will test).

Steve

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff

Hello,

i wrote an update for www/redmine. It would be very nice if some more 
people can test it, since its skipping multiple major versions. The 
patch brings the port from 2.6.9 to 3.2.2.


Also i notices some more ports related to www/redmine. Namley:

$ cd /usr/ports/ && find .  -name "*redmine*" -type d
./devel/rubygem-redmine_plugin_support
./www/redmine-backlogs
./www/redmine-basecamp
./www/redmine-http-auth
./www/redmine-sidebar_hide
./www/redmine
./www/rubygem-redmine_acts_as_taggable_on
./www/redmine-default_assign
./www/redmine-graphs
./www/redmine-issue_templates
./www/redmine-knowledgebase
./www/redmine-qa_contact
./www/redmine-redcarpet_formatter
./www/redmine-stuff_to_do
./www/redmine-wiki_notes

Is there anybody who uses this ports and could verify if they still work 
after the update?


Thank you!
Torsten
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Feedback needed: www/redmine Update

2016-06-06 Thread Torsten Zuehlsdorff

Hello,

i wrote an update for www/redmine. It would be very nice if some more 
people can test it, since its skipping multiple major versions. The 
patch brings the port from 2.6.9 to 3.2.2.


Also i notices some more ports related to www/redmine. Namley:

$ cd /usr/ports/ && find .  -name "*redmine*" -type d
./devel/rubygem-redmine_plugin_support
./www/redmine-backlogs
./www/redmine-basecamp
./www/redmine-http-auth
./www/redmine-sidebar_hide
./www/redmine
./www/rubygem-redmine_acts_as_taggable_on
./www/redmine-default_assign
./www/redmine-graphs
./www/redmine-issue_templates
./www/redmine-knowledgebase
./www/redmine-qa_contact
./www/redmine-redcarpet_formatter
./www/redmine-stuff_to_do
./www/redmine-wiki_notes

Is there anybody who uses this ports and could verify if they still work 
after the update?


Thank you!
Torsten
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"