summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/emacs-wiki/Makefile3
-rw-r--r--textproc/htmlize.el/Makefile6
-rw-r--r--textproc/javacc/Makefile3
3 files changed, 8 insertions, 4 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile
index 44f9f69c8606..5dbe0f9925f5 100644
--- a/textproc/emacs-wiki/Makefile
+++ b/textproc/emacs-wiki/Makefile
@@ -16,6 +16,9 @@ PKGNAMESUFFIX= -${EMACS_PORT_NAME}
MAINTAINER= dryice@dryice.name
COMMENT= Create and use hyperlinks and simple formatting in plain text files
+DEPRECATED= Depends on textproc/htmlize.el, which is DEPRECATED
+EXPIRATION_DATE= 2011-10-31
+
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
diff --git a/textproc/htmlize.el/Makefile b/textproc/htmlize.el/Makefile
index 763aa45b7c2a..506c3e5269f8 100644
--- a/textproc/htmlize.el/Makefile
+++ b/textproc/htmlize.el/Makefile
@@ -17,10 +17,10 @@ EXTRACT_SUFX=
MAINTAINER= ports@FreeBSD.org
COMMENT= Emacs major mode to create HTML files from Emacs buffers (in colour!)
-DEPRECATED= BROKEN for more than 6 month
-EXPIRATION_DATE= 2011-09-01
-
+# Depended on by textproc/emacs-wiki
BROKEN= checksum mismatch
+DEPRECATED= BROKEN for more than 6 month
+EXPIRATION_DATE= 2011-10-31
USE_EMACS= yes
EMACS_PORT_NAME?= emacs21
diff --git a/textproc/javacc/Makefile b/textproc/javacc/Makefile
index 5a5c6898e158..840884cb65b0 100644
--- a/textproc/javacc/Makefile
+++ b/textproc/javacc/Makefile
@@ -15,8 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}src
MAINTAINER= ports@FreeBSD.org
COMMENT= Java parser generator and lexical analyzer
+# Depended on by www/commonist
DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
+EXPIRATION_DATE= 2011-10-31
USE_JAVA= yes
USE_ANT= yes