From 894c0a00b406ba7500505064259e36e1879f20ab Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sun, 18 Oct 2009 02:48:58 +0000 Subject: [PATCH] Updated .bep and .patch files so that they actually work, .bep file now pulls the source from our repo and previous location was down. --- .../sge/{sge030809-haiku.diff => patches/sge-030809.patch} | 0 media-libs/sge/{sge030809.bep => sge-030809.bep} | 5 +---- 2 files changed, 1 insertion(+), 4 deletions(-) rename media-libs/sge/{sge030809-haiku.diff => patches/sge-030809.patch} (100%) rename media-libs/sge/{sge030809.bep => sge-030809.bep} (57%) diff --git a/media-libs/sge/sge030809-haiku.diff b/media-libs/sge/patches/sge-030809.patch similarity index 100% rename from media-libs/sge/sge030809-haiku.diff rename to media-libs/sge/patches/sge-030809.patch diff --git a/media-libs/sge/sge030809.bep b/media-libs/sge/sge-030809.bep similarity index 57% rename from media-libs/sge/sge030809.bep rename to media-libs/sge/sge-030809.bep index eba00f415..2cf409747 100644 --- a/media-libs/sge/sge030809.bep +++ b/media-libs/sge/sge-030809.bep @@ -1,13 +1,10 @@ DESCRIPTION="SDL Graphics Extension" HOMEPAGE="http://www.etek.chalmers.se/~e8cal1/sge/" -SRC_URI="http://www.etek.chalmers.se/~e8cal1/sge/files/sge030809.tar.gz" +SRC_URI="http://ports.haiku-files.org/export/394/haikuports/trunk/media-libs/sge/sources/sge030809.tar.gz" REVISION="1" -STATUS_R5="untested" -STATUS_BONE="untested" STATUS_HAIKU="stable" DEPEND="" BUILD { - patch -p0 -ui sge030809-haiku.diff cd sge030809 make }