diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-08 22:26:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-08 22:26:21 +0000 |
commit | c6c742d7ccce0818cb881906f2ec3e17d36b77a9 (patch) | |
tree | ff5d106009d2967dc253f71fc3a842029430b708 /emulators | |
parent | fc4426389169d7f79c1129c3228b5f20b8b6ad4f (diff) | |
download | ports-c6c742d7ccce0818cb881906f2ec3e17d36b77a9.tar.gz ports-c6c742d7ccce0818cb881906f2ec3e17d36b77a9.zip |
Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years)
Notes
Notes:
svn path=/head/; revision=347539
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/prodosemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/svr4_base/Makefile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/emulators/prodosemu/Makefile b/emulators/prodosemu/Makefile index 11e888bcb489..0a9cfc4e3986 100644 --- a/emulators/prodosemu/Makefile +++ b/emulators/prodosemu/Makefile @@ -14,7 +14,8 @@ RESTRICTED= apple.rom copyright is owned by Apple and cannot be distributed. WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} - +DEPRECATED= Unmaintained since 2000 +EXPIRATION_DATE= 2014-04-11 PORTDOCS= README PLIST_FILES= bin/prodos share/apple2/prodos-2e.rom PLIST_DIRS= share/apple2 diff --git a/emulators/svr4_base/Makefile b/emulators/svr4_base/Makefile index 1738e3ddd4a8..e5ba4b128da8 100644 --- a/emulators/svr4_base/Makefile +++ b/emulators/svr4_base/Makefile @@ -10,6 +10,8 @@ DISTFILES= # none for now MAINTAINER= ports@FreeBSD.org COMMENT= Compatibility framework necessary for SVR4 emulation +DEPRECATED= Unmaintained since 2000 +EXPIRATION_DATE= 2014-04-11 PREFIX= / # distfile tared as "/compat/svr4" NO_MTREE= yes NO_BUILD= yes |