mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
REBOL: Fixes.
This commit is contained in:
@@ -2,18 +2,15 @@ SUMMARY="A lightweight scripting language"
|
||||
DESCRIPTION="
|
||||
A scripting language that provides a lightweight platform for distributed \
|
||||
computing and communication. It is mainly designed for network communications, \
|
||||
providing effective solutions to modern network distributed applications.
|
||||
"
|
||||
providing effective solutions to modern network distributed applications."
|
||||
HOMEPAGE="http://www.rebol.com/"
|
||||
SOURCE_URI="https://github.com/rebol/r3/archive/4d9840f8e661e7067472e828ee6ad8dd3008b247.zip"
|
||||
CHECKSUM_SHA256="9ad2601d5e18f070a442aed554b118ee4d2e06bdfe85413dc65613eb61c38d35"
|
||||
SOURCE_FILENAME="rebol-r3-$portVersion.zip"
|
||||
SOURCE_URI="https://github.com/rebol/rebol/archive/25033f897b2bd466068d7663563cd3ff64740b94.tar.gz"
|
||||
CHECKSUM_SHA256="ffe75f829fd414aa61466bb357362c9df02849cc4daf5febefc3195074761244"
|
||||
SOURCE_DIR="rebol-25033f897b2bd466068d7663563cd3ff64740b94"
|
||||
SOURCE_URI_2="http://ports-space.haiku-files.org/dev-lang/rebol/r3-make.zip"
|
||||
CHECKSUM_SHA256_2="2a6dda70211787fcca4249c922378e891ca287c8c110affb386b5cc939ba4798"
|
||||
SOURCE_FILENAME_2="rebol-r3-make-$portVersion.zip"
|
||||
SOURCE_URI_3="https://github.com/rebolsource/rebol-test/archive/502075cc3a4116c1785081e602eb8e28efd3247f.zip"
|
||||
CHECKSUM_SHA256_3="7d8415f467fbc87bfd77f21cf3fc2af5dfc6f129941a3a2daf1ed27ec2d194e1"
|
||||
SOURCE_FILENAME_3="rebol-test-$portVersion.zip"
|
||||
SOURCE_URI_3="https://github.com/rebol/rebol/archive/25033f897b2bd466068d7663563cd3ff64740b94.tar.gz"
|
||||
CHECKSUM_SHA256_3="ffe75f829fd414aa61466bb357362c9df02849cc4daf5febefc3195074761244"
|
||||
LICENSE="Apache v2"
|
||||
COPYRIGHT="2014 REBOL Technologies"
|
||||
REVISION="1"
|
||||
@@ -38,8 +35,6 @@ BUILD_PREREQUIRES="
|
||||
cmd:strip
|
||||
"
|
||||
|
||||
SOURCE_DIR="rebol-4d9840f8e661e7067472e828ee6ad8dd3008b247"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
cd make
|
||||
Reference in New Issue
Block a user