pkgsrc-WIP-changes archive

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

Drop dependency to ruby-json



Module Name:	pkgsrc-wip
Committed By:	Takahiro Kambe <taca%back-street.net@localhost>
Pushed By:	taca
Date:		Sun Jan 29 15:00:42 2023 +0900
Changeset:	70c4e492d46a542773c288c83e64e371adbc3a50

Modified Files:
	ruby-gemojione/Makefile
	ruby-pusher-client/Makefile

Log Message:
Drop dependency to ruby-json

Since all ruby*-base has json as bundled gem, there is no need to depeds
on it.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=70c4e492d46a542773c288c83e64e371adbc3a50

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

diffstat:
 ruby-gemojione/Makefile     | 3 +--
 ruby-pusher-client/Makefile | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/ruby-gemojione/Makefile b/ruby-gemojione/Makefile
index e245a2dc4b..04f582cf8a 100644
--- a/ruby-gemojione/Makefile
+++ b/ruby-gemojione/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	gemojione-3.3.0
+PKGREVISION=	1
 CATEGORIES=	textproc
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,5 @@ HOMEPAGE=	https://github.com/bonusly/gemojione
 COMMENT=	Gem for EmojiOne
 LICENSE=	mit
 
-DEPENDS+=	${RUBY_PKGPREFIX}-json-[0-9]*:../../textproc/ruby-json
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/ruby-pusher-client/Makefile b/ruby-pusher-client/Makefile
index 8fcb7136e1..626374c875 100644
--- a/ruby-pusher-client/Makefile
+++ b/ruby-pusher-client/Makefile
@@ -1,6 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	pusher-client-0.6.2
+PKGREVISION=	1
 CATEGORIES=	www
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,6 @@ HOMEPAGE=	https://github.com/pusher/pusher-ruby-client
 COMMENT=	Ruby WebSocket client for Pusher Channels
 LICENSE=	mit
 
-DEPENDS+=	${RUBY_PKGPREFIX}-json-[0-9]*:../../textproc/ruby-json
 DEPENDS+=	${RUBY_PKGPREFIX}-websocket>=1.0:../../www/ruby-websocket
 
 .include "../../lang/ruby/gem.mk"


Home | Main Index | Thread Index | Old Index