1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 0.9.9.17

PR:		ports/173845
Submitted by:	Fernando <fernando.apesteguia@gmail.com> (maintainer)
Feature safe:	yes
This commit is contained in:
Bryan Drewery 2012-11-28 02:04:36 +00:00
parent a94ce78fa7
commit 4029e261dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307873
4 changed files with 31 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= basic256
PORTVERSION= 0.9.9.13
PORTVERSION= 0.9.9.17
CATEGORIES= lang
MASTER_SITES= SF
MASTER_SITE_SUBDIR= kidbasic/${PORTNAME}

View File

@ -1,2 +1,2 @@
SHA256 (basic256_0.9.9.13.tgz) = 253ac4c3c2685180fcb6259758823648becfdeb5c518f401cbf155af6e57a680
SIZE (basic256_0.9.9.13.tgz) = 8042979
SHA256 (basic256_0.9.9.17.tgz) = f63cc6e9595b9104cd3a2d11cf4035837672514c41136319c2154fb8656e8b1f
SIZE (basic256_0.9.9.17.tgz) = 8065227

View File

@ -1,7 +1,29 @@
--- BASIC256.pro.orig 2011-08-26 19:37:38.000000000 +0200
+++ BASIC256.pro 2011-09-03 13:07:27.000000000 +0200
@@ -62,72 +62,72 @@
## rules for make install
--- BASIC256.pro.orig 2012-11-22 23:15:56.000000000 +0100
+++ BASIC256.pro 2012-11-22 23:17:00.000000000 +0100
@@ -84,87 +84,87 @@
#DEFINES += SOUND_DSP
# Sound - Option 1 - SDL Mixer
- #DEFINES += SOUND_SDL
- #LIBS += -lSDL
- #LIBS += -lSDL_mixer
+ DEFINES += SOUND_SDL
+ LIBS += -lSDL
+ LIBS += -lSDL_mixer
# Sound - Option 2 - QT Mobility Multimedia AudioOut
- DEFINES += SOUND_QMOBILITY
- QT += mobility
- CONFIG += mobility
- MOBILITY += multimedia
+#DEFINES += SOUND_QMOBILITY
+# QT += mobility
+# CONFIG += mobility
+# MOBILITY += multimedia
########
# rules for make install
########
examplesDiceFiles.files = ./Examples/dice/*.kbs \
./Examples/dice/*.wav
- examplesDiceFiles.path = /usr/share/basic256/Examples/dice

View File

@ -74,6 +74,7 @@ share/basic256/Examples/testing/2dstrarraytest.kbs
share/basic256/Examples/testing/KalRGB.kbs
share/basic256/Examples/testing/arraylistassign.kbs
share/basic256/Examples/testing/beautifytest.kbs
share/basic256/Examples/testing/binaryfileio.kbs
share/basic256/Examples/testing/counttest.kbs
share/basic256/Examples/testing/explodetest.kbs
share/basic256/Examples/testing/fontdemo.kbs
@ -98,6 +99,7 @@ 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/testsuite.kbs
share/basic256/Examples/testing/testtextfont.kbs
share/basic256/Examples/testing/testtime.kbs
share/basic256/Examples/testing/uaarray.kbs