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:           Sun Mar 24 14:18:59 UTC 2024

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

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

* Updaet HOMEPAGE.

1.7.2 (2024-03-15)

* Do not require ruby, it's broken sometimes
* Test ruby 3.2.0
* Use github as homepage


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-term-ansicolor/Makefile \
    pkgsrc/devel/ruby-term-ansicolor/distinfo
cvs rdiff -u -r1.5 -r1.6 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.10 pkgsrc/devel/ruby-term-ansicolor/Makefile:1.11
--- pkgsrc/devel/ruby-term-ansicolor/Makefile:1.10      Sun Jan 20 14:07:23 2019
+++ pkgsrc/devel/ruby-term-ansicolor/Makefile   Sun Mar 24 14:18:59 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.10 2019/01/20 14:07:23 taca Exp $
+# $NetBSD: Makefile,v 1.11 2024/03/24 14:18:59 taca Exp $
 
-DISTNAME=      term-ansicolor-1.7.1
+DISTNAME=      term-ansicolor-1.7.2
 CATEGORIES=    devel
 
 MAINTAINER=    taca%NetBSD.org@localhost
-HOMEPAGE=      https://flori.github.com/term-ansicolor
+HOMEPAGE=      https://github.com/flori/term-ansicolor
 COMMENT=       Ruby library colors strings using ANSI escape sequences
 LICENSE=       apache-2.0
 
Index: pkgsrc/devel/ruby-term-ansicolor/distinfo
diff -u pkgsrc/devel/ruby-term-ansicolor/distinfo:1.10 pkgsrc/devel/ruby-term-ansicolor/distinfo:1.11
--- pkgsrc/devel/ruby-term-ansicolor/distinfo:1.10      Tue Oct 26 10:19:50 2021
+++ pkgsrc/devel/ruby-term-ansicolor/distinfo   Sun Mar 24 14:18:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 10:19:50 nia Exp $
+$NetBSD: distinfo,v 1.11 2024/03/24 14:18:59 taca Exp $
 
-BLAKE2s (term-ansicolor-1.7.1.gem) = 1046c10be2b02d09760f3f5cee5411da6e7da72890e699ba23e9014345e04f15
-SHA512 (term-ansicolor-1.7.1.gem) = d49f8825c31accfaa58a2f34ed5fbdaf503d4b47c23f07c52cc82bbf6cce457bd9371e197da1ec36dc83e32b95e9ea9a349922d9759a827923456ea46f81ff50
-Size (term-ansicolor-1.7.1.gem) = 44544 bytes
+BLAKE2s (term-ansicolor-1.7.2.gem) = 2ee5fc404ad1d46783679dc519fa6ac4b24404bae7b8161c2483dd2bd7711d4f
+SHA512 (term-ansicolor-1.7.2.gem) = e81fc32f07d5f85eb0f364069afb143f87dea9fab6c6dd03bba95cdcc74495cdfb87ee334f595c8636226e50801274191a083eee5b70c3e8289d04cc49a1acb6
+Size (term-ansicolor-1.7.2.gem) = 44544 bytes

Index: pkgsrc/devel/ruby-term-ansicolor/PLIST
diff -u pkgsrc/devel/ruby-term-ansicolor/PLIST:1.5 pkgsrc/devel/ruby-term-ansicolor/PLIST:1.6
--- pkgsrc/devel/ruby-term-ansicolor/PLIST:1.5  Mon Dec 17 14:54:45 2018
+++ pkgsrc/devel/ruby-term-ansicolor/PLIST      Sun Mar 24 14:18:59 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2018/12/17 14:54:45 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/03/24 14:18:59 taca Exp $
 bin/term_cdiff${RUBY_SUFFIX}
 bin/term_colortab${RUBY_SUFFIX}
 bin/term_decolor${RUBY_SUFFIX}
@@ -6,8 +6,9 @@ bin/term_display${RUBY_SUFFIX}
 bin/term_mandel${RUBY_SUFFIX}
 bin/term_snow${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.all_images.yml
 ${GEM_LIBDIR}/.gitignore
-${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/.tool-versions
 ${GEM_LIBDIR}/CHANGES
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile



Home | Main Index | Thread Index | Old Index