summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-05-24 18:57:32 +0000
commit9c49dad099f29b45b30b0d623adbd4d22d48fb1d (patch)
treecaf37130c917f405f11d27c28d049b30c2ca32bf
parent- Update to 2.0.1 (diff)
- Add LICENSE
- Regenerate patch file with makepatch:
Notes
Notes: svn path=/head/; revision=387313
-rw-r--r--www/redmine-backlogs/Makefile2
-rw-r--r--www/redmine-backlogs/files/patch-Gemfile6
2 files changed, 5 insertions, 3 deletions
diff --git a/www/redmine-backlogs/Makefile b/www/redmine-backlogs/Makefile
index e70bb09e6f12..12419efbe9b9 100644
--- a/www/redmine-backlogs/Makefile
+++ b/www/redmine-backlogs/Makefile
@@ -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 \
diff --git a/www/redmine-backlogs/files/patch-Gemfile b/www/redmine-backlogs/files/patch-Gemfile
index 3508826416c9..320763c2d3b8 100644
--- a/www/redmine-backlogs/files/patch-Gemfile
+++ b/www/redmine-backlogs/files/patch-Gemfile
@@ -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']