diff options
author | gahr <gahr@FreeBSD.org> | 2017-10-20 20:25:51 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:47:13 +0800 |
commit | 768dd985a20e40c9128936b2121833825d5d82b9 (patch) | |
tree | cc13033d08ad47a69dc9121a36bde39eaf8aea4d /games | |
parent | 3c6d79af4495f2f615d0c1603742b2d4eebd5eca (diff) | |
download | freebsd-ports-gnome-768dd985a20e40c9128936b2121833825d5d82b9.tar.gz freebsd-ports-gnome-768dd985a20e40c9128936b2121833825d5d82b9.tar.zst freebsd-ports-gnome-768dd985a20e40c9128936b2121833825d5d82b9.zip |
lang/tcl84, x11-toolkits/tk84: extend expiration for another month
Track down a few more ports that depend on those two, and deprecate them too.
Diffstat (limited to 'games')
-rw-r--r-- | games/bogged/Makefile | 3 | ||||
-rw-r--r-- | games/ifm/Makefile | 3 | ||||
-rw-r--r-- | games/tksol/Makefile | 3 | ||||
-rw-r--r-- | games/ttraffic/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/games/bogged/Makefile b/games/bogged/Makefile index f1f89675c50a..1e9cc94c16e7 100644 --- a/games/bogged/Makefile +++ b/games/bogged/Makefile @@ -11,6 +11,9 @@ EXTRACT_SUFX= .gz MAINTAINER= ports@FreeBSD.org COMMENT= Word game for X Window System +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-11-20 + RUN_DEPENDS= wish8.4:x11-toolkits/tk84 EXTRACT_CMD= ${GZIP_CMD} diff --git a/games/ifm/Makefile b/games/ifm/Makefile index 4665d8d07636..c8d1a19d7184 100644 --- a/games/ifm/Makefile +++ b/games/ifm/Makefile @@ -9,6 +9,9 @@ MASTER_SITES= http://www.ifarchive.org/if-archive/mapping-tools/ MAINTAINER= akosela@andykosela.com COMMENT= Interactive Fiction mapper and walkthrough generator +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-11-20 + RUN_DEPENDS= wish8.4:x11-toolkits/tk84 USES= perl5 gmake diff --git a/games/tksol/Makefile b/games/tksol/Makefile index 6f424f326b4f..eea3dbb8dfde 100644 --- a/games/tksol/Makefile +++ b/games/tksol/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= SUNSITE/games/solitaires MAINTAINER= ports@FreeBSD.org COMMENT= Version of the card game solitaire +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-11-20 + LICENSE= GPLv2 RUN_DEPENDS= wish8.4:x11-toolkits/tk84 diff --git a/games/ttraffic/Makefile b/games/ttraffic/Makefile index fdd194d58c8c..e466d0924ba6 100644 --- a/games/ttraffic/Makefile +++ b/games/ttraffic/Makefile @@ -11,6 +11,9 @@ MASTER_SITES= http://alpha.luc.ac.be/Research/Algebra/Members/Ttraffic/ \ MAINTAINER= tobez@FreeBSD.org COMMENT= TTraffic - A Tcl/Tk version of Rush Hour +DEPRECATED= Tcl/Tk 8.4 is no longer maintained, please use 8.5+ +EXPIRATION_DATE= 2017-11-20 + BUILD_DEPENDS= wish8.4:x11-toolkits/tk84 RUN_DEPENDS= wish8.4:x11-toolkits/tk84 |