diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-09 09:48:11 +0800 |
commit | eb1221028bf4fede5dc01dc23b74966d773c049b (patch) | |
tree | 153fb0d88bd6601344c2524ac04cbc8ae17c769d /textproc | |
parent | a15575996b7a05b74a53ffd92fcd79e396aca6ad (diff) | |
download | freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.gz freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.tar.zst freebsd-ports-gnome-eb1221028bf4fede5dc01dc23b74966d773c049b.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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 3 | ||||
-rw-r--r-- | textproc/htmlize.el/Makefile | 6 | ||||
-rw-r--r-- | textproc/javacc/Makefile | 3 |
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 |