pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-test-unit



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jan 11 13:16:02 UTC 2021

Modified Files:
        pkgsrc/devel/ruby-test-unit: Makefile PLIST distinfo

Log Message:
devel/ruby-test-unit: update to 3.3.9

## 3.3.9 - 2020-12-29 {#version-3-3-9}

### Improvements

  * `assert_not_match`: Add support for `String` as pattern.
    [GitHub#178][Patch by David Rodríguez]

### Thanks

  * David Rodríguez

## 3.3.8 - 2020-12-25 {#version-3-3-8}

### Improvements

  * [UI][console]: Removed reverse mode because Ruby 3.0 reverts
    reverse backtrace.

## 3.3.7 - 2020-11-18 {#version-3-3-7}

### Improvements

  * Improved TruffleRuby support.
    [GitHub#171][Reported by Benoit Daloze]

  * Removed needless `to_sym`.
    [GitHub#177][Patch by icm7216]

  * `assert_raise`: Added backtrace for actual error.

  * Improved terminal color availability detection.
    [GitHub#175][Patch by nicholas a. evans]

  * Changed license to the new Ruby's.
    [GitHub#174]

### Fixes

  * Fixed a typo in `--help` output:
    [GitHub#176][Patch by icm7216]

### Thanks

  * Benoit Daloze

  * icm7216

  * nicholas a. evans


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/ruby-test-unit/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-test-unit/PLIST
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/ruby-test-unit/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-test-unit/Makefile
diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.38 pkgsrc/devel/ruby-test-unit/Makefile:1.39
--- pkgsrc/devel/ruby-test-unit/Makefile:1.38   Wed Jun 10 14:27:57 2020
+++ pkgsrc/devel/ruby-test-unit/Makefile        Mon Jan 11 13:16:02 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2020/06/10 14:27:57 taca Exp $
+# $NetBSD: Makefile,v 1.39 2021/01/11 13:16:02 taca Exp $
 
-DISTNAME=      test-unit-3.3.6
+DISTNAME=      test-unit-3.3.9
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-test-unit/PLIST
diff -u pkgsrc/devel/ruby-test-unit/PLIST:1.14 pkgsrc/devel/ruby-test-unit/PLIST:1.15
--- pkgsrc/devel/ruby-test-unit/PLIST:1.14      Sun Dec  2 06:37:54 2018
+++ pkgsrc/devel/ruby-test-unit/PLIST   Mon Jan 11 13:16:02 2021
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.14 2018/12/02 06:37:54 taca Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/01/11 13:16:02 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/BSDL
 ${GEM_LIBDIR}/COPYING
-${GEM_LIBDIR}/GPL
-${GEM_LIBDIR}/LGPL
 ${GEM_LIBDIR}/PSFL
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile

Index: pkgsrc/devel/ruby-test-unit/distinfo
diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.33 pkgsrc/devel/ruby-test-unit/distinfo:1.34
--- pkgsrc/devel/ruby-test-unit/distinfo:1.33   Wed Jun 10 14:27:57 2020
+++ pkgsrc/devel/ruby-test-unit/distinfo        Mon Jan 11 13:16:02 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2020/06/10 14:27:57 taca Exp $
+$NetBSD: distinfo,v 1.34 2021/01/11 13:16:02 taca Exp $
 
-SHA1 (test-unit-3.3.6.gem) = 55fda08021bb0e4135111b4182ed9c8692b1574b
-RMD160 (test-unit-3.3.6.gem) = 2acf2455ba8c533a75e27d3f8fcc12d38c1020e3
-SHA512 (test-unit-3.3.6.gem) = af8a632117410b486920e77a5bf91afb774a548166ca5cdb2bdeac6c995bf2da6206d2b00e6904024e5e9bf0f68edf9872192faa471297e64c5d4bd4c554fae3
-Size (test-unit-3.3.6.gem) = 133120 bytes
+SHA1 (test-unit-3.3.9.gem) = 6774dbc35d2154f0a70005b40a8c1a12d5743053
+RMD160 (test-unit-3.3.9.gem) = e253a88d615d8dfb95c315fc80de6267997d1816
+SHA512 (test-unit-3.3.9.gem) = 8e2a1516d33811793aacbf0b31b9609b43437ea6800cfe6c97b1c96395a8eea7c42f2788dd86b6decfda184a27e5818646bbe313d39ce3799a0869f62a0c4c32
+Size (test-unit-3.3.9.gem) = 121856 bytes



Home | Main Index | Thread Index | Old Index