diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-26 00:01:13 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-01-26 00:01:13 +0000 |
commit | 18bc365f51a1a0bae2df36720bd7c0925f1ccf08 (patch) | |
tree | ae346bc16c37467c3c39f8d7d7ea00ca34de5550 | |
parent | License is acually ISC (diff) |
- Mark DEPRECATED, set EXPIRATION_DATE for deps of deprecated pysol
Notes
Notes:
svn path=/head/; revision=341142
-rw-r--r-- | audio/pysol-sound-server/Makefile | 3 | ||||
-rw-r--r-- | games/pysol-cardsets/Makefile | 3 | ||||
-rw-r--r-- | games/pysol-music/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/audio/pysol-sound-server/Makefile b/audio/pysol-sound-server/Makefile index 7eed84d4f46e..2b5aa53928a7 100644 --- a/audio/pysol-sound-server/Makefile +++ b/audio/pysol-sound-server/Makefile @@ -15,6 +15,9 @@ LIB_DEPENDS= libsmpeg.so:${PORTSDIR}/multimedia/smpeg WRKSRC= ${WRKDIR}/${DISTNAME}/src +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + USE_SDL= mixer sdl USE_BZIP2= yes USE_PYTHON= 2 diff --git a/games/pysol-cardsets/Makefile b/games/pysol-cardsets/Makefile index 8e4c958e26e3..89bd53d6dd40 100644 --- a/games/pysol-cardsets/Makefile +++ b/games/pysol-cardsets/Makefile @@ -32,6 +32,9 @@ CARDSETS= 1567 1750 1815 1880-delarue 1880-tarot 1890-grimaud aisleriot \ xpat2-nox-medium xpat2-nox-small xpat2-nox-tiny xskat-french \ xskat-french-large xskat-german +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/pysol diff --git a/games/pysol-music/Makefile b/games/pysol-music/Makefile index 46f106d18b63..f0a00118392c 100644 --- a/games/pysol-music/Makefile +++ b/games/pysol-music/Makefile @@ -16,6 +16,9 @@ RUN_DEPENDS= pysol:${PORTSDIR}/games/pysol USE_BZIP2= yes NO_BUILD= yes +DEPRECATED= Broken, abondonware, use pysolfc +EXPIRATION_DATE= 2014-03-27 + NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/pysol |