Date: Mon, 3 Dec 2018 17:12:56 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486523 - head/multimedia/avidemux Message-ID: <201812031712.wB3HCuiR092229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Dec 3 17:12:56 2018 New Revision: 486523 URL: https://svnweb.freebsd.org/changeset/ports/486523 Log: multimedia/avidemux: move the Qt4-is-deprecated code to Makefile.common This ensures that the -qt4 slave port picks it up. Modified: head/multimedia/avidemux/Makefile head/multimedia/avidemux/Makefile.common Modified: head/multimedia/avidemux/Makefile ============================================================================== --- head/multimedia/avidemux/Makefile Mon Dec 3 17:05:31 2018 (r486522) +++ head/multimedia/avidemux/Makefile Mon Dec 3 17:12:56 2018 (r486523) @@ -22,9 +22,6 @@ PLIST_FILES+= ${DATADIR}/${PORTNAME}.png PLIST_FILES+= ${DESKTOPDIR}/${PORTNAME}.desktop .endif .if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - PLIST_FILES+= ${DESKTOPDIR}/${PORTNAME}_qt4.desktop .endif Modified: head/multimedia/avidemux/Makefile.common ============================================================================== --- head/multimedia/avidemux/Makefile.common Mon Dec 3 17:05:31 2018 (r486522) +++ head/multimedia/avidemux/Makefile.common Mon Dec 3 17:12:56 2018 (r486523) @@ -95,6 +95,8 @@ PLIST_SUB+= GTK="@comment " .endif .if ${PORT_OPTIONS:MQT4} +DEPRECATED= Qt4 has been EOL since december 2015 +EXPIRATION_DATE=2019-03-15 USES+= qt:4 USE_QT= qmake_build moc_build rcc_build uic_build linguist_build gui PLIST_SUB+= QT4=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031712.wB3HCuiR092229>