diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2015-03-14 15:09:00 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2015-03-14 15:09:00 +0000 |
commit | a3e0f519f559ef7d16096a2b1446f538110b48ea (patch) | |
tree | 38eea1147f9632628508fa825fe087b6f3f7003f /games/onscripter | |
parent | c3de85f916bd0e06df805ca533a47744b000acb3 (diff) | |
download | pkgsrc-a3e0f519f559ef7d16096a2b1446f538110b48ea.tar.gz |
Update onscripter to 20150208.
Upstream changes (no English changelog):
20150208:
- fix a bug in textgosub insn with "_" clockstr insn strings
20150207:
- fix a bug that delay insn doesn't read an argument (enbugged in 20150102)
- implement textcolor insn
- fix a bug in textgosub insn that doesn't show text when there are multiple
charactors specified by clickstr insn
20150112:
- iOS 8 SDK changes
Diffstat (limited to 'games/onscripter')
-rw-r--r-- | games/onscripter/Makefile | 4 | ||||
-rw-r--r-- | games/onscripter/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/onscripter/Makefile b/games/onscripter/Makefile index 579871dfd2d..af8a1208f22 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2015/01/10 12:27:29 tsutsui Exp $ +# $NetBSD: Makefile,v 1.38 2015/03/14 15:09:00 tsutsui Exp $ # -DISTNAME= onscripter-20150102 +DISTNAME= onscripter-20150208 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index 23ec3c5cacf..2fab65d3da7 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2015/01/10 12:27:29 tsutsui Exp $ +$NetBSD: distinfo,v 1.28 2015/03/14 15:09:00 tsutsui Exp $ -SHA1 (onscripter-20150102.tar.gz) = fb53f31c5ba5b4b2f6db1489530aa31da0d9922d -RMD160 (onscripter-20150102.tar.gz) = 88077d9fb736183f25e383e3dc3df7b60aa7d104 -Size (onscripter-20150102.tar.gz) = 235104 bytes +SHA1 (onscripter-20150208.tar.gz) = d6fc685e9e85dd9a93e5ea0a270f9e876619b79d +RMD160 (onscripter-20150208.tar.gz) = 848437aae09ebacdf396b3fe02326e5997e105eb +Size (onscripter-20150208.tar.gz) = 235129 bytes SHA1 (patch-Makefile.Linux) = 6aa721529ed7f733a73fb4f6f7a525160d492909 |