pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/ruby-powerbar



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 15 16:46:25 UTC 2024

Modified Files:
        pkgsrc/misc/ruby-powerbar: ALTERNATIVES Makefile distinfo

Log Message:
misc/ruby-powerbar: update to 2.0.1

Fix various warnings of pkglint.

2.0.0 (2018-04-13)

* Fix terminal_width to work properly on windows
* Drop support for ruby < 1.9.3 at request of package maintainer
* Restrict column width off by 1 to just windows

2.0.1 (2018-04-13)

* Set required ruby version to > 1.9.3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/ruby-powerbar/ALTERNATIVES \
    pkgsrc/misc/ruby-powerbar/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/misc/ruby-powerbar/distinfo

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

Modified files:

Index: pkgsrc/misc/ruby-powerbar/ALTERNATIVES
diff -u pkgsrc/misc/ruby-powerbar/ALTERNATIVES:1.1 pkgsrc/misc/ruby-powerbar/ALTERNATIVES:1.2
--- pkgsrc/misc/ruby-powerbar/ALTERNATIVES:1.1  Fri Mar 17 00:26:52 2017
+++ pkgsrc/misc/ruby-powerbar/ALTERNATIVES      Sun Sep 15 16:46:25 2024
@@ -1 +1 @@
-bin/powerbar-demo @PREFIX@/bin/powerbar-demo@RUBY_VER@
+bin/powerbar-demo @PREFIX@/bin/powerbar-demo@RUBY_SUFFIX@
Index: pkgsrc/misc/ruby-powerbar/Makefile
diff -u pkgsrc/misc/ruby-powerbar/Makefile:1.1 pkgsrc/misc/ruby-powerbar/Makefile:1.2
--- pkgsrc/misc/ruby-powerbar/Makefile:1.1      Fri Mar 17 00:26:52 2017
+++ pkgsrc/misc/ruby-powerbar/Makefile  Sun Sep 15 16:46:25 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2017/03/17 00:26:52 taca Exp $
+# $NetBSD: Makefile,v 1.2 2024/09/15 16:46:25 taca Exp $
 
-DISTNAME=      powerbar-1.0.18
-CATEGORIES=    time
+DISTNAME=      powerbar-2.0.1
+CATEGORIES=    misc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/busyloop/powerbar

Index: pkgsrc/misc/ruby-powerbar/distinfo
diff -u pkgsrc/misc/ruby-powerbar/distinfo:1.3 pkgsrc/misc/ruby-powerbar/distinfo:1.4
--- pkgsrc/misc/ruby-powerbar/distinfo:1.3      Tue Oct 26 10:59:30 2021
+++ pkgsrc/misc/ruby-powerbar/distinfo  Sun Sep 15 16:46:25 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:59:30 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/09/15 16:46:25 taca Exp $
 
-BLAKE2s (powerbar-1.0.18.gem) = f1222566b0965ef1bacecff5857bad5a08b6ad31d0da4ba60e2c76b7c1b0c79c
-SHA512 (powerbar-1.0.18.gem) = 9208f2e70372c4df59371d5dedf227ef80af2c14ec6deba222873cdcba86452120a7013259105a935aa9834116b22febf88871c0824d12a89e314bc3ed3d2af4
-Size (powerbar-1.0.18.gem) = 12288 bytes
+BLAKE2s (powerbar-2.0.1.gem) = ed415bfe81bc449eb69dc6cfaada70c5288d74663526fa4b2bde2c9dbd1b0848
+SHA512 (powerbar-2.0.1.gem) = cf680c0fb4c02fd44ee96461504d18041958f06f59ec355e4ededbfc4de22f32dd0e4c194f422a83ed265fbad0f7fc33b6ad448d21b3e963253d64c5745a35be
+Size (powerbar-2.0.1.gem) = 12288 bytes



Home | Main Index | Thread Index | Old Index