pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-term-ansicolor



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Sep 15 15:26:51 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-term-ansicolor: Makefile PLIST distinfo

Log Message:
devel/ruby-term-ansicolor: update to 1.11.3

1.11.3 (2025-09-11)

* Added fail_fast: true configuration option
* Removed ruby:3.0-alpine from the images list
* Changed s.date from 2024-09-13 to 1980-01-02
* Removed GitHub-specific files from ignore list
* Removed binary file detection configuration
* Updated Dockerfile and script to modernize dependencies and build process
* Removed obsolete CHANGES file and updated gemspec to exclude it
* Added debug and all_images as development dependencies
* Added CHANGES.md to the list of files in term-ansicolor.gemspec
* Used markdown for CHANGES file
* Updated gemspec
* Renamed license file
* Removed superfluous require statement that fixes issue #41


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-term-ansicolor/Makefile \
    pkgsrc/devel/ruby-term-ansicolor/distinfo
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-term-ansicolor/PLIST

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-term-ansicolor/Makefile
diff -u pkgsrc/devel/ruby-term-ansicolor/Makefile:1.13 pkgsrc/devel/ruby-term-ansicolor/Makefile:1.14
--- pkgsrc/devel/ruby-term-ansicolor/Makefile:1.13      Sun Sep 22 14:46:33 2024
+++ pkgsrc/devel/ruby-term-ansicolor/Makefile   Mon Sep 15 15:26:51 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/09/22 14:46:33 taca Exp $
+# $NetBSD: Makefile,v 1.14 2025/09/15 15:26:51 taca Exp $
 
-DISTNAME=      term-ansicolor-1.11.2
+DISTNAME=      term-ansicolor-1.11.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-term-ansicolor/distinfo
diff -u pkgsrc/devel/ruby-term-ansicolor/distinfo:1.13 pkgsrc/devel/ruby-term-ansicolor/distinfo:1.14
--- pkgsrc/devel/ruby-term-ansicolor/distinfo:1.13      Sun Sep 22 14:46:34 2024
+++ pkgsrc/devel/ruby-term-ansicolor/distinfo   Mon Sep 15 15:26:51 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/09/22 14:46:34 taca Exp $
+$NetBSD: distinfo,v 1.14 2025/09/15 15:26:51 taca Exp $
 
-BLAKE2s (term-ansicolor-1.11.2.gem) = 6c308c1e24173bb4090e928fca0efd60c77ed7f7378b6c83c3db4f59456a00bb
-SHA512 (term-ansicolor-1.11.2.gem) = df7384dbfd68e1efe161f2edc186306a40d8492b488bfc9436cadef09d7b961bc29983a40fca93e2e127c1b502272eb01aa65cc65ba7729a81b31b37aaafcd65
-Size (term-ansicolor-1.11.2.gem) = 47616 bytes
+BLAKE2s (term-ansicolor-1.11.3.gem) = e0bef7b7f3577b6a8cba0688514827c0b37b6d3105df6f2c15c5d2b55598d22e
+SHA512 (term-ansicolor-1.11.3.gem) = 610c7f3afd278e5c75903a5c71710b41ab02fa586911e3c8a06e22194c0dc1e0edf6b0fe26839bce562ccece1a260dc413f564db9867df9e8f3882f254a4f5c7
+Size (term-ansicolor-1.11.3.gem) = 49152 bytes

Index: pkgsrc/devel/ruby-term-ansicolor/PLIST
diff -u pkgsrc/devel/ruby-term-ansicolor/PLIST:1.8 pkgsrc/devel/ruby-term-ansicolor/PLIST:1.9
--- pkgsrc/devel/ruby-term-ansicolor/PLIST:1.8  Sun Sep 22 14:46:34 2024
+++ pkgsrc/devel/ruby-term-ansicolor/PLIST      Mon Sep 15 15:26:51 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2024/09/22 14:46:34 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/09/15 15:26:51 taca Exp $
 bin/term_cdiff${RUBY_SUFFIX}
 bin/term_colortab${RUBY_SUFFIX}
 bin/term_decolor${RUBY_SUFFIX}
@@ -7,9 +7,9 @@ bin/term_mandel${RUBY_SUFFIX}
 bin/term_plasma${RUBY_SUFFIX}
 bin/term_snow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/CHANGES
-${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/CHANGES.md
 ${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/bin/term_cdiff



Home | Main Index | Thread Index | Old Index