pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu Jun  1 04:36:56 UTC 2017

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

Log Message:
Stop using RUBY_JSON_REQD since all ruby2*-base pacakges contain required
version of json extension.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/ruby-dm-types/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-types/Makefile
diff -u pkgsrc/databases/ruby-dm-types/Makefile:1.10 pkgsrc/databases/ruby-dm-types/Makefile:1.11
--- pkgsrc/databases/ruby-dm-types/Makefile:1.10        Sun Nov 24 14:07:50 2013
+++ pkgsrc/databases/ruby-dm-types/Makefile     Thu Jun  1 04:36:56 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2013/11/24 14:07:50 taca Exp $
+# $NetBSD: Makefile,v 1.11 2017/06/01 04:36:56 taca Exp $
 
 DISTNAME=      dm-types-1.2.2
 PKGREVISION=   1
@@ -16,8 +16,5 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-multi_json>=
 DEPENDS+=      ${RUBY_PKGPREFIX}-stringex>=1.4<2:../../textproc/ruby-stringex
 DEPENDS+=      ${RUBY_PKGPREFIX}-uuidtools>=2.1<3:../../devel/ruby-uuidtools
 
-RUBY_JSON_REQD=                1.6
-
 .include "../../lang/ruby/gem.mk"
-.include "../../lang/ruby/json.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index