diff options
author | wen <wen@pkgsrc.org> | 2018-04-04 14:18:32 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2018-04-04 14:18:32 +0000 |
commit | 3551b30ed2df80ea9bd26c1aff88c7bbcb1de829 (patch) | |
tree | 6fbc269460577fc485bdb1d04259b9434cf29b4d /lang/yabasic/Makefile | |
parent | 92552f836d0bf8ac76824b75ff3e2a9aeae78886 (diff) | |
download | pkgsrc-3551b30ed2df80ea9bd26c1aff88c7bbcb1de829.tar.gz |
Update to 2.78.5
Upstream changes:
Version 2.78.5, April 3, 2018
Within a bound yabasic-programs the name is correctly set (as returned by peeking "program_name")
Introduced new string-peeks "program_name" and "program_file_name"
Bugfixes regarding bound programs and libraries
Version 2.78.4, March 2118, 2018
Fixed a problem with bound yabasic-programs, that include more than three libraries
Introduced new peek "secondsrunning"
Diffstat (limited to 'lang/yabasic/Makefile')
-rw-r--r-- | lang/yabasic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 3a330b7c5eb..93ba81fe0e2 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.21 2018/02/02 04:14:30 wen Exp $ +# $NetBSD: Makefile,v 1.22 2018/04/04 14:18:32 wen Exp $ -DISTNAME= yabasic-2.78.3 +DISTNAME= yabasic-2.78.5 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/ |