pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-sinatra-contrib
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 3 17:36:06 UTC 2019
Modified Files:
pkgsrc/www/ruby-sinatra-contrib: Makefile
Log Message:
www/ruby-sinatra-contrib: drop dependency to activesupport
Drop dependency to ruby-activesupport.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/ruby-sinatra-contrib/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-sinatra-contrib/Makefile
diff -u pkgsrc/www/ruby-sinatra-contrib/Makefile:1.14 pkgsrc/www/ruby-sinatra-contrib/Makefile:1.15
--- pkgsrc/www/ruby-sinatra-contrib/Makefile:1.14 Wed Feb 6 14:55:55 2019
+++ pkgsrc/www/ruby-sinatra-contrib/Makefile Sun Mar 3 17:36:06 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/02/06 14:55:55 taca Exp $
+# $NetBSD: Makefile,v 1.15 2019/03/03 17:36:06 taca Exp $
DISTNAME= sinatra-contrib-2.0.5
+PKGREVISION= 1
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -11,9 +12,6 @@ LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-sinatra>=2.0.4<2.1:../../www/ruby-sinatra
DEPENDS+= ${RUBY_PKGPREFIX}-backports>=2.8.2:../../devel/ruby-backports
DEPENDS+= ${RUBY_PKGPREFIX}-multi_json-[0-9]*:../../textproc/ruby-multi_json
-DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
-
-RUBY_RAILS_ACCEPTED= 42
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index