diff options
author | wen <wen@pkgsrc.org> | 2015-10-04 13:21:49 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-10-04 13:21:49 +0000 |
commit | b91be124d289a7b181cc657d72f0cc83d3923f1f (patch) | |
tree | 8e8ac4cfdec82db4a6ac6ddd67cff2c21edd32d6 | |
parent | 416183eb0b447161111e12937798cd6a351c80ef (diff) | |
download | pkgsrc-b91be124d289a7b181cc657d72f0cc83d3923f1f.tar.gz |
Update to 2.769
Upstream changes:
Version 2.769, July 4, 2015
Fixing two bugs under Windows:
print color under windows handles single argument correctly
cpu extension sse2 is no longer required, so yabasic should run again on older hardware
Version 2.768, May 25, 2014
Fixing some bugs under Windows and Linux:
Core dump e.g. under Linux mint related with grafics
Problems with embedded newlines within the Windows console
Keys pressed within grafic window are not always reported to inkey$ (Windows-Version)
Spurios problems with colors under Windows and linux (reported but not fixed yet)
-rw-r--r-- | lang/yabasic/Makefile | 7 | ||||
-rw-r--r-- | lang/yabasic/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index c490a8a8b7e..632fc9d3a9f 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/08/18 07:31:11 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/10/04 13:21:49 wen Exp $ -DISTNAME= yabasic-2.767 -PKGREVISION= 2 +DISTNAME= yabasic-2.769 CATEGORIES= lang -MASTER_SITES= http://www.yabasic.de/download/ +MASTER_SITES= http://www.yabasic.de/download/ MAINTAINER= david@silicium.ath.cx HOMEPAGE= http://www.yabasic.de/ diff --git a/lang/yabasic/distinfo b/lang/yabasic/distinfo index b6f1229e17b..a1aa9cbc006 100644 --- a/lang/yabasic/distinfo +++ b/lang/yabasic/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2014/04/11 15:24:34 wen Exp $ +$NetBSD: distinfo,v 1.8 2015/10/04 13:21:49 wen Exp $ -SHA1 (yabasic-2.767.tar.gz) = 39b5f060e951e805d0b0acdad139d552e3513082 -RMD160 (yabasic-2.767.tar.gz) = e54d4aabb4c2fc2d7b2f7560203c0c643935b079 -Size (yabasic-2.767.tar.gz) = 572140 bytes +SHA1 (yabasic-2.769.tar.gz) = 9736b680006724d93220846d33916cc120bc3ce9 +RMD160 (yabasic-2.769.tar.gz) = 90d3214f25db76cfc55a43128c54134a7bbbd85c +Size (yabasic-2.769.tar.gz) = 573272 bytes |