pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-tw



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jan 14 15:51:50 UTC 2022

Modified Files:
        pkgsrc/net/ruby-tw: Makefile

Log Message:
net/ruby-tw: s/RUBY_JSON_VERSION/RUBY_JSON_VER/

Replase RUBY_JSON_VERSION to RUBY_JSON_VER.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/ruby-tw/Makefile

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

Modified files:

Index: pkgsrc/net/ruby-tw/Makefile
diff -u pkgsrc/net/ruby-tw/Makefile:1.24 pkgsrc/net/ruby-tw/Makefile:1.25
--- pkgsrc/net/ruby-tw/Makefile:1.24    Sat Jan 18 23:33:21 2020
+++ pkgsrc/net/ruby-tw/Makefile Fri Jan 14 15:51:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/01/18 23:33:21 rillig Exp $
+# $NetBSD: Makefile,v 1.25 2022/01/14 15:51:50 taca Exp $
 
 DISTNAME=      tw-1.3.1
 CATEGORIES=    net
@@ -15,7 +15,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-rainbow>=3.0
 DEPENDS+=      ${RUBY_PKGPREFIX}-twitter>=6.2.0:../../net/ruby-twitter
 DEPENDS+=      ${RUBY_PKGPREFIX}-oauth>=0.5.4:../../security/ruby-oauth
 
-OVERRIDE_GEMSPEC+=     json>=${RUBY_JSON_VERSION}
+OVERRIDE_GEMSPEC+=     json>=${RUBY_JSON_VER}
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index