diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 00:44:58 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-06-04 00:44:58 +0800 |
commit | c31defa0fc6069fd58ebbef6564b36ff4e2a70f7 (patch) | |
tree | 24dcac0a257526d4f05afdcd8a3429b3043b19a1 /editors | |
parent | 2857e83e8acd09cc2a2acd9d525eebc711a566bf (diff) | |
download | freebsd-ports-gnome-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.tar.gz freebsd-ports-gnome-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.tar.zst freebsd-ports-gnome-c31defa0fc6069fd58ebbef6564b36ff4e2a70f7.zip |
Deprecate ports broken for more than 6 months
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fb/Makefile | 2 | ||||
-rw-r--r-- | editors/ssam/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile index 86bb8ef3f8c3..bff107bdd812 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -12,6 +12,8 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Binary file viewer, editor, and manipulator (and a lot more) BROKEN= Does not fetch +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 NO_WRKSUBDIR= Yes PLIST_FILES= bin/fb \ diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile index c96d7a199ef9..1390b5df5d9e 100644 --- a/editors/ssam/Makefile +++ b/editors/ssam/Makefile @@ -10,6 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Stream editor that uses the UTF routines with the sam(1) command set BROKEN= unfetchable +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2016-07-04 BUILD_DEPENDS= ${LOCALBASE}/include/ure.h:misc/libutf |