svn commit: r486523 - head/multimedia/avidemux

Rene Ladan rene at FreeBSD.org
Mon Dec 3 17:12:57 UTC 2018


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=""


More information about the svn-ports-all mailing list