pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-dm-serializer



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jun  5 16:00:00 UTC 2017

Modified Files:
        pkgsrc/databases/ruby-dm-serializer: Makefile

Log Message:
Tweak gemspec dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/ruby-dm-serializer/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-dm-serializer/Makefile
diff -u pkgsrc/databases/ruby-dm-serializer/Makefile:1.8 pkgsrc/databases/ruby-dm-serializer/Makefile:1.9
--- pkgsrc/databases/ruby-dm-serializer/Makefile:1.8    Sun Mar 16 07:25:00 2014
+++ pkgsrc/databases/ruby-dm-serializer/Makefile        Mon Jun  5 16:00:00 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2014/03/16 07:25:00 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/05 16:00:00 taca Exp $
 
 DISTNAME=      dm-serializer-1.2.2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    databases
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -13,9 +13,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-dm-core>=1.2
 DEPENDS+=      ${RUBY_PKGPREFIX}-fastercsv>=1.5<2:../../textproc/ruby-fastercsv
 DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json
 
-OVERRIDE_GEMSPEC+=     json_pure>=1.6 json:
-RUBY_JSON_REQD=                1.6
-RUBY_JSON_TYPE=                pure
+OVERRIDE_GEMSPEC+=     json_pure: json>=1.6
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index