diff options
author | tsutsui <tsutsui> | 2012-09-07 15:02:44 +0000 |
---|---|---|
committer | tsutsui <tsutsui> | 2012-09-07 15:02:44 +0000 |
commit | fcd3ba55ae3e11c68a19bc152ed4946f9d469b18 (patch) | |
tree | 2eaeed14f24c708f1b6b80adb2635ba4a8922a5e /games | |
parent | f45af93ba8daf029244e73d924b7a2bb8476dcfe (diff) | |
download | pkgsrc-fcd3ba55ae3e11c68a19bc152ed4946f9d469b18.tar.gz |
Update onscripter to 20120901.
Change logs:
20120901:
* add --render-font-outline option that enables outline fonts
added in SDL_ttf 2.0.10
20120831:
* fix resampling bug in resizeImage function enabled by
-PDA_WIDTH or -DPDA_AUTOSIZE options
20120826:
* fix a bug in getcursorpos2 insn after strsp insn
* fix autosave bug if pretextgosub is not set
Diffstat (limited to 'games')
-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 90832162f40..44da3fbe41f 100644 --- a/games/onscripter/Makefile +++ b/games/onscripter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2012/08/24 14:51:41 tsutsui Exp $ +# $NetBSD: Makefile,v 1.15 2012/09/07 15:02:44 tsutsui Exp $ # -DISTNAME= onscripter-20120712 +DISTNAME= onscripter-20120901 CATEGORIES= games MASTER_SITES= http://onscripter.sourceforge.jp/ diff --git a/games/onscripter/distinfo b/games/onscripter/distinfo index 4ef20b773b0..3c067fb0145 100644 --- a/games/onscripter/distinfo +++ b/games/onscripter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2012/08/24 14:51:41 tsutsui Exp $ +$NetBSD: distinfo,v 1.12 2012/09/07 15:02:44 tsutsui Exp $ -SHA1 (onscripter-20120712.tar.gz) = 25c91e183b25fbb96124d13871fb9cd5e76e3207 -RMD160 (onscripter-20120712.tar.gz) = 4a1067124313fb9a11c68775c3649fd72aefbef3 -Size (onscripter-20120712.tar.gz) = 228174 bytes +SHA1 (onscripter-20120901.tar.gz) = 93dfe67754df571e8d81456f5216cd38a2c7660c +RMD160 (onscripter-20120901.tar.gz) = 11f8de52ab479d192cb6d2793dfb67327ee660d4 +Size (onscripter-20120901.tar.gz) = 228638 bytes SHA1 (patch-Makefile.Linux) = d16a09d0296386e480c17b36bdaea2e62606edb3 |