pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/termtter



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May 30 15:19:39 UTC 2017

Modified Files:
        pkgsrc/www/termtter: Makefile

Log Message:
Stop using RUBY_JSON_{REQD,TYPE} since all ruby2*-base pacakges contain
required version of json extension.

Instead, override json_pure to json in gemspec.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/termtter/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/termtter/Makefile
diff -u pkgsrc/www/termtter/Makefile:1.14 pkgsrc/www/termtter/Makefile:1.15
--- pkgsrc/www/termtter/Makefile:1.14   Sat Dec 12 04:17:38 2015
+++ pkgsrc/www/termtter/Makefile        Tue May 30 15:19:39 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2015/12/12 04:17:38 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/30 15:19:39 taca Exp $
 
 DISTNAME=      termtter-2.2.1
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -17,12 +17,9 @@ DEPENDS+=    ${RUBY_PKGPREFIX}-rubytter>=1.
 DEPENDS+=      ${RUBY_PKGPREFIX}-notify>=0.5.1:../../sysutils/ruby-notify
 
 OVERRIDE_GEMSPEC+=     highline>=1.5.0
+OVERRIDE_GEMSPEC+=     json_pure:json>=1.1.3
 OVERRIDE_GEMSPEC+=     termcolor>=1.0.0
-
 RUBYGEM_OPTIONS+=      --format-executable
-RUBY_JSON_REQD=                1.1.3
-RUBY_JSON_TYPE=                pure
 
-.include "../../lang/ruby/json.mk"
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index