summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-10-09 17:07:07 +0000
committertaca <taca@pkgsrc.org>2018-10-09 17:07:07 +0000
commitaf862a3b4d2479c8b8ef211e17b75f35efc741ec (patch)
tree89af2fdd902ecf4e40729e654ce9d92fcf489100 /www
parenta4d35128e9902bc69229ea0894a7ad9505428f6b (diff)
downloadpkgsrc-af862a3b4d2479c8b8ef211e17b75f35efc741ec.tar.gz
www/ruby-actionview51: fix COMMENT
Fix COMMENT, this is not for Rails 4.2 but 5.1.
Diffstat (limited to 'www')
-rw-r--r--www/ruby-actionview51/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ruby-actionview51/Makefile b/www/ruby-actionview51/Makefile
index 41c39d674d1..4ce7cd36e21 100644
--- a/www/ruby-actionview51/Makefile
+++ b/www/ruby-actionview51/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/03/21 09:52:59 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/09 17:07:07 taca Exp $
DISTNAME= actionview-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actionview${RUBY_RAILS}-${RAILS_VERSION}
@@ -6,7 +6,7 @@ CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.rubyonrails.org/
-COMMENT= Rendering framework putting the V in MVC (part of Rails)
+COMMENT= Rendering framework putting the V in MVC (part of Rails 5.1)
LICENSE= mit
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}