Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Aug 2018 23:08:23 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r478501 - head/misc/krecipes-kde4
Message-ID:  <201808302308.w7UN8Ndv049789@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhale
Date: Thu Aug 30 23:08:23 2018
New Revision: 478501
URL: https://svnweb.freebsd.org/changeset/ports/478501

Log:
  Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.
  Unfortunately, no direct replacement is available at this time, but this
  project hasn't seen any real development for over 2 years.

Modified:
  head/misc/krecipes-kde4/Makefile

Modified: head/misc/krecipes-kde4/Makefile
==============================================================================
--- head/misc/krecipes-kde4/Makefile	Thu Aug 30 22:49:51 2018	(r478500)
+++ head/misc/krecipes-kde4/Makefile	Thu Aug 30 23:08:23 2018	(r478501)
@@ -11,6 +11,9 @@ COMMENT=	KDE4 recipe database
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+DEPRECATED=	KDE4 is EOL upstream
+EXPIRATION_DATE=	2018-12-31
+
 USES=		cmake gettext kde:4 qt:4 shared-mime-info tar:xz
 USE_GNOME=	libxml2 libxslt
 USE_QT=		corelib dbus gui qt3support sql webkit xml \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808302308.w7UN8Ndv049789>