pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-actionpack51 www/ruby-actionpack51: fix depen...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0db0ed89538
branches: trunk
changeset: 324158:f0db0ed89538
user: taca <taca%pkgsrc.org@localhost>
date: Tue Oct 09 17:05:56 2018 +0000
description:
www/ruby-actionpack51: fix dependencies
* Fix dependency, it require ruby-actionview51.
* Fix COMMENT, this is not for Rails 4.2 but 5.1.
Bump PKGREVISION.
diffstat:
www/ruby-actionpack51/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 61d29ba16c4b -r f0db0ed89538 www/ruby-actionpack51/Makefile
--- a/www/ruby-actionpack51/Makefile Tue Oct 09 17:04:21 2018 +0000
+++ b/www/ruby-actionpack51/Makefile Tue Oct 09 17:05:56 2018 +0000
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2018/03/21 09:55:10 taca Exp $
+# $NetBSD: Makefile,v 1.2 2018/10/09 17:05:56 taca Exp $
DISTNAME= actionpack-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.rubyonrails.org/
-COMMENT= Toolkit for building modeling frameworks (part of Rails 4.2)
+COMMENT= Toolkit for building modeling frameworks (part of Rails 5.2)
LICENSE= mit
-DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
+DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0:../../www/ruby-rack
DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.3:../../www/ruby-rack-test
# ruby-actionview already depends them.
Home |
Main Index |
Thread Index |
Old Index