pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-twitter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Apr  7 21:28:21 UTC 2023

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

Log Message:
ruby-twitter: gem requires http_parser.rb ~>0.6.0.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ruby-twitter/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-twitter/Makefile
diff -u pkgsrc/net/ruby-twitter/Makefile:1.16 pkgsrc/net/ruby-twitter/Makefile:1.17
--- pkgsrc/net/ruby-twitter/Makefile:1.16       Sun Jun 21 15:26:53 2020
+++ pkgsrc/net/ruby-twitter/Makefile    Fri Apr  7 21:28:21 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2020/06/21 15:26:53 taca Exp $
+# $NetBSD: Makefile,v 1.17 2023/04/07 21:28:21 tsutsui Exp $
 
 DISTNAME=      twitter-7.0.0
+PKGREVISION=   1
 CATEGORIES=    net
 
 MAINTAINER=    tsutsui%NetBSD.org@localhost
@@ -20,6 +21,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-http_parser.
 DEPENDS+=      ${RUBY_PKGPREFIX}-multipart-post>=2.0:../../www/ruby-multipart-post
 
 OVERRIDE_GEMSPEC+=     equalizer>=0.0.11
+OVERRIDE_GEMSPEC+=     http_parser.rb>=0.6.0
 
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index