Sun Jan 23 21:51:19 2022 UTC ()
yabasic: update to 2.90.2.

Version 2.90.2 (January 6, 2022)
  - Fixed precision error for print using under windows
  - Better error-reporting for an edge case of short-if
  - Allow '==' to check for equality and '!=' for inequality ('=' and '<>'
    still work)


(fcambus)
diff -r1.38 -r1.39 pkgsrc/lang/yabasic/Makefile
diff -r1.27 -r1.28 pkgsrc/lang/yabasic/distinfo

cvs diff -r1.38 -r1.39 pkgsrc/lang/yabasic/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/yabasic/Makefile 2021/12/08 16:05:24 1.38
+++ pkgsrc/lang/yabasic/Makefile 2022/01/23 21:51:19 1.39
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2021/12/08 16:05:24 adam Exp $ 1# $NetBSD: Makefile,v 1.39 2022/01/23 21:51:19 fcambus Exp $
2 2
3DISTNAME= yabasic-2.90.1 3DISTNAME= yabasic-2.90.2
4PKGREVISION= 1 
5CATEGORIES= lang 4CATEGORIES= lang
6MASTER_SITES= https://2484.de/yabasic/download/ 5MASTER_SITES= https://2484.de/yabasic/download/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://2484.de/yabasic/ 8HOMEPAGE= https://2484.de/yabasic/
10COMMENT= Yet another Basic for Unix and Windows 9COMMENT= Yet another Basic for Unix and Windows
11LICENSE= mit 10LICENSE= mit
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14USE_NCURSES= yes 13USE_NCURSES= yes
15AUTO_MKDIRS= yes 14AUTO_MKDIRS= yes
16 15
17TEST_TARGET= check 16TEST_TARGET= check

cvs diff -r1.27 -r1.28 pkgsrc/lang/yabasic/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/yabasic/distinfo 2021/10/26 10:51:58 1.27
+++ pkgsrc/lang/yabasic/distinfo 2022/01/23 21:51:19 1.28
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.27 2021/10/26 10:51:58 nia Exp $ 1$NetBSD: distinfo,v 1.28 2022/01/23 21:51:19 fcambus Exp $
2 2
3BLAKE2s (yabasic-2.90.1.tar.gz) = 1f11e7f6262479304f3538b33cafa27088e187dc4b267c14709c72bc80d08746 3BLAKE2s (yabasic-2.90.2.tar.gz) = 48494057bd8869d26904840005a7a0377749f0fcf2e09618083ff530066d0f2b
4SHA512 (yabasic-2.90.1.tar.gz) = 0e303569942713ce2502a3571c87dc4b8c499980be9d8eb7cfdba6fea1433ead056f64475ed7a084aacbc580f2b58365b20f913d6d2941717e5805ad840f77d8 4SHA512 (yabasic-2.90.2.tar.gz) = e0ac29379ff73d7b91a088f848885207b2528b3b641f06ea4584c7f3f8efee7dfe37156197315d85f58e2ee3059a9065c80db656ed01b7ae91015c7f8d5f8617
5Size (yabasic-2.90.1.tar.gz) = 729322 bytes 5Size (yabasic-2.90.2.tar.gz) = 734805 bytes