From 80cefe04607c4da3881809902304f3f3cfc5e8f0 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 14 Jan 2015 23:22:20 -0500 Subject: [PATCH] golang: requires git. Nothing changed in the port, I assume that somehow HaikuPorter was previously pulling in Git and now it isn't. --- dev-lang/golang/golang-1.3.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-lang/golang/golang-1.3.recipe b/dev-lang/golang/golang-1.3.recipe index c80d3a84e..7b03a93c2 100644 --- a/dev-lang/golang/golang-1.3.recipe +++ b/dev-lang/golang/golang-1.3.recipe @@ -16,7 +16,7 @@ SRC_URI="https://bitbucket.org/zhuowei/go-1-3-haiku/downloads/golang-1.3-porthai SOURCE_DIR="golang-1.3-porthaiku2" CHECKSUM_SHA256="7ec832d47bf5080f579aa80f8f196bf0b8f60aa99718510e8028586255f716c7" -REVISION="1" +REVISION="2" LICENSE="BSD (3-clause)" COPYRIGHT="2009-2014 The Go Authors" @@ -53,6 +53,7 @@ BUILD_REQUIRES=" BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:hg + cmd:git " BUILD() @@ -65,7 +66,7 @@ BUILD() export GOPATH=/tmp export GOROOT=`pwd` bin/go get code.google.com/p/go.tools/cmd/godoc - bin/go get code.google.com/p/go.tools/cmd/vet + bin/go get code.google.com/p/go.tools/cmd/vet } INSTALL()