diff options
-rw-r--r-- | devel/elib-emacs19/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 3 | ||||
-rw-r--r-- | editors/psgml-emacs19/Makefile | 3 | ||||
-rw-r--r-- | korean/hanemacs/Makefile | 3 | ||||
-rw-r--r-- | www/w3/Makefile | 3 |
5 files changed, 14 insertions, 1 deletions
diff --git a/devel/elib-emacs19/Makefile b/devel/elib-emacs19/Makefile index f328cf4c34a2..f1392786d1b5 100644 --- a/devel/elib-emacs19/Makefile +++ b/devel/elib-emacs19/Makefile @@ -12,6 +12,9 @@ PORTCLASS= slave MASTERDIR= ${.CURDIR}/../../devel/elib +DEPRECATED= emacs19 is obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + # emacs port setup USE_EMACS= yes EMACS_PORT_NAME= emacs19 diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index c087b413fd08..8bc4ef15458e 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -20,7 +20,8 @@ CONFLICTS= emacs-21.* emacs-22.* \ xemacs-mule-[0-9]* xemacs-devel-mule-[0-9]* ONLY_FOR_ARCHS= i386 -DEPRECATED= "editors/emacs is recommended instead for new installations" +DEPRECATED= emacs19 is obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 EMACS_VERSION= 19.34 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/psgml-emacs19/Makefile b/editors/psgml-emacs19/Makefile index a9b939160014..388fe89955b8 100644 --- a/editors/psgml-emacs19/Makefile +++ b/editors/psgml-emacs19/Makefile @@ -11,6 +11,9 @@ COMMENT= A major mode for editing SGML and XML documents for emacs19 # This is a slave port. MASTERDIR= ${.CURDIR}/../psgml +DEPRECATED= emacs19 is obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + # emacs port setup USE_EMACS= yes EMACS_PORT_NAME= emacs19 diff --git a/korean/hanemacs/Makefile b/korean/hanemacs/Makefile index 01f3f963ba98..001738827bcb 100644 --- a/korean/hanemacs/Makefile +++ b/korean/hanemacs/Makefile @@ -19,6 +19,9 @@ COMMENT= Korean version of GNU editing macros ONLY_FOR_ARCHS= i386 +DEPRECATED= depends on emacs19 which is obsolete +EXPIRATION_DATE= 2007-08-19 + WRKSRC= ${WRKDIR}/hanemacs-19.34 GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/www/w3/Makefile b/www/w3/Makefile index 25432c06d11e..92d8589f58fc 100644 --- a/www/w3/Makefile +++ b/www/w3/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/www/ MAINTAINER= ports@FreeBSD.org COMMENT?= WWW browser based on emacs/mule +DEPRECATED= distfile is 10 years old and depends on emacs19 which is obsolete +EXPIRATION_DATE= 2007-08-19 + BUILD_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 RUN_DEPENDS?= emacs-19.34:${PORTSDIR}/editors/emacs19 |