diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-16 01:28:08 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-16 01:28:08 +0800 |
commit | 637b3d75f32e388a128f41aa2d3db1522511c43c (patch) | |
tree | da45bc610b895baaaec7e5627ae6fc549ed3528c /emulators | |
parent | 96e51fb708cfdb1e4d7899587b575b3b10dbba02 (diff) | |
download | freebsd-ports-gnome-637b3d75f32e388a128f41aa2d3db1522511c43c.tar.gz freebsd-ports-gnome-637b3d75f32e388a128f41aa2d3db1522511c43c.tar.zst freebsd-ports-gnome-637b3d75f32e388a128f41aa2d3db1522511c43c.zip |
Deprecate a few ports
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aftp/Makefile | 2 | ||||
-rw-r--r-- | emulators/ia64sim/Makefile | 2 | ||||
-rw-r--r-- | emulators/loemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/pipelight/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/emulators/aftp/Makefile b/emulators/aftp/Makefile index 441467e9313d..b24e75854a07 100644 --- a/emulators/aftp/Makefile +++ b/emulators/aftp/Makefile @@ -12,6 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Ftp-like shell for accessing Apple II disk images BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 PLIST_FILES= bin/aftp man/man1/aftp.1.gz diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 3b8d7eb5d23a..3079a3b721e1 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -17,6 +17,8 @@ ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= never ported to non-x86 architectures BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 USES= gmake zip MAKEFILE= makefile.unx diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index bfa0095a2bff..2a0e7f90ae42 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -13,6 +13,8 @@ COMMENT= Simple frontend for various game emulators LICENSE= GPLv2+ BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libxml2>=0:textproc/py-libxml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}libxslt>=0:textproc/py-libxslt@${PY_FLAVOR} diff --git a/emulators/pipelight/Makefile b/emulators/pipelight/Makefile index 111b99d33981..f1b8e7de6109 100644 --- a/emulators/pipelight/Makefile +++ b/emulators/pipelight/Makefile @@ -19,6 +19,8 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN= unfetchable +DEPRECATED= Unfetchable, unmaintained +EXPIRATION_DATE= 2019-10-16 BUILD_DEPENDS= ${LOCALBASE}/bin/gpg2:security/gnupg \ ${LOCALBASE}/bin/bash:shells/bash |