yab_ide: bump version (#1088)

and bump yab revision.
This commit is contained in:
Jim Saxton
2017-01-19 21:57:14 -08:00
committed by Jérôme Duval
parent 87d1e85a93
commit e2d354aa79
2 changed files with 11 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
SUMMARY="Extended version of the yabasic programming language" SUMMARY="Extended version of the yabasic programming language"
DESCRIPTION="yab is an extended version of yabasic, a BASIC programming \ DESCRIPTION="yab is an extended version of yabasic, a BASIC programming \
language, with special commands designed for Haiku." language, with special commands designed for Haiku."
HOMEPAGE="http://yab.orgfree.com" HOMEPAGE="http://yab.orgfree.com/"
COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic) COPYRIGHT="1995-2006 Marc-Oliver Ihm (yabasic)
2006-2009 Jan Bungeroth (yab improvements) 2006-2009 Jan Bungeroth (yab improvements)
2013-2016 Jim Saxton (yab improvements)" 2013-2016 Jim Saxton (yab improvements)"
LICENSE="Artistic" LICENSE="Artistic"
REVISION="1" REVISION="2"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/$portVersion.tar.gz" SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3a.tar.gz"
CHECKSUM_SHA256="c71ab577e9f88e51dfca08ba71190199d6ad13356bce2838caf85de0a88416cd" CHECKSUM_SHA256="595ff5a9962ebc0207e867b56bf79a628a84ceb33a9563f92a6483fc77f972b7"
SOURCE_DIR="YAB-$portVersion" SOURCE_DIR="YAB-1.7.5.3a"
ARCHITECTURES="x86_gcc2 !x86 ?x86_64" ARCHITECTURES="x86_gcc2 !x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 !x86" SECONDARY_ARCHITECTURES="x86_gcc2 !x86"

View File

@@ -5,13 +5,14 @@ much more.
yab wouldn't be complete without the yab-IDE, a powerful development \ yab wouldn't be complete without the yab-IDE, a powerful development \
environment, which of course is programmed in yab itself." environment, which of course is programmed in yab itself."
HOMEPAGE="http://yab.orgfree.com" HOMEPAGE="http://yab.orgfree.com/"
COPYRIGHT="2006-2015 Jan Bungeroth" COPYRIGHT="2006-2015 Jan Bungeroth
2015-2017 Jim Saxton"
LICENSE="Artistic" LICENSE="Artistic"
REVISION="1" REVISION="1"
SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3.tar.gz" SOURCE_URI="https://github.com/bbjimmy/YAB/archive/1.7.5.3a.tar.gz"
CHECKSUM_SHA256="c71ab577e9f88e51dfca08ba71190199d6ad13356bce2838caf85de0a88416cd" CHECKSUM_SHA256="595ff5a9962ebc0207e867b56bf79a628a84ceb33a9563f92a6483fc77f972b7"
SOURCE_DIR=YAB-1.7.5.3 SOURCE_DIR="YAB-1.7.5.3a"
ARCHITECTURES="x86_gcc2 x86 ?x86_64" ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86" SECONDARY_ARCHITECTURES="x86_gcc2 x86"