diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-26 16:01:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-09-26 16:01:08 +0000 |
commit | 227c75a21e57fc9a2b2a0cea5712a9e341f9d357 (patch) | |
tree | 65189928eff68a73aabe2ff35d22b9a1ff15bd13 /x11-toolkits | |
parent | 5d6464512768caa1197b7de4b21dc6599a7e66d7 (diff) |
Mark qt1 (QT4 is already released) and all ports depending on it as
DEPRECATED and set an EXPIRATION_DATE.
Approved by: "Gordon Greeff" <gordon@shrubbery.org.za> (peq maintainer)
Notes
Notes:
svn path=/head/; revision=143594
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt145/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/qt145/Makefile b/x11-toolkits/qt145/Makefile index d0ffdca0b7a0..a88f88d92569 100644 --- a/x11-toolkits/qt145/Makefile +++ b/x11-toolkits/qt145/Makefile @@ -20,6 +20,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org COMMENT= A C++ X GUI toolkit +DEPRECATED= unsupported version +EXPIRATION_DATE= 2005-10-31 + LATEST_LINK= qt1 USE_GCC= 2.95 USE_GMAKE= yes |