diff options
author | ashish <ashish@FreeBSD.org> | 2014-10-19 13:20:51 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-10-19 13:20:51 +0800 |
commit | 53999cf2783e60b1295a64d20d643ac735ffb8be (patch) | |
tree | a97af816fa49f16a0311a9420df7db5a9ec582fe /editors | |
parent | 4ee2e1c4d72077a00dccfb5bb58c8436790eb640 (diff) | |
download | freebsd-ports-gnome-53999cf2783e60b1295a64d20d643ac735ffb8be.tar.gz freebsd-ports-gnome-53999cf2783e60b1295a64d20d643ac735ffb8be.tar.zst freebsd-ports-gnome-53999cf2783e60b1295a64d20d643ac735ffb8be.zip |
- Mark port as deprecated, and give one month's notice for expiration
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs23/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index c9bdb6d9315b..b0b6ab49696f 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -19,6 +19,9 @@ COMMENT= GNU editing macros LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Unmaintained upstream, use editors/emacs +EXPIRATION_DATE= 2014-11-19 + MAKE_JOBS_UNSAFE= yes CONFLICTS= emacs-19.* emacs21-* emacs22-* emacs24-* \ |