svn commit: r448756 - in head/ports-mgmt: kpackagekit packagekit-qt4
Antoine Brodin
antoine at FreeBSD.org
Sat Aug 26 09:40:17 UTC 2017
Author: antoine
Date: Sat Aug 26 09:40:15 2017
New Revision: 448756
URL: https://svnweb.freebsd.org/changeset/ports/448756
Log:
Deprecate kpackagekit and packagekit-qt4 and set expiration date
Modified:
head/ports-mgmt/kpackagekit/Makefile
head/ports-mgmt/packagekit-qt4/Makefile
Modified: head/ports-mgmt/kpackagekit/Makefile
==============================================================================
--- head/ports-mgmt/kpackagekit/Makefile Sat Aug 26 09:02:43 2017 (r448755)
+++ head/ports-mgmt/kpackagekit/Makefile Sat Aug 26 09:40:15 2017 (r448756)
@@ -13,6 +13,9 @@ COMMENT= KDE interface for PackageKit
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
+DEPRECATED= Skipped for more than 5 years
+EXPIRATION_DATE= 2017-09-27
+
LIB_DEPENDS= libpackagekit-qt.so:ports-mgmt/packagekit-qt4
USES= cmake gettext kde:4 pkgconfig tar:bzip2
Modified: head/ports-mgmt/packagekit-qt4/Makefile
==============================================================================
--- head/ports-mgmt/packagekit-qt4/Makefile Sat Aug 26 09:02:43 2017 (r448755)
+++ head/ports-mgmt/packagekit-qt4/Makefile Sat Aug 26 09:40:15 2017 (r448756)
@@ -8,6 +8,8 @@ PKGNAMESUFFIX= -qt4
COMMENT= Qt4 bindings to packagekit
IGNORE= does not build with Qt 4.8
+DEPRECATED= Ignored for more than 5 years
+EXPIRATION_DATE= 2017-09-27
MASTERDIR= ${.CURDIR}/../../ports-mgmt/packagekit
BUILD_WRKSRC= ${WRKSRC}/lib/packagekit-qt
More information about the svn-ports-head
mailing list