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 | |
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')
-rw-r--r-- | x11/fbsd-icons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/fbsd-icons/Makefile b/x11/fbsd-icons/Makefile index d6eda9bf750f..12405ad00473 100644 --- a/x11/fbsd-icons/Makefile +++ b/x11/fbsd-icons/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Collection of icons related to the FreeBSD project DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 +EXPIRATION_DATE= 2011-10-31 NO_BUILD= yes NO_WRKSUBDIR= yes |