pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-curses



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat May 29 08:30:43 UTC 2021

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

Log Message:
devel/ruby-curses: update to 1.4.1

1.4.1 (2021-05-22)

Bug fixes:

* Use chtype instead of char to support attributes
* Fixes for Ruby 3.1.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ruby-curses/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-curses/PLIST
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/ruby-curses/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-curses/Makefile
diff -u pkgsrc/devel/ruby-curses/Makefile:1.30 pkgsrc/devel/ruby-curses/Makefile:1.31
--- pkgsrc/devel/ruby-curses/Makefile:1.30      Sun Jan 10 14:42:32 2021
+++ pkgsrc/devel/ruby-curses/Makefile   Sat May 29 08:30:43 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2021/01/10 14:42:32 taca Exp $
+# $NetBSD: Makefile,v 1.31 2021/05/29 08:30:43 taca Exp $
 #
 
-DISTNAME=      curses-1.4.0
+DISTNAME=      curses-1.4.1
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-curses/PLIST
diff -u pkgsrc/devel/ruby-curses/PLIST:1.8 pkgsrc/devel/ruby-curses/PLIST:1.9
--- pkgsrc/devel/ruby-curses/PLIST:1.8  Sun Jan 10 14:42:32 2021
+++ pkgsrc/devel/ruby-curses/PLIST      Sat May 29 08:30:43 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2021/01/10 14:42:32 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2021/05/29 08:30:43 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
@@ -7,14 +7,12 @@ ${GEM_LIBDIR}/.github/workflows/ubuntu.y
 ${GEM_LIBDIR}/.github/workflows/windows.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.gitmodules
-${GEM_LIBDIR}/.travis.yml
 ${GEM_LIBDIR}/BSDL
 ${GEM_LIBDIR}/COPYING
 ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/History.md
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/appveyor.yml
 ${GEM_LIBDIR}/curses.gemspec
 ${GEM_LIBDIR}/ext/curses/curses.c
 ${GEM_LIBDIR}/ext/curses/depend

Index: pkgsrc/devel/ruby-curses/distinfo
diff -u pkgsrc/devel/ruby-curses/distinfo:1.29 pkgsrc/devel/ruby-curses/distinfo:1.30
--- pkgsrc/devel/ruby-curses/distinfo:1.29      Sun Jan 10 14:42:32 2021
+++ pkgsrc/devel/ruby-curses/distinfo   Sat May 29 08:30:43 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2021/01/10 14:42:32 taca Exp $
+$NetBSD: distinfo,v 1.30 2021/05/29 08:30:43 taca Exp $
 
-SHA1 (curses-1.4.0.gem) = 4b0032e41b8fe49302b3515161cc162d3aa8a70d
-RMD160 (curses-1.4.0.gem) = de949140909f8587e37d1f9f39e2613fee636879
-SHA512 (curses-1.4.0.gem) = 417c2b31d4d2e306a727dc651eab1bf0323b9222ddd6839a84c41383523d929352b75f2516232948fc8beac35854c4ba9a2ff0f2f304a557b4abf3f8b5140d99
-Size (curses-1.4.0.gem) = 523264 bytes
+SHA1 (curses-1.4.1.gem) = 412402b98289398c5b9d6e2bd86ed135a603352e
+RMD160 (curses-1.4.1.gem) = a0d6af93f9293a3588bba887622f26b0ae6b76a4
+SHA512 (curses-1.4.1.gem) = 13e80b80d6a672b3a9eb2260e9effc95a82ad96ee4d1a09d9a94037f0ae7506a6349bf5250842abdfeb04d9aa937c955b631045ef3b15dad52508d2218d759b2
+Size (curses-1.4.1.gem) = 522752 bytes



Home | Main Index | Thread Index | Old Index