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 /emulators | |
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 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 3 | ||||
-rw-r--r-- | emulators/xmess/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index c6af61538d18..4d0a740dccc6 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -15,6 +15,9 @@ DISTNAME= xmame-${XMAMEVERSION} MAINTAINER?= ports@FreeBSD.org COMMENT?= UNIX/X11 port of the Multi Arcade Machine Emulator (MAME) +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 NO_CDROM= License does not permit selling diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index b848813f795b..ef190348b9db 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -7,6 +7,9 @@ PORTREVISION= 3 MAINTAINER= ports@FreeBSD.org COMMENT= X11 emulator for game consoles +DEPRECATED= No more public distfiles +EXPIRATION_DATE= 2014-03-07 + MASTERDIR= ${.CURDIR}/../xmame DESCR= ${.CURDIR}/pkg-descr |