diff options
author | bapt <bapt@FreeBSD.org> | 2014-02-08 02:50:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-02-08 02:50:30 +0800 |
commit | b349ca600a18b90e77b06eb424f9cd079c87c096 (patch) | |
tree | de47e4f78f73207a09d6d63c1243fa414971597d /games | |
parent | 67a9fcbfe8ddecec063a6d8a9b3fd45fccfac94c (diff) | |
download | freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.tar.gz freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.tar.zst freebsd-ports-gnome-b349ca600a18b90e77b06eb424f9cd079c87c096.zip |
Deprecate ports unmaintained for which distillator is not able to find public distfiles
Reported by: distilator
Diffstat (limited to 'games')
-rw-r--r-- | games/54321/Makefile | 3 | ||||
-rw-r--r-- | games/fmars/Makefile | 3 | ||||
-rw-r--r-- | games/hlstats/Makefile | 3 | ||||
-rw-r--r-- | games/utserver/Makefile | 3 | ||||
-rw-r--r-- | games/wmminichess/Makefile | 3 | ||||
-rw-r--r-- | games/xbomb/Makefile | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/games/54321/Makefile b/games/54321/Makefile index 8b1c7e831d35..2b2dfdbdfde4 100644 --- a/games/54321/Makefile +++ b/games/54321/Makefile @@ -12,6 +12,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= 54321 is five games in four-, three-, or two-dimensions for one player +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_SDL= image sdl diff --git a/games/fmars/Makefile b/games/fmars/Makefile index 3c7adb74903e..cc405674c529 100644 --- a/games/fmars/Makefile +++ b/games/fmars/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://users.v-lo.krakow.pl/~michal/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast Memory Array Redcode Simulator +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= GPLv2 BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile diff --git a/games/hlstats/Makefile b/games/hlstats/Makefile index 2211bc07c557..93eb5ce4b18a 100644 --- a/games/hlstats/Makefile +++ b/games/hlstats/Makefile @@ -10,6 +10,9 @@ DISTNAME= HLStats-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A real-time statistics generator for Half-Life and its mods +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= CDDL RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql diff --git a/games/utserver/Makefile b/games/utserver/Makefile index d6f20cd84de7..6c28cbc539ad 100644 --- a/games/utserver/Makefile +++ b/games/utserver/Makefile @@ -16,6 +16,9 @@ EXTRACT_ONLY= ${MAINFILE} MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Tournament Dedicated Server for Linux +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + OPTIONS_DEFINE= BONUSPACKS OPTIONS_DEFAULT= BONUSPACKS BONUSPACKS_DESC= install the official bonus packs collection diff --git a/games/wmminichess/Makefile b/games/wmminichess/Makefile index d1338ecb38b9..79dbad4c702e 100644 --- a/games/wmminichess/Makefile +++ b/games/wmminichess/Makefile @@ -11,6 +11,9 @@ DISTNAME= miniCHESS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Window Maker chess dockapp game +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LICENSE= GPLv2 # (or later) RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess diff --git a/games/xbomb/Makefile b/games/xbomb/Makefile index 60945a986de4..395113e85d86 100644 --- a/games/xbomb/Makefile +++ b/games/xbomb/Makefile @@ -10,6 +10,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Minesweeper with a couple of grid types +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + USES= pkgconfig USE_XORG= xaw7 |