diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-06 04:31:33 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-06 04:31:33 +0800 |
commit | 8ba6f7e839cf0caa586dac84275e48e6e5b135d5 (patch) | |
tree | f732dfb4881ae424fcbac43b0005d9d61cd6ab23 /games | |
parent | 7d80eb3e40ec1e13ab0668cebb05439a51dfef74 (diff) | |
download | freebsd-ports-gnome-8ba6f7e839cf0caa586dac84275e48e6e5b135d5.tar.gz freebsd-ports-gnome-8ba6f7e839cf0caa586dac84275e48e6e5b135d5.tar.zst freebsd-ports-gnome-8ba6f7e839cf0caa586dac84275e48e6e5b135d5.zip |
Reset maintainer and deprecate
Submitted by: maintainer
With hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/vegastrike-data/Makefile | 5 | ||||
-rw-r--r-- | games/vegastrike/Makefile | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/games/vegastrike-data/Makefile b/games/vegastrike-data/Makefile index fa02438ebb05..f682f8e22539 100644 --- a/games/vegastrike-data/Makefile +++ b/games/vegastrike-data/Makefile @@ -8,9 +8,12 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Vega Strike data files +DEPRECATED= Does not compile with modern compilers +EXPIRATION_DATE= 2014-07-06 + USE_BZIP2= yes NO_BUILD= yes diff --git a/games/vegastrike/Makefile b/games/vegastrike/Makefile index d38d997a8d21..a0f429f5f0e0 100644 --- a/games/vegastrike/Makefile +++ b/games/vegastrike/Makefile @@ -8,9 +8,12 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.1/ DISTNAME= vegastrike-src-${PORTVERSION} -MAINTAINER= rnejdl@ringofsaturn.com +MAINTAINER= ports@FreeBSD.org COMMENT= Opensource 3D space simulator +DEPRECATED= Does not compile with modern compilers +EXPIRATION_DATE= 2014-07-06 + RUN_DEPENDS= ${DATADIR}/vegastrike.ico:${PORTSDIR}/games/vegastrike-data LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ vorbis.4:${PORTSDIR}/audio/libvorbis \ |