Date: Fri, 31 Aug 2018 00:18:27 +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: r478502 - head/audio/kid3-kde4 Message-ID: <201808310018.w7V0IRct085320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808310018.w7V0IRct085320>