diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/jedit-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/ooodict-all/Makefile | 2 | ||||
-rw-r--r-- | editors/ooodict-es_ES/Makefile | 2 | ||||
-rw-r--r-- | editors/tea/Makefile | 2 |
4 files changed, 9 insertions, 1 deletions
diff --git a/editors/jedit-devel/Makefile b/editors/jedit-devel/Makefile index ed6c781a2d70..500e70d19bbe 100644 --- a/editors/jedit-devel/Makefile +++ b/editors/jedit-devel/Makefile @@ -18,7 +18,9 @@ EXTRACT_ONLY= MAINTAINER= ports@FreeBSD.org COMMENT= Powerful programmer's text editor written in Java -IGNORE= "marked as IGNORE: editors/jedit is the latest version" +IGNORE= marked as IGNORE: editors/jedit is the latest version +EXPIRATION_DATE=2005-02-18 +DEPRECATED= "${IGNORE}" USE_JAVA= 1.3+ diff --git a/editors/ooodict-all/Makefile b/editors/ooodict-all/Makefile index b50c331e67d0..3e85e5a0a596 100644 --- a/editors/ooodict-all/Makefile +++ b/editors/ooodict-all/Makefile @@ -20,6 +20,8 @@ USE_ZIP= yes EXTRACT_ONLY= BROKEN= "Checksum mismatch" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} .if !defined(LANGDIST) DICTMETAPORT= yes diff --git a/editors/ooodict-es_ES/Makefile b/editors/ooodict-es_ES/Makefile index b1d6796c0458..bb8219ae7afa 100644 --- a/editors/ooodict-es_ES/Makefile +++ b/editors/ooodict-es_ES/Makefile @@ -17,5 +17,7 @@ MASTERDIR= ${.CURDIR}/../ooodict-all RDEP= ${PORTSDIR}/editors/openoffice-1.0-es BROKEN= "Checksum mismatch" +EXPIRATION_DATE=2005-02-18 +DEPRECATED= ${BROKEN} .include "${MASTERDIR}/Makefile" diff --git a/editors/tea/Makefile b/editors/tea/Makefile index a82d227be1a1..dc0cdaef2765 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -18,6 +18,8 @@ COMMENT= A simple GTK+ text editor WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} BROKEN= Size mismatch +EXPIRATION_DATE= 2005-02-18 +DEPRECATED= ${BROKEN} USE_X_PREFIX= yes USE_BZIP2= yes |