diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:57:16 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-08-26 03:57:16 +0000 |
commit | c2f625b8f3cd51adf8e5eca4cb4cd6fc1a4bd5ad (patch) | |
tree | e5f4d898efc194fcc37ec3fe72d71aa1b1c50ef8 /games/maelstrom | |
parent | 5d00e2248c8e0f675e189de41914b2bc0aa545e3 (diff) |
- Update MASTER_SITES and WWW: line
- Add MAKE_JOBS_SAFE
PR: 160105
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=280454
Diffstat (limited to 'games/maelstrom')
-rw-r--r-- | games/maelstrom/Makefile | 9 | ||||
-rw-r--r-- | games/maelstrom/distinfo | 4 | ||||
-rw-r--r-- | games/maelstrom/pkg-descr | 2 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 548dfd13a02a..8808a734adcb 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -7,20 +7,19 @@ PORTNAME= maelstrom PORTVERSION= 3.0.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ +MASTER_SITES= http://slouken.libsdl.org/projects/Maelstrom/src/ DISTNAME= Maelstrom-${PORTVERSION} +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Asteroids-style game for X Window System -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 - USE_SDL= sdl net USE_XORG= xpm GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes .if !defined(NOPORTDOCS) INSTALL_TARGET= install install_gamedocs diff --git a/games/maelstrom/distinfo b/games/maelstrom/distinfo index c90b334e4e95..53c23c8de0bc 100644 --- a/games/maelstrom/distinfo +++ b/games/maelstrom/distinfo @@ -1,2 +1,2 @@ -SHA256 (Maelstrom-3.0.6.tar.gz) = a53b25d6483b64af0ce4ee893c4915d9b6b242abcf27618f688fecb868c674e4 -SIZE (Maelstrom-3.0.6.tar.gz) = 1006665 +SHA256 (maelstrom/Maelstrom-3.0.6.tar.gz) = e7983c2c7376cdcca1944db1706d92aedd529638cf13358c88a60df982ba7b46 +SIZE (maelstrom/Maelstrom-3.0.6.tar.gz) = 1013073 diff --git a/games/maelstrom/pkg-descr b/games/maelstrom/pkg-descr index e058ddfbbae8..4e09262600d6 100644 --- a/games/maelstrom/pkg-descr +++ b/games/maelstrom/pkg-descr @@ -2,4 +2,4 @@ A port of the high resolution, fast action Asteroids-style Mac game Maelstrom originally written by Ambrosia Software. Unique to this port is a kick-butt network play mode. -WWW: http://www.devolution.com/~slouken/projects/Maelstrom/ +WWW: http://slouken.libsdl.org/projects/Maelstrom/ |