diff options
author | linimon <linimon@FreeBSD.org> | 2007-07-19 17:30:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-07-19 17:30:52 +0800 |
commit | d3d21a10ec2f6e07703cb8f567b31cb9ab2bf10e (patch) | |
tree | 8907b3d559f2ba30b19742fd64e15ee73ad9e8cb /irc | |
parent | c2ba19da3d0c645c81fbb5b0284fd79513de367e (diff) | |
download | freebsd-ports-graphics-d3d21a10ec2f6e07703cb8f567b31cb9ab2bf10e.tar.gz freebsd-ports-graphics-d3d21a10ec2f6e07703cb8f567b31cb9ab2bf10e.tar.zst freebsd-ports-graphics-d3d21a10ec2f6e07703cb8f567b31cb9ab2bf10e.zip |
Start the deorbit burn of emacs20 and dependent files. They are antiquated.
Discussed with: various emacs maintainers
Hat: portmgr
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 aff4df00b6d..6c5161faa13 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 026640104ac..ee0a9b1ee8f 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 463ad0f0dfc..792d24a0e17 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 |