pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-terminal-table



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Jun 19 07:47:33 UTC 2021

Modified Files:
        pkgsrc/textproc/ruby-terminal-table: Makefile

Log Message:
textproc/ruby-terminal-table: relax dependency

Relax dependency to ruby-unicode-display_width and it fixes runtime problem
of www/ruby-jekyll.  (Noted by wiz@ via private e-mail.)

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-terminal-table/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-terminal-table/Makefile
diff -u pkgsrc/textproc/ruby-terminal-table/Makefile:1.3 pkgsrc/textproc/ruby-terminal-table/Makefile:1.4
--- pkgsrc/textproc/ruby-terminal-table/Makefile:1.3    Mon Jan 18 14:52:59 2021
+++ pkgsrc/textproc/ruby-terminal-table/Makefile        Sat Jun 19 07:47:33 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2021/01/18 14:52:59 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/06/19 07:47:33 taca Exp $
 
 DISTNAME=      terminal-table-2.0.0
+PKGREVISION=   1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -12,5 +13,7 @@ DEPENDS+=     ${RUBY_PKGPREFIX}-unicode-disp
 
 USE_LANGUAGES= # none
 
+OVERRIDE_GEMSPEC+=     unicode-display_width>=1
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index