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-toolkits | |
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-toolkits')
-rw-r--r-- | x11-toolkits/gambas2-gb-qt/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/qtpixmap/Makefile | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gambas2-gb-qt/Makefile b/x11-toolkits/gambas2-gb-qt/Makefile index 0bdd90fadbaa..59db0bfa2a6b 100644 --- a/x11-toolkits/gambas2-gb-qt/Makefile +++ b/x11-toolkits/gambas2-gb-qt/Makefile @@ -12,8 +12,9 @@ COMMENT= The gambas Qt GUI component MASTERDIR= ${.CURDIR}/../../lang/gambas2-base +# Depended on by lang/gambas2 lang/gambas2-base BROKEN= fails to build DEPRECATED= has been broken for over a year -EXPIRATION_DATE=2011-04-17 +EXPIRATION_DATE=2011-10-31 .include "${MASTERDIR}/Makefile" diff --git a/x11-toolkits/qtpixmap/Makefile b/x11-toolkits/qtpixmap/Makefile index 82f6559bd0ae..723574505ac5 100644 --- a/x11-toolkits/qtpixmap/Makefile +++ b/x11-toolkits/qtpixmap/Makefile @@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Modifed GTK pixmap engine to obtain Theme information from Qt DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2011-09-01 +EXPIRATION_DATE= 2011-10-31 USE_GNOME= gtk20 GNU_CONFIGURE= yes |