aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 01:48:11 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 01:48:11 +0000
commit2d94dc2a57e15ef36ef6232f10f83d7d835ed86f (patch)
treefa77975e558b22de534bb213b1f0a5ddc6816c02 /textproc
parentf6ceda4641fbefafa4e37868815177f80a68a5d8 (diff)
downloadports-2d94dc2a57e15ef36ef6232f10f83d7d835ed86f.tar.gz
ports-2d94dc2a57e15ef36ef6232f10f83d7d835ed86f.zip
For ports that have an EXPIRATION_DATE which has already passed, but
that have other ports that depend on them, mark the ports that depend on them DEPRECATED, and make all EXPIRATION_DATEs 2011-10-31.
Notes
Notes: svn path=/head/; revision=283224
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