pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/ruby-hiera



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Thu Oct 20 09:02:42 UTC 2016

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

Log Message:
Use json.mk and rewrite json_pure to json to sync with (and fix) puppet.
Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/ruby-hiera/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-hiera/Makefile
diff -u pkgsrc/databases/ruby-hiera/Makefile:1.6 pkgsrc/databases/ruby-hiera/Makefile:1.7
--- pkgsrc/databases/ruby-hiera/Makefile:1.6    Sun Mar  1 13:05:50 2015
+++ pkgsrc/databases/ruby-hiera/Makefile        Thu Oct 20 09:02:42 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2015/03/01 13:05:50 taca Exp $
+# $NetBSD: Makefile,v 1.7 2016/10/20 09:02:42 fhajny Exp $
 
 DISTNAME=      hiera-1.3.4
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    time
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,6 +10,8 @@ COMMENT=      Light weight hierarchical data 
 LICENSE=       apache-2.0
 
 RUBYGEM_OPTIONS+=      --format-executable
+OVERRIDE_GEMSPEC+=     json_pure:json>=1.6.0
 
+.include "../../lang/ruby/json.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index