pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-actionpack42
Module Name: pkgsrc
Committed By: taca
Date: Tue Jul 18 14:38:52 UTC 2017
Modified Files:
pkgsrc/www/ruby-actionpack42: Makefile
Log Message:
Reduce dependency to packages: comment out dependencies which already has
ruby-actionview.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/ruby-actionpack42/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-actionpack42/Makefile
diff -u pkgsrc/www/ruby-actionpack42/Makefile:1.3 pkgsrc/www/ruby-actionpack42/Makefile:1.4
--- pkgsrc/www/ruby-actionpack42/Makefile:1.3 Wed Jun 21 13:12:21 2017
+++ pkgsrc/www/ruby-actionpack42/Makefile Tue Jul 18 14:38:52 2017
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2017/06/21 13:12:21 taca Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/18 14:38:52 taca Exp $
DISTNAME= actionpack-${RAILS_VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-actionpack${RUBY_RAILS}-${RAILS_VERSION}
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -13,8 +14,9 @@ DEPENDS+= ${RUBY_ACTIONVIEW_DEPENDS}
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-rack16>=1.6:../../www/ruby-rack16
DEPENDS+= ${RUBY_PKGPREFIX}-rack-test>=0.6.2<0.7:../../www/ruby-rack-test
-DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=1.0.5:../../textproc/ruby-rails-dom-testing
-DEPENDS+= ${RUBY_PKGPREFIX}-rails-html-sanitizer>=1.0.2:../../www/ruby-rails-html-sanitizer
+# ruby-actionview already depends them.
+#DEPENDS+= ${RUBY_PKGPREFIX}-rails-dom-testing>=1.0.5:../../textproc/ruby-rails-dom-testing
+#DEPENDS+= ${RUBY_PKGPREFIX}-rails-html-sanitizer>=1.0.2:../../www/ruby-rails-html-sanitizer
RUBY_RAILS_SUPPORTED= 42
RUBY_RAILS_STRICT_DEP= yes
Home |
Main Index |
Thread Index |
Old Index