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:           Sat Nov  9 16:53:45 UTC 2024

Modified Files:
        pkgsrc/devel/ruby-jirametrics: Makefile PLIST distinfo

Log Message:
ruby-jirametrics: update to 2.7.1. Changes:

- Removed duplication in the data quality report
- Improved wording
- Removed unneeded code
- Updated URL's to point at JiraMetrics.org


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-jirametrics/Makefile \
    pkgsrc/devel/ruby-jirametrics/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ruby-jirametrics/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-jirametrics/Makefile
diff -u pkgsrc/devel/ruby-jirametrics/Makefile:1.6 pkgsrc/devel/ruby-jirametrics/Makefile:1.7
--- pkgsrc/devel/ruby-jirametrics/Makefile:1.6  Sun Oct 27 19:47:58 2024
+++ pkgsrc/devel/ruby-jirametrics/Makefile      Sat Nov  9 16:53:45 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.6 2024/10/27 19:47:58 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/09 16:53:45 schmonz Exp $
 
-DISTNAME=      jirametrics-2.7
+DISTNAME=      jirametrics-2.7.1
 CATEGORIES=    devel
 
 MAINTAINER=    schmonz%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/mikebowler/jirametrics/
+HOMEPAGE=      https://jirametrics.org/
 COMMENT=       Export Jira data and generate reports
 LICENSE=       apache-2.0
 
Index: pkgsrc/devel/ruby-jirametrics/distinfo
diff -u pkgsrc/devel/ruby-jirametrics/distinfo:1.6 pkgsrc/devel/ruby-jirametrics/distinfo:1.7
--- pkgsrc/devel/ruby-jirametrics/distinfo:1.6  Sun Oct 27 19:47:58 2024
+++ pkgsrc/devel/ruby-jirametrics/distinfo      Sat Nov  9 16:53:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/10/27 19:47:58 schmonz Exp $
+$NetBSD: distinfo,v 1.7 2024/11/09 16:53:45 schmonz Exp $
 
-BLAKE2s (jirametrics-2.7.gem) = af28325eff22a6c3c5d9ab3db1a6cf100a3e8ecc1ea03e1c6bce4a1d895c99b4
-SHA512 (jirametrics-2.7.gem) = f6a574c5045e2d04ad4b9672f4d1651698cabf4f385fa161b3459b2250b73e598a722fcfde16303f39e527825d51ceb7db0310063dfd48bab2625fe5e34d5d3f
-Size (jirametrics-2.7.gem) = 66048 bytes
+BLAKE2s (jirametrics-2.7.1.gem) = b4eb5969f04121c99770812ed0b4b35c0aec55388dd0fd43238cfa9ec4ff699a
+SHA512 (jirametrics-2.7.1.gem) = efd7196e9e5ad131bedca182f7461c869f537024a7ef6f8988a4f746418a36f69d8c11585cd916c14dab85aee65e2d0fcb99905e21dd3b2bfb37f3b3c2a8bf10
+Size (jirametrics-2.7.1.gem) = 66048 bytes

Index: pkgsrc/devel/ruby-jirametrics/PLIST
diff -u pkgsrc/devel/ruby-jirametrics/PLIST:1.4 pkgsrc/devel/ruby-jirametrics/PLIST:1.5
--- pkgsrc/devel/ruby-jirametrics/PLIST:1.4     Sun Oct 27 19:47:58 2024
+++ pkgsrc/devel/ruby-jirametrics/PLIST Sat Nov  9 16:53:45 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/10/27 19:47:58 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/11/09 16:53:45 schmonz Exp $
 bin/jirametrics
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/bin/jirametrics
@@ -47,7 +47,6 @@ ${GEM_LIBDIR}/lib/jirametrics/html/colla
 ${GEM_LIBDIR}/lib/jirametrics/html/cycletime_histogram.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/cycletime_scatterplot.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/daily_wip_chart.erb
-${GEM_LIBDIR}/lib/jirametrics/html/data_quality_report.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/estimate_accuracy_chart.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/expedited_chart.erb
 ${GEM_LIBDIR}/lib/jirametrics/html/flow_efficiency_scatterplot.erb



Home | Main Index | Thread Index | Old Index