Date: Wed, 28 Nov 2012 02:04:36 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307873 - in head/lang/basic256: . files Message-ID: <201211280204.qAS24adR009897@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Wed Nov 28 02:04:36 2012 New Revision: 307873 URL: http://svnweb.freebsd.org/changeset/ports/307873 Log: - Update to 0.9.9.17 PR: ports/173845 Submitted by: Fernando <fernando.apesteguia@gmail.com> (maintainer) Feature safe: yes Modified: head/lang/basic256/Makefile head/lang/basic256/distinfo head/lang/basic256/files/patch-BASIC256.pro head/lang/basic256/pkg-plist Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/Makefile Wed Nov 28 02:04:36 2012 (r307873) @@ -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} Modified: head/lang/basic256/distinfo ============================================================================== --- head/lang/basic256/distinfo Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/distinfo Wed Nov 28 02:04:36 2012 (r307873) @@ -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 Modified: head/lang/basic256/files/patch-BASIC256.pro ============================================================================== --- head/lang/basic256/files/patch-BASIC256.pro Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/files/patch-BASIC256.pro Wed Nov 28 02:04:36 2012 (r307873) @@ -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 Modified: head/lang/basic256/pkg-plist ============================================================================== --- head/lang/basic256/pkg-plist Wed Nov 28 02:02:14 2012 (r307872) +++ head/lang/basic256/pkg-plist Wed Nov 28 02:04:36 2012 (r307873) @@ -74,6 +74,7 @@ share/basic256/Examples/testing/2dstrarr 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/testmodu 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211280204.qAS24adR009897>