pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-tty-color



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:24:55 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-tty-color: Makefile distinfo

Log Message:
devel/ruby-tty-color: update to 0.6.0

pkgsrc change: update HOMEPAGE to https://ttytoolkit.org/.

## [v0.6.0] - 2020-11-07

### Added
* Add 24bit color aka "direct color" aka "truecolor" by @nevans
* Add support for NO_COLOR env var by @nevans

### Changed
* Change to freeze all regular expressions
* Change to increase test coverage to 100%


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-tty-color/Makefile \
    pkgsrc/devel/ruby-tty-color/distinfo

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-tty-color/Makefile
diff -u pkgsrc/devel/ruby-tty-color/Makefile:1.3 pkgsrc/devel/ruby-tty-color/Makefile:1.4
--- pkgsrc/devel/ruby-tty-color/Makefile:1.3    Mon Sep 14 00:10:26 2020
+++ pkgsrc/devel/ruby-tty-color/Makefile        Mon Jan 11 13:24:55 2021
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2020/09/14 00:10:26 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/01/11 13:24:55 taca Exp $
 
-DISTNAME=      tty-color-0.5.2
+DISTNAME=      tty-color-0.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://piotrmurach.github.io/tty
+HOMEPAGE=      https://ttytoolkit.org/
 COMMENT=       Terminal color capabilities detection
 LICENSE=       mit
 
Index: pkgsrc/devel/ruby-tty-color/distinfo
diff -u pkgsrc/devel/ruby-tty-color/distinfo:1.3 pkgsrc/devel/ruby-tty-color/distinfo:1.4
--- pkgsrc/devel/ruby-tty-color/distinfo:1.3    Mon Sep 14 00:10:26 2020
+++ pkgsrc/devel/ruby-tty-color/distinfo        Mon Jan 11 13:24:55 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/09/14 00:10:26 taca Exp $
+$NetBSD: distinfo,v 1.4 2021/01/11 13:24:55 taca Exp $
 
-SHA1 (tty-color-0.5.2.gem) = 6932826a2eb7a175b98a9a07b23df3f47b5ad415
-RMD160 (tty-color-0.5.2.gem) = 98f76313a6ca94c788f9f3cbc59f0f72d93f6616
-SHA512 (tty-color-0.5.2.gem) = 5adad1e9e367bdc98591d1e50dbe4a20b236761498478b640d9a8d7ab0eb2aadeae4199fcf91e7fa753d36ebe2a7f8f11305a2ffb78aa9e3e997b1cef55fd38d
-Size (tty-color-0.5.2.gem) = 9216 bytes
+SHA1 (tty-color-0.6.0.gem) = ce41b4934eb9c58704a17771c8d5d7e27f241b2b
+RMD160 (tty-color-0.6.0.gem) = 18aaa0b7e2f8fce2abbaa62956eccbd97ff12bff
+SHA512 (tty-color-0.6.0.gem) = f8de7ebf32d4807945f5bdddf521be9b89ab1b908a34ca393a4c2e49b9904ee454358d5b3023d956bbd055fcc90b1f855e993361a1fa90d0e70a9c1f2bc2c030
+Size (tty-color-0.6.0.gem) = 9728 bytes



Home | Main Index | Thread Index | Old Index