aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2005-09-26 16:01:08 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2005-09-26 16:01:08 +0000
commit227c75a21e57fc9a2b2a0cea5712a9e341f9d357 (patch)
tree65189928eff68a73aabe2ff35d22b9a1ff15bd13
parent5d6464512768caa1197b7de4b21dc6599a7e66d7 (diff)
downloadports-227c75a21e57fc9a2b2a0cea5712a9e341f9d357.tar.gz
ports-227c75a21e57fc9a2b2a0cea5712a9e341f9d357.zip
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
-rw-r--r--audio/musicbox/Makefile3
-rw-r--r--games/pp/Makefile3
-rw-r--r--misc/peq/Makefile3
-rw-r--r--x11-toolkits/qt145/Makefile3
4 files changed, 12 insertions, 0 deletions
diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile
index f32b88c7a282..88961853381e 100644
--- a/audio/musicbox/Makefile
+++ b/audio/musicbox/Makefile
@@ -18,6 +18,9 @@ COMMENT= X11 front-end for mpg123
RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
+DEPRECATED= depends on unsupported qt version
+EXPIRATION_DATE=2005-10-31
+
USE_GCC= 2.95
USE_QT_VER= 1
DOCS= ChangeLog README
diff --git a/games/pp/Makefile b/games/pp/Makefile
index 8f4ed0dd9309..3501c7be7fc0 100644
--- a/games/pp/Makefile
+++ b/games/pp/Makefile
@@ -14,6 +14,9 @@ DISTFILES= ppinst-0.01.tar.gz ppsrc-0.01.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Prometeus Project - real time strategy game for X Window System
+DEPRECATED= depends on unsupported qt version
+EXPIRATION_DATE=2005-10-31
+
WRKSRC= ${WRKDIR}/ppsrc
USE_GCC= 2.95
USE_QT_VER= 1
diff --git a/misc/peq/Makefile b/misc/peq/Makefile
index cdf864c06754..2ac18a7ab8fb 100644
--- a/misc/peq/Makefile
+++ b/misc/peq/Makefile
@@ -15,6 +15,9 @@ MASTER_SITES= http://www.shrubbery.org.za/peq/
MAINTAINER= gordon@shrubbery.org.za
COMMENT= Fortune like program
+DEPRECATED= depends on unsupported qt version
+EXPIRATION_DATE=2005-10-31
+
USE_GCC= 2.95
USE_QT_VER= 1
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