diff options
author | antoine <antoine@FreeBSD.org> | 2015-11-29 17:51:30 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-11-29 17:51:30 +0800 |
commit | 419d6e8410cea8b97d6107c491af29adafb9eeb6 (patch) | |
tree | b91b466eb9eb2ef81c548783b0eebab6e3cf6cf7 /editors | |
parent | 89605697b3539a456d0d86f1400617406b7bc685 (diff) | |
download | freebsd-ports-gnome-419d6e8410cea8b97d6107c491af29adafb9eeb6.tar.gz freebsd-ports-gnome-419d6e8410cea8b97d6107c491af29adafb9eeb6.tar.zst freebsd-ports-gnome-419d6e8410cea8b97d6107c491af29adafb9eeb6.zip |
Deprecate ports broken for more than 6 months
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 |