pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/yabasic



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Feb  2 04:14:30 UTC 2018

Modified Files:
        pkgsrc/lang/yabasic: Makefile distinfo

Log Message:
Update to 2.78.3

Upstream changes:
Version 2.78.3, January 21, 2018

    Fixed a up to 4-times performance penalty, that has been introduced in a previous version
    Brought back "Edit" to the windows context menu

Version 2.78.2, August 27, 2017

    The ran()-function is now guaranteed to return 2**30 different values

Version 2.78.1, August 13, 2017

    No more dump when using color without window open
    Processing of yabasic.xml finds hellip-entity

Version 2.78.0, January 21, 2017

    Allowed for numeric argument after break
    Fixed format of manpage (unix)
    Reworked the switch-statement, added tests


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/lang/yabasic/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/yabasic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/yabasic/Makefile
diff -u pkgsrc/lang/yabasic/Makefile:1.20 pkgsrc/lang/yabasic/Makefile:1.21
--- pkgsrc/lang/yabasic/Makefile:1.20   Thu Jan 19 06:59:53 2017
+++ pkgsrc/lang/yabasic/Makefile        Fri Feb  2 04:14:30 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/01/19 06:59:53 wen Exp $
+# $NetBSD: Makefile,v 1.21 2018/02/02 04:14:30 wen Exp $
 
-DISTNAME=              yabasic-2.77.3
+DISTNAME=              yabasic-2.78.3
 CATEGORIES=            lang
 MASTER_SITES=  http://www.yabasic.de/download/
 

Index: pkgsrc/lang/yabasic/distinfo
diff -u pkgsrc/lang/yabasic/distinfo:1.10 pkgsrc/lang/yabasic/distinfo:1.11
--- pkgsrc/lang/yabasic/distinfo:1.10   Thu Jan 19 06:59:53 2017
+++ pkgsrc/lang/yabasic/distinfo        Fri Feb  2 04:14:30 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/01/19 06:59:53 wen Exp $
+$NetBSD: distinfo,v 1.11 2018/02/02 04:14:30 wen Exp $
 
-SHA1 (yabasic-2.77.3.tar.gz) = 121dc8cbd120380c0fd3f540d22e02908687e57f
-RMD160 (yabasic-2.77.3.tar.gz) = c5c8546f4615a96460b31803d8e98b35da3da8f9
-SHA512 (yabasic-2.77.3.tar.gz) = 7a776619552eea338ba5fa84d89205bcffec46ccd23c42ed566a2b6e52f0ce7d756b8c1372db0de6957bec5eb6d574beb0cb2a0610dbd262becdebff50a0ed42
-Size (yabasic-2.77.3.tar.gz) = 489892 bytes
+SHA1 (yabasic-2.78.3.tar.gz) = c158382a4c967486200948f08e2c90612f159d8e
+RMD160 (yabasic-2.78.3.tar.gz) = 1b39da4207d57f8d4374dd5c39fc2bc0de04e151
+SHA512 (yabasic-2.78.3.tar.gz) = a690f8722c5ecea81c857ad27cf5886a4edc73ff7bc702d8c6d0f6286e32041ae0bea674320f5919ad28952798de05bb39400c0a5b2066960e8c2ef5c6b315a2
+Size (yabasic-2.78.3.tar.gz) = 661862 bytes



Home | Main Index | Thread Index | Old Index