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 /editors | |
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 'editors')
-rw-r--r-- | editors/doxymacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/doxymacs/Makefile b/editors/doxymacs/Makefile index 83ca08614452..014bfc334941 100644 --- a/editors/doxymacs/Makefile +++ b/editors/doxymacs/Makefile @@ -12,10 +12,12 @@ CATEGORIES= editors elisp MASTER_SITES= SF \ http://dryice.name/computer/FreeBSD/distfiles/ - MAINTAINER= dryice@dryice.name COMMENT= Doxymacs is Doxygen + {X}Emacs +DEPRECATED= Depends on www/w3-4, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + USE_EMACS= yes EMACS_PORT_NAME?= emacs21 BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/w3/w3.el:${PORTSDIR}/www/w3-4 \ |