From 666bdb34dbea3805aae67c9bfab70db75a992c97 Mon Sep 17 00:00:00 2001 From: Klaus Schwarzkopf Date: Sat, 27 Nov 2010 17:15:24 +0100 Subject: [PATCH] frotz: new homepage MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit new homepage and src_uri for frotz version 2.43 and 2.42 Signed-off-by: Eric Bénard --- recipes/frotz/frotz_2.42.bb | 4 ++-- recipes/frotz/frotz_2.43.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/frotz/frotz_2.42.bb b/recipes/frotz/frotz_2.42.bb index 6faf415b6a..c74b1323e0 100644 --- a/recipes/frotz/frotz_2.42.bb +++ b/recipes/frotz/frotz_2.42.bb @@ -1,12 +1,12 @@ LICENSE = "GPL" DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." -HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +HOMEPAGE = "http://frotz.sourceforge.net/" SECTION = "console/games" PR = "r1" DEPENDS = "ncurses" -SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ +SRC_URI = "http://downloads.sourceforge.net/project/frotz/frotz/2.42/frotz-${PV}.tar.gz \ file://Makefile.patch " do_configure() { diff --git a/recipes/frotz/frotz_2.43.bb b/recipes/frotz/frotz_2.43.bb index b59f7084dc..645fb98c1e 100644 --- a/recipes/frotz/frotz_2.43.bb +++ b/recipes/frotz/frotz_2.43.bb @@ -1,12 +1,12 @@ LICENSE = "GPL" DESCRIPTION = "Frotz is an interpreter for Infocom games and other Z-machine games." -HOMEPAGE = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/" +HOMEPAGE = "http://frotz.sourceforge.net/" SECTION = "console/games" PR = "r1" DEPENDS = "ncurses" -SRC_URI = "http://www.cs.csubak.edu/~dgriffi/proj/frotz/files/frotz-${PV}.tar.gz \ +SRC_URI = "http://downloads.sourceforge.net/project/frotz/frotz/2.43/frotz-${PV}.tar.gz \ file://Makefile-${PV}.patch \ file://remove_root_restriction.patch " -- 2.39.5