pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-cassandra



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun  1 04:41:05 UTC 2017

Modified Files:
        pkgsrc/databases/ruby-cassandra: Makefile

Log Message:
* Drop RUBY_JSON_REQD.
* Remove wrong overriding simple_uuid dependency in gemspec.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/ruby-cassandra/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/ruby-cassandra/Makefile
diff -u pkgsrc/databases/ruby-cassandra/Makefile:1.12 pkgsrc/databases/ruby-cassandra/Makefile:1.13
--- pkgsrc/databases/ruby-cassandra/Makefile:1.12       Wed Apr 19 11:24:37 2017
+++ pkgsrc/databases/ruby-cassandra/Makefile    Thu Jun  1 04:41:05 2017
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2017/04/19 11:24:37 jperkin Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/01 04:41:05 taca Exp $
 
 DISTNAME=      cassandra-0.23.0
+PKGREVISION=   1
 CATEGORIES=    databases ruby
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -11,10 +12,5 @@ LICENSE=     apache-2.0
 DEPENDS+=      ${RUBY_PKGPREFIX}-simple_uuid>=0.3<1:../../devel/ruby-simple_uuid
 DEPENDS+=      ${RUBY_PKGPREFIX}-thrift_client<0.9:../../devel/ruby-thrift_client
 
-RUBY_JSON_REQD=        0
-USE_RAKE=      run
-OVERRIDE_GEMSPEC=      simple_uuid~>0.2
-
 .include "../../lang/ruby/gem.mk"
-.include "../../lang/ruby/json.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index