diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-29 09:51:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-11-29 09:51:30 +0000 |
commit | a1af583929f28afb51a5190a9e28de2b1746d9ad (patch) | |
tree | b91b466eb9eb2ef81c548783b0eebab6e3cf6cf7 /editors | |
parent | 26678e88891c4d09c898a1894d6ae375f9316503 (diff) |
Deprecate ports broken for more than 6 months
Notes
Notes:
svn path=/head/; revision=402586
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bless/Makefile | 2 | ||||
-rw-r--r-- | editors/e3/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/editors/bless/Makefile b/editors/bless/Makefile index edc6b262fcc5..a5e1b53fee3c 100644 --- a/editors/bless/Makefile +++ b/editors/bless/Makefile @@ -11,6 +11,8 @@ MAINTAINER= mono@FreeBSD.org COMMENT= High quality, full featured hex editor BROKEN= Fails to build with mono 4 +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-12-30 USES= gmake mono pathfix pkgconfig USE_GNOME= gnomeprefix gnomedocutils gtksharp20 diff --git a/editors/e3/Makefile b/editors/e3/Makefile index 19267c8b9248..1964b35d053a 100644 --- a/editors/e3/Makefile +++ b/editors/e3/Makefile @@ -13,6 +13,8 @@ COMMENT= Full featured text editor written in assembler BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm BROKEN= does not fetch (certificate verification failed) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2015-12-30 USES= gmake tar:tgz MAKE_ARGS= OS=FREEBSD |