aboutsummaryrefslogtreecommitdiff
path: root/lang/basic256
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-11-05 21:27:06 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-11-05 21:27:06 +0000
commit07c079837d1079c92b7c959c528da50f6e40b6bb (patch)
tree694441be9172a5d95791d44c2ddadb9095c00891 /lang/basic256
parent217d145ff95a8da13aec2a6869e6794394d55fba (diff)
downloadports-07c079837d1079c92b7c959c528da50f6e40b6bb.tar.gz
ports-07c079837d1079c92b7c959c528da50f6e40b6bb.zip
Update to 0.9.9.13.
PR: ports/173401 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=307033
Diffstat (limited to 'lang/basic256')
-rw-r--r--lang/basic256/Makefile2
-rw-r--r--lang/basic256/distinfo4
-rw-r--r--lang/basic256/files/patch-Stack.cpp12
-rw-r--r--lang/basic256/pkg-plist6
4 files changed, 9 insertions, 15 deletions
diff --git a/lang/basic256/Makefile b/lang/basic256/Makefile
index cfa44f7d74a5..f595f414bf12 100644
--- a/lang/basic256/Makefile
+++ b/lang/basic256/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= basic256
-PORTVERSION= 0.9.9.1
+PORTVERSION= 0.9.9.13
CATEGORIES= lang
MASTER_SITES= SF
MASTER_SITE_SUBDIR= kidbasic/${PORTNAME}
diff --git a/lang/basic256/distinfo b/lang/basic256/distinfo
index f88e21c77e67..cab6353312ad 100644
--- a/lang/basic256/distinfo
+++ b/lang/basic256/distinfo
@@ -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 --git a/lang/basic256/files/patch-Stack.cpp b/lang/basic256/files/patch-Stack.cpp
deleted file mode 100644
index 6e01bd006548..000000000000
--- a/lang/basic256/files/patch-Stack.cpp
+++ /dev/null
@@ -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 --git a/lang/basic256/pkg-plist b/lang/basic256/pkg-plist
index 937cc011247d..ff035f76d6c9 100644
--- a/lang/basic256/pkg-plist
+++ b/lang/basic256/pkg-plist
@@ -6,6 +6,7 @@ share/basic256/Examples/arrays.kbs
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/beautifytest.kbs
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/testimagesave.kbs
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