Merge pull request #448 from bbjimmy/master

This update allows yab to run with mix_color being a public api.
This commit is contained in:
waddlesplash
2016-01-28 20:01:10 -05:00
2 changed files with 9 additions and 9 deletions

View File

@@ -4,10 +4,10 @@ yab is an extended version of yabasic, a BASIC programming language, with \
special commands designed for Haiku.
"
HOMEPAGE="http://yab.orgfree.com"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.tar.gz"
CHECKSUM_SHA256="45ea5fccd6ec0989e93bdb4dc31c271cf8eb8f39cce9ca9c2f4ab02f3ee8cc10"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz"
CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208"
REVISION="2"
REVISION="1"
LICENSE="Artistic"
COPYRIGHT="
1995-2006 Marc-Oliver Ihm (yabasic)
@@ -36,7 +36,7 @@ BUILD_PREREQUIRES="
cmd:make
cmd:mkdepend
"
SOURCE_DIR=YAB-1.7.5
SOURCE_DIR=YAB-1.7.5.2
BUILD()
{

View File

@@ -7,10 +7,10 @@ yab wouldn't be complete without the yab-IDE, a powerful development \
environment, which of course is programmed in yab itself.
"
HOMEPAGE="http://yab.orgfree.com"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.tar.gz"
CHECKSUM_SHA256="45ea5fccd6ec0989e93bdb4dc31c271cf8eb8f39cce9ca9c2f4ab02f3ee8cc10"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.2.tar.gz"
CHECKSUM_SHA256="06922796ea4d981c8d972ec2b890509d818cf0ba1dfe74c094ae4b689ec98208"
REVISION="1"
REVISION="3"
LICENSE="Artistic"
COPYRIGHT="
2006-2015 Jan Bungeroth
@@ -25,7 +25,7 @@ PROVIDES="
REQUIRES="
haiku$secondaryArchSuffix
lib:libz$secondaryArchSuffix
yab$secondaryArchSuffix >= 1.7.5
yab$secondaryArchSuffix >= 1.7.5.2
devel:libz$secondaryArchSuffix
"
# devel:libz$secondaryArchSuffix is needed both to build and for the BuildFactory to do its work.
@@ -43,7 +43,7 @@ BUILD_PREREQUIRES="
cmd:mkdepend
cmd:yab
"
SOURCE_DIR=YAB-1.7.5
SOURCE_DIR=YAB-1.7.5.2
BUILD()
{