pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ruby-repofetch



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 15 15:48:01 UTC 2023

Modified Files:
        pkgsrc/sysutils/ruby-repofetch: Makefile PLIST distinfo

Log Message:
sysutils/ruby-repofetch: update to 0.4.4

0.4.3 (2023-01-12)

Added

* Bitbucket Cloud plugin
* Simple help message for the GitLab plugin (repofetch --plugin
  Repofetch::Gitlab -- --help)
* --path option, which is an alias for --repository
* SSH url stat to GitHub and GitLab plugins

Changed

* "URL" stat in GitHub and GitLab plugins to "HTTP(S)"
* GitLab header to be styled

Fixed

* Confusing error on incorrect CLI args for the GitLab plugin

Breaking for users

Changed

* The --plugin short option to -P
* -p to be the short option for --path

Breaking for 3rd-party plugins

Changed

* The exception that is caught when initializing a plugin from ArgumentError
  to Repofetch::PluginUsageError

0.4.4 (2023-01-13)

Fixed

* Bitbucket Cloud not getting automatically detected when running repofetch
  in a Bitbucket Cloud repository


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/ruby-repofetch/Makefile \
    pkgsrc/sysutils/ruby-repofetch/PLIST \
    pkgsrc/sysutils/ruby-repofetch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ruby-repofetch/Makefile
diff -u pkgsrc/sysutils/ruby-repofetch/Makefile:1.1 pkgsrc/sysutils/ruby-repofetch/Makefile:1.2
--- pkgsrc/sysutils/ruby-repofetch/Makefile:1.1 Mon Jan  9 13:09:35 2023
+++ pkgsrc/sysutils/ruby-repofetch/Makefile     Sun Jan 15 15:48:01 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/01/09 13:09:35 taca Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/15 15:48:01 taca Exp $
 
-DISTNAME=      repofetch-0.4.2
+DISTNAME=      repofetch-0.4.4
 CATEGORIES=    sysutils
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/sysutils/ruby-repofetch/PLIST
diff -u pkgsrc/sysutils/ruby-repofetch/PLIST:1.1 pkgsrc/sysutils/ruby-repofetch/PLIST:1.2
--- pkgsrc/sysutils/ruby-repofetch/PLIST:1.1    Mon Jan  9 13:09:35 2023
+++ pkgsrc/sysutils/ruby-repofetch/PLIST        Sun Jan 15 15:48:01 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/09 13:09:35 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/15 15:48:01 taca Exp $
 bin/repofetch${RUBY_VER}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
@@ -15,6 +15,8 @@ ${GEM_LIBDIR}/Rakefile
 ${GEM_LIBDIR}/exe/repofetch
 ${GEM_LIBDIR}/lib/repofetch.rb
 ${GEM_LIBDIR}/lib/repofetch/DEFAULT_CONFIG
+${GEM_LIBDIR}/lib/repofetch/bitbucketcloud.rb
+${GEM_LIBDIR}/lib/repofetch/bitbucketcloud/ASCII
 ${GEM_LIBDIR}/lib/repofetch/cli.rb
 ${GEM_LIBDIR}/lib/repofetch/config.rb
 ${GEM_LIBDIR}/lib/repofetch/env.rb
Index: pkgsrc/sysutils/ruby-repofetch/distinfo
diff -u pkgsrc/sysutils/ruby-repofetch/distinfo:1.1 pkgsrc/sysutils/ruby-repofetch/distinfo:1.2
--- pkgsrc/sysutils/ruby-repofetch/distinfo:1.1 Mon Jan  9 13:09:35 2023
+++ pkgsrc/sysutils/ruby-repofetch/distinfo     Sun Jan 15 15:48:01 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/01/09 13:09:35 taca Exp $
+$NetBSD: distinfo,v 1.2 2023/01/15 15:48:01 taca Exp $
 
-BLAKE2s (repofetch-0.4.2.gem) = b6b6ca3be4111aa25c056330fde0c277e087633c694c3a088244f47bfeceae56
-SHA512 (repofetch-0.4.2.gem) = aa2435c8b7aff4375e750d7cc944e6f36c6dc43cf611f5653769726e1b277bdc9fbfb03a0b3055f30d565f4401fabe5b0cf6d1515b23b30ce6b4641fc1e133a3
-Size (repofetch-0.4.2.gem) = 18944 bytes
+BLAKE2s (repofetch-0.4.4.gem) = 053ded6a9eb8d09f6f81b451d35a183528f634ab2a810e322167dd2a231fd2a6
+SHA512 (repofetch-0.4.4.gem) = e55f5a814eab18fef9c38e8726b91b7cc5c4e1ad6365382c0b797fa85ece3821bd41c7f7135e4fa70ce9c94435e41b87c9239b54ea29b12a0553a5a60454016c
+Size (repofetch-0.4.4.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index