svn commit: r478502 - head/audio/kid3-kde4

Jason E. Hale jhale at FreeBSD.org
Fri Aug 31 00:18:27 UTC 2018


Author: jhale
Date: Fri Aug 31 00:18:26 2018
New Revision: 478502
URL: https://svnweb.freebsd.org/changeset/ports/478502

Log:
  Mark DEPRECATED and set EXPIRATION_DATE corresponding to KDE4 removal.
  
  This is just a heads-up for now as audio/kid3-kde4 is the master port for all
  of the kid3 "flavors" and the deprecation only applies to audio/kid3-qt4
  and audio/kid3-kde4. Further work will be done to move the master port
  inner-workings elsewhere.
  
  Users are encouraged to switch to audio/kid3-qt5 or audio/kid3-kf5.
  
  While here, add USES=gnome to fix Makefile sanity warning.

Modified:
  head/audio/kid3-kde4/Makefile

Modified: head/audio/kid3-kde4/Makefile
==============================================================================
--- head/audio/kid3-kde4/Makefile	Thu Aug 30 23:08:23 2018	(r478501)
+++ head/audio/kid3-kde4/Makefile	Fri Aug 31 00:18:26 2018	(r478502)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl
 
-USES=		cmake:outsource pkgconfig
+USES=		cmake:outsource gnome pkgconfig
 USE_GNOME=	libxslt:build
 USE_LDCONFIG=	yes
 
@@ -42,6 +42,9 @@ KID3_APPS+=	KDE
 
 .if ${SLAVE} == kde4 || ${SLAVE} == qt4
 # KDE4 and Qt4
+DEPRECATED=	Qt4 and KDE4 EOL upstream. Use audio/kid3-qt5 or audio/kid3-kf5 instead 
+EXPIRATION_DATE=	2018-12-31
+
 USES+=		qt:4
 USE_QT+=	corelib dbus gui network xml \
 		qmake_build moc_build rcc_build uic_build \


More information about the svn-ports-all mailing list