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 /x11-wm | |
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 'x11-wm')
-rw-r--r-- | x11-wm/fvwm95-i18n/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/fvwm95/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-wm/fvwm95-i18n/Makefile b/x11-wm/fvwm95-i18n/Makefile index 7ae3b15df975..32d7d45da11f 100644 --- a/x11-wm/fvwm95-i18n/Makefile +++ b/x11-wm/fvwm95-i18n/Makefile @@ -21,6 +21,9 @@ PATCHFILES= fvwm95-2.0.43a-Autoconf.I18N.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= Win95 lookalike fvwm2 window manager with an I18N patch +DEPRECATED= Depends on x11/fbsd-icons, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay RUN_DEPENDS= ${LOCALBASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index e9767de1b781..c09bbe23ab4a 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -16,6 +16,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Win95 lookalike version of the fvwm2 window manager +DEPRECATED= Depends on x11/fbsd-icons, which is DEPRECATED +EXPIRATION_DATE= 2011-10-31 + LIB_DEPENDS= rplay.1:${PORTSDIR}/audio/rplay RUN_DEPENDS= ${LOCALBASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons |