pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-commander



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 30 14:43:15 UTC 2023

Modified Files:
        pkgsrc/misc/ruby-commander: Makefile

Log Message:
misc/ruby-commander: relax dependency to ruby-highline

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/misc/ruby-commander/Makefile

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

Modified files:

Index: pkgsrc/misc/ruby-commander/Makefile
diff -u pkgsrc/misc/ruby-commander/Makefile:1.22 pkgsrc/misc/ruby-commander/Makefile:1.23
--- pkgsrc/misc/ruby-commander/Makefile:1.22    Tue May  4 15:30:16 2021
+++ pkgsrc/misc/ruby-commander/Makefile Sun Apr 30 14:43:15 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2021/05/04 15:30:16 taca Exp $
+# $NetBSD: Makefile,v 1.23 2023/04/30 14:43:15 taca Exp $
 
 DISTNAME=      commander-4.6.0
+PKGREVISION=   1
 CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -8,10 +9,11 @@ HOMEPAGE=     https://github.com/commander-r
 COMMENT=       The complete solution for Ruby command-line executables
 LICENSE=       ruby-license
 
-DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=2.0.0<2.1:../../devel/ruby-highline
+DEPENDS+=      ${RUBY_PKGPREFIX}-highline>=2.0.0:../../devel/ruby-highline
 
 USE_LANGUAGES= # none
 
+OVERRIDE_GEMSPEC+=     highline>=2.0.0
 RUBYGEM_OPTIONS+=      --format-executable
 
 .include "../../lang/ruby/gem.mk"



Home | Main Index | Thread Index | Old Index