diff options
author | beat <beat@FreeBSD.org> | 2012-12-30 20:03:51 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-12-30 20:03:51 +0800 |
commit | 352a027ff1d6a67bd3340c53a88d4e6e065442cf (patch) | |
tree | a214ba11e75e07195d48665d94fbc98175221736 /ports-mgmt/qtpkg | |
parent | bdcc86d2fdcf4010704e36ffd93177e340910c21 (diff) | |
download | freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.tar.gz freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.tar.zst freebsd-ports-gnome-352a027ff1d6a67bd3340c53a88d4e6e065442cf.zip |
- Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01
Discussed with: bapt, tabthorpe
Diffstat (limited to 'ports-mgmt/qtpkg')
-rw-r--r-- | ports-mgmt/qtpkg/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/qtpkg/Makefile b/ports-mgmt/qtpkg/Makefile index 1c1c65d7d09b..7d7b827f48c4 100644 --- a/ports-mgmt/qtpkg/Makefile +++ b/ports-mgmt/qtpkg/Makefile @@ -18,6 +18,9 @@ COMMENT= A Qt based package removal tool CFLAGS+= ${PTHREAD_CFLAGS} MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" +DEPRECATED= Depends on QT3; unmaintained +EXPIRATION_DATE= 2013-07-01 + PLIST_FILES= sbin/qtpkg USE_QT_VER= 3 |