- Add LICENSE

- Regenerate patch file with makepatch:
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-24 18:57:32 +00:00
parent 8f1824532f
commit 9c49dad099
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387313
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@ CATEGORIES= www
MAINTAINER= ports@FreeBSD.org
COMMENT= Agile plugin for Redmine
LICENSE= GPLv2
RUN_DEPENDS= rubygem-holidays>=1.0.3:${PORTSDIR}/devel/rubygem-holidays \
rubygem-icalendar>=0.4.2:${PORTSDIR}/devel/rubygem-icalendar \
rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri \

View file

@ -1,6 +1,6 @@
--- Gemfile.orig 2013-10-20 20:14:01.000000000 +0000
+++ Gemfile 2014-08-24 02:33:40.871164956 +0000
@@ -8,64 +8,11 @@
--- Gemfile.orig 2013-10-20 20:14:01 UTC
+++ Gemfile
@@ -8,64 +8,11 @@ deps = Hash.new
rails3 = Gem::Dependency.new('rails', '~>3.0')
RAILS_VERSION_IS_3 = rails3 =~ deps['rails']