pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-cucumber-messages



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jan 18 16:26:43 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-cucumber-messages: Makefile

Log Message:
devel/ruby-cucumber-messages: correct dependency

Correct dependency.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-cucumber-messages/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-cucumber-messages/Makefile
diff -u pkgsrc/devel/ruby-cucumber-messages/Makefile:1.3 pkgsrc/devel/ruby-cucumber-messages/Makefile:1.4
--- pkgsrc/devel/ruby-cucumber-messages/Makefile:1.3    Sat Jan 18 15:22:56 2020
+++ pkgsrc/devel/ruby-cucumber-messages/Makefile        Sat Jan 18 16:26:43 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/01/18 15:22:56 taca Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/18 16:26:43 taca Exp $
 
 DISTNAME=      cucumber-messages-9.0.3
+PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,8 @@ HOMEPAGE=       https://github.com/cucumber/cu
 COMMENT=       Cucumber Messages for Ruby (Protocol Buffers)
 LICENSE=       mit
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-google-protobuf>=3.6.1<3.9:../../devel/ruby-google-protobuf
+DEPENDS+=      json>=2.3.0<2.4:../../textproc/ruby-json
+DEPENDS+=      protobuf-cucumber>=3.10.4<3.11:../../devel/ruby-protobuf-cucumber
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index