diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-07-19 09:30:52 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-07-19 09:30:52 +0000 |
commit | 18f405e5b2b612aed56c5b7714a80c4882e8187d (patch) | |
tree | 666239a16b5d2d6c33bf1b75c39c51d3bb53ba76 /irc | |
parent | Start the deorbit burn of emacs19 and dependent files. They are antiquated. (diff) |
Start the deorbit burn of emacs20 and dependent files. They are antiquated.
Discussed with: various emacs maintainers
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=195880
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irchat-pj-emacs20/Makefile | 3 | ||||
-rw-r--r-- | irc/pure-emacs20/Makefile | 3 | ||||
-rw-r--r-- | irc/riece-emacs20/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/irc/irchat-pj-emacs20/Makefile b/irc/irchat-pj-emacs20/Makefile index aff4df00b6d4..6c5161faa134 100644 --- a/irc/irchat-pj-emacs20/Makefile +++ b/irc/irchat-pj-emacs20/Makefile @@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@FreeBSD.org COMMENT= IRC client which runs under Emacsen +DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + BUILD_DEPENDS= ${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} RUN_DEPENDS= ${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \ ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc diff --git a/irc/pure-emacs20/Makefile b/irc/pure-emacs20/Makefile index 026640104ac1..ee0a9b1ee8f0 100644 --- a/irc/pure-emacs20/Makefile +++ b/irc/pure-emacs20/Makefile @@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@FreeBSD.org COMMENT= Primitive Universal Relay-chat Environment +DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + USE_BZIP2= yes USE_EMACS= yes EMACS_PORT_NAME?= emacs20 diff --git a/irc/riece-emacs20/Makefile b/irc/riece-emacs20/Makefile index 463ad0f0dfca..792d24a0e17b 100644 --- a/irc/riece-emacs20/Makefile +++ b/irc/riece-emacs20/Makefile @@ -6,6 +6,9 @@ MASTERDIR= ${.CURDIR}/../riece +DEPRECATED= emacs20 and related ports are obsolete; please use a more recent version +EXPIRATION_DATE= 2007-08-19 + USE_EMACS= yes EMACS_PORT_NAME= emacs20 |