pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-jirametrics
Module Name: pkgsrc
Committed By: schmonz
Date: Tue Aug 19 01:23:30 UTC 2025
Modified Files:
pkgsrc/devel/ruby-jirametrics: Makefile distinfo
Log Message:
ruby-jirametrics: update to 2.14. Changes:
- If a file prefix is reused across projects in the same configuration
then files will get overridden and generally bad things will happen.
When it happens, it's almost certainly a mistake and probably due to
too much copy/pasting. We now detect when that's happened and dump
out an error.
- Fixed bug where an item could sometimes say 'stalled by
inactivity: days' (note the missing day count), when in fact it
wasn't stalled at all.
- On the Daily View...
- Child issues are now collapsible
- We had previously excluded child issues that are done, but now we
show them, albeit with less detail.
- Fixed exception when an ADF document is returned with no
content section.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-jirametrics/Makefile \
pkgsrc/devel/ruby-jirametrics/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-jirametrics/Makefile
diff -u pkgsrc/devel/ruby-jirametrics/Makefile:1.16 pkgsrc/devel/ruby-jirametrics/Makefile:1.17
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.16 Sun Jul 27 15:43:13 2025
+++ pkgsrc/devel/ruby-jirametrics/Makefile Tue Aug 19 01:23:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/07/27 15:43:13 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2025/08/19 01:23:30 schmonz Exp $
-DISTNAME= jirametrics-2.13
+DISTNAME= jirametrics-2.14
CATEGORIES= devel
MAINTAINER= schmonz%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.16 pkgsrc/devel/ruby-jirametrics/distinfo:1.17
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.16 Sun Jul 27 15:43:13 2025
+++ pkgsrc/devel/ruby-jirametrics/distinfo Tue Aug 19 01:23:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/07/27 15:43:13 schmonz Exp $
+$NetBSD: distinfo,v 1.17 2025/08/19 01:23:30 schmonz Exp $
-BLAKE2s (jirametrics-2.13.gem) = 065d06ab4828d022d631035c5977d1e8da97d61139f08cfa0d059c2fce983609
-SHA512 (jirametrics-2.13.gem) = 5ebcd8b13d6e33c92e7eef593558552666d66fbda5fedc62b1d1ae2eed8b771b3386fc5082a96bd5b49a65b7f0372073f86e3bb3a07f15be00820554f172ced8
-Size (jirametrics-2.13.gem) = 79872 bytes
+BLAKE2s (jirametrics-2.14.gem) = d21bf0b9b3727205e8e1fb3fd1f95cc7c192b160e0743d116291b30ba46a5cfa
+SHA512 (jirametrics-2.14.gem) = cba8d1a680566bef47284c0a335b75610c3484d71a3604dc94e8652ecc919a823908c971fb0aa3d8ef93a3788a5dd87b65fff3fa89e8ac426528d32f5d7dd4bf
+Size (jirametrics-2.14.gem) = 80384 bytes
Home |
Main Index |
Thread Index |
Old Index