Skip to content

Commit 62b49c9

Browse files
author
taca
committed
devel/ruby-curses: update to 1.3.1
### 1.3.1 / 2019-04-21 Bug fixes: * Check whether sizeof(WINDOW) is available to avoid build failures on macOS. Issue #48 reported by chdiza. ### 1.3.0 / 2019-04-16 New features: * Add Curses::Form and Curses::Field. Bug fixes: * Fix TravisCI issues by amatsuda and znz. * Fix typo in sample/menu.rb by binford2k. * Ctrl-/ should return ^_ on Windows. * Workaround for new Windows console. https://github.com/Bill-Gray/PDCurses/pull/108
1 parent 615406e commit 62b49c9

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

devel/ruby-curses/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.27 2019/01/20 13:45:27 taca Exp $
1+
# $NetBSD: Makefile,v 1.28 2019/05/06 05:22:53 taca Exp $
22
#
33

4-
DISTNAME= curses-1.2.7
4+
DISTNAME= curses-1.3.1
55
CATEGORIES= devel
66

77
MAINTAINER= [email protected]

devel/ruby-curses/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.6 2019/01/20 13:45:27 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.7 2019/05/06 05:22:53 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
44
${GEM_EXTSDIR}/gem.build_complete
@@ -18,6 +18,7 @@ ${GEM_LIBDIR}/ext/curses/depend
1818
${GEM_LIBDIR}/ext/curses/extconf.rb
1919
${GEM_LIBDIR}/lib/curses.rb
2020
${GEM_LIBDIR}/lib/curses.${RUBY_DLEXT}
21+
${GEM_LIBDIR}/sample/form.rb
2122
${GEM_LIBDIR}/sample/hello.rb
2223
${GEM_LIBDIR}/sample/menu.rb
2324
${GEM_LIBDIR}/sample/mouse.rb

devel/ruby-curses/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.26 2019/01/20 13:45:27 taca Exp $
1+
$NetBSD: distinfo,v 1.27 2019/05/06 05:22:53 taca Exp $
22

3-
SHA1 (curses-1.2.7.gem) = 7872fcf2809b79365118088f0dfbcc73e4803fa0
4-
RMD160 (curses-1.2.7.gem) = e7b24e3cf5041276b87b0573e21bb5ca02c4a6a0
5-
SHA512 (curses-1.2.7.gem) = 258fd46104fecf68c0a4f2ea6c7755ba6b0abcd1faf3853209b4587ee8694228611ba1194de5b05b3e8607503223bc675bbeb19677382b2ef630b4d0882cd32c
6-
Size (curses-1.2.7.gem) = 38912 bytes
3+
SHA1 (curses-1.3.1.gem) = e5a962f4299f5abfff2dd0765fcbba929a485899
4+
RMD160 (curses-1.3.1.gem) = c2c4e094c8dea0124dc2782a2d866a07fbe0dad1
5+
SHA512 (curses-1.3.1.gem) = e1914e598d7e9624bd2ed35329fab59cef33696ba67b76f3bf90a8b68854d76423cb3b4f441b356789907932a0467c3fd9894f641a40a45353391f782a166347
6+
Size (curses-1.3.1.gem) = 43520 bytes

0 commit comments

Comments
 (0)