From owner-svn-ports-all@freebsd.org Fri Aug 31 00:18:27 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C0D7AEFCC3C; Fri, 31 Aug 2018 00:18:27 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7DEE878664; Fri, 31 Aug 2018 00:18:27 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 55AE413C1A; Fri, 31 Aug 2018 00:18:27 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7V0IRFr085321; Fri, 31 Aug 2018 00:18:27 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7V0IRct085320; Fri, 31 Aug 2018 00:18:27 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201808310018.w7V0IRct085320@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 31 Aug 2018 00:18:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478502 - head/audio/kid3-kde4 X-SVN-Group: ports-head X-SVN-Commit-Author: jhale X-SVN-Commit-Paths: head/audio/kid3-kde4 X-SVN-Commit-Revision: 478502 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 00:18:27 -0000 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 \