Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Nov 2012 18:37:42 GMT
From:      Fernando <fernando.apesteguia@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173401: [maintainer update] update lang/basic256 to 0.9.9.13
Message-ID:  <201211051837.qA5IbgNk059271@red.freebsd.org>
Resent-Message-ID: <201211051840.qA5Ie1rK036705@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173401
>Category:       ports
>Synopsis:       [maintainer update] update lang/basic256 to 0.9.9.13
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 05 18:40:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Fernando
>Release:        9.0-RELEASE
>Organization:
>Environment:
FreeBSD beastie 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Update basic256 to the latest release (0.9.9.13)
>How-To-Repeat:

>Fix:
Apply the attached patch.
It's a simply update. We need one patch less since it was committed upstream.

Patch attached with submission follows:

diff -ruN /usr/ports/lang/basic256/Makefile basic256/Makefile
--- /usr/ports/lang/basic256/Makefile	2012-10-11 19:36:21.000000000 +0200
+++ basic256/Makefile	2012-11-05 18:19:03.000000000 +0100
@@ -2,7 +2,7 @@
 # $FreeBSD: ports/lang/basic256/Makefile,v 1.6 2012/10/11 17:36:21 rm Exp $
 
 PORTNAME=	basic256
-PORTVERSION=	0.9.9.1
+PORTVERSION=	0.9.9.13
 CATEGORIES=	lang
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	kidbasic/${PORTNAME}
diff -ruN /usr/ports/lang/basic256/distinfo basic256/distinfo
--- /usr/ports/lang/basic256/distinfo	2012-10-11 19:36:21.000000000 +0200
+++ basic256/distinfo	2012-11-05 18:20:01.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (basic256_0.9.9.1.tgz) = cb959497b8576c790731eea0898855612f444f7a84bc743a9aae14680f40e372
-SIZE (basic256_0.9.9.1.tgz) = 7938684
+SHA256 (basic256_0.9.9.13.tgz) = 253ac4c3c2685180fcb6259758823648becfdeb5c518f401cbf155af6e57a680
+SIZE (basic256_0.9.9.13.tgz) = 8042979
diff -ruN /usr/ports/lang/basic256/files/patch-Stack.cpp basic256/files/patch-Stack.cpp
--- /usr/ports/lang/basic256/files/patch-Stack.cpp	2012-10-11 19:36:21.000000000 +0200
+++ basic256/files/patch-Stack.cpp	1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
---- Stack.cpp.orig	2012-10-09 17:42:07.000000000 +0200
-+++ Stack.cpp	2012-10-09 17:42:30.000000000 +0200
-@@ -53,7 +53,8 @@
- int Stack::height()
- {
- 	// return the height of the stack in elements
--	return ((unsigned int) top - (unsigned int) bottom)/sizeof(stackval);
-+       // magic of pointer math returns number of elements
-+       return ((int) (top - bottom));
- }
- 
- void
diff -ruN /usr/ports/lang/basic256/pkg-plist basic256/pkg-plist
--- /usr/ports/lang/basic256/pkg-plist	2012-10-11 19:36:21.000000000 +0200
+++ basic256/pkg-plist	2012-11-05 18:19:35.000000000 +0100
@@ -6,6 +6,7 @@
 share/basic256/Examples/ballaccel.kbs
 share/basic256/Examples/ballaccel_2.kbs
 share/basic256/Examples/ballanim.kbs
+share/basic256/Examples/ballanim_2.kbs
 share/basic256/Examples/basic256_icon.kbs
 share/basic256/Examples/basic256_icon_V1.kbs
 share/basic256/Examples/card_suites.kbs
@@ -76,10 +77,12 @@
 share/basic256/Examples/testing/counttest.kbs
 share/basic256/Examples/testing/explodetest.kbs
 share/basic256/Examples/testing/fontdemo.kbs
+share/basic256/Examples/testing/global_array_test.kbs
 share/basic256/Examples/testing/input_numeric_test.kbs
 share/basic256/Examples/testing/input_string_test.kbs
 share/basic256/Examples/testing/instrtest.kbs
 share/basic256/Examples/testing/random_one.kbs
+share/basic256/Examples/testing/readbinary_test.kbs
 share/basic256/Examples/testing/replacetest.kbs
 share/basic256/Examples/testing/tes_oo.kbs
 share/basic256/Examples/testing/test_dountil.kbs
@@ -92,6 +95,9 @@
 share/basic256/Examples/testing/testlineio.kbs
 share/basic256/Examples/testing/testmath.kbs
 share/basic256/Examples/testing/testmodulo.kbs
+share/basic256/Examples/testing/testplusplus.kbs
+share/basic256/Examples/testing/testplusplus2.kbs
+share/basic256/Examples/testing/testsubroutinebyref.kbs
 share/basic256/Examples/testing/testtextfont.kbs
 share/basic256/Examples/testing/testtime.kbs
 share/basic256/Examples/testing/uaarray.kbs


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211051837.qA5IbgNk059271>