diff options
author | alexbl <alexbl@FreeBSD.org> | 2006-10-03 16:14:57 +0800 |
---|---|---|
committer | alexbl <alexbl@FreeBSD.org> | 2006-10-03 16:14:57 +0800 |
commit | bb07994871f232f277e71d67e59be80e8cc887b0 (patch) | |
tree | b00b750f0492a3770354eb842c0059acb4ccc6dd /games/vultures-eye | |
parent | 6f025bbd3bc1c4b19e5a85896a80cbeeaf7462db (diff) | |
download | freebsd-ports-gnome-bb07994871f232f277e71d67e59be80e8cc887b0.tar.gz freebsd-ports-gnome-bb07994871f232f277e71d67e59be80e8cc887b0.tar.zst freebsd-ports-gnome-bb07994871f232f277e71d67e59be80e8cc887b0.zip |
- Update distinfo to use -full tarball. Upstream no longer distributes the
source for Vulture's Eye and Vulture's Claw seperetly, so the combined
distfile must be used.
PR: 103836
Submitted by: Li-Lun Wang (Leland Wang) <llwang@infor.org> (maintainer)
Approved by: novel (mentor, implicit)
Diffstat (limited to 'games/vultures-eye')
-rw-r--r-- | games/vultures-eye/Makefile | 4 | ||||
-rw-r--r-- | games/vultures-eye/distinfo | 6 | ||||
-rw-r--r-- | games/vultures-eye/files/patch-win-vultures-GNUmakefile | 9 |
3 files changed, 5 insertions, 14 deletions
diff --git a/games/vultures-eye/Makefile b/games/vultures-eye/Makefile index a33e822a4dea..7d1ae1b27d93 100644 --- a/games/vultures-eye/Makefile +++ b/games/vultures-eye/Makefile @@ -9,9 +9,9 @@ PORTNAME= vultures PORTVERSION= 2.1.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= http://www.darkarts.co.za/projects/vultures/downloads/${PORTVERSION}/ +MASTER_SITES= http://www.darkarts.co.za/projects/vultures/attachment/wiki/downloads/${PORTVERSION}/ PKGNAMESUFFIX= -eye -DISTFILES= ${DISTNAME}${PKGNAMESUFFIX}${EXTRACT_SUFX} +DISTFILES= ${DISTNAME}-full${EXTRACT_SUFX}?format=raw MAINTAINER= llwang@infor.org COMMENT= A graphical interface for NetHack 3.4.3 forked from Falcon's Eye diff --git a/games/vultures-eye/distinfo b/games/vultures-eye/distinfo index 7b41b997969d..454cd99950f3 100644 --- a/games/vultures-eye/distinfo +++ b/games/vultures-eye/distinfo @@ -1,3 +1,3 @@ -MD5 (vultures-2.1.0-eye.tar.bz2) = c363133fdbccd2815dff3ab7f6185520 -SHA256 (vultures-2.1.0-eye.tar.bz2) = 0a3a2fb604f5ce91728ecf55eb85e0c1540cf0300136ec7e2a1cbf4b7a6f570b -SIZE (vultures-2.1.0-eye.tar.bz2) = 32403102 +MD5 (vultures-2.1.0-full.tar.bz2?format=raw) = f448f4fa74f07178683640a3f7985944 +SHA256 (vultures-2.1.0-full.tar.bz2?format=raw) = 9b7d39a17c17d12ed503670c64845f0134b5775cd8a45f22ae41e7d8c522b943 +SIZE (vultures-2.1.0-full.tar.bz2?format=raw) = 36865415 diff --git a/games/vultures-eye/files/patch-win-vultures-GNUmakefile b/games/vultures-eye/files/patch-win-vultures-GNUmakefile index 04a4df25633e..3219b4ebc37f 100644 --- a/games/vultures-eye/files/patch-win-vultures-GNUmakefile +++ b/games/vultures-eye/files/patch-win-vultures-GNUmakefile @@ -9,12 +9,3 @@ else SDL_CONFIG := sdl-config endif -@@ -34,7 +34,7 @@ - OUTPUT_OBJ := $(BUILDDIR)/vultures.o - - --NHDIR := ../$(BUILD) -+NHDIR := ../.. - NHSRC := $(NHDIR)/src - INCLUDE := -I $(NHDIR)/include/ -I . -I $(BUILDDIR)/ - |