svn commit: r495878 - head/audio/midipp
Tobias C. Berner
tcberner at FreeBSD.org
Sat Mar 16 14:58:38 UTC 2019
Author: tcberner
Date: Sat Mar 16 14:58:37 2019
New Revision: 495878
URL: https://svnweb.freebsd.org/changeset/ports/495878
Log:
audio/midipp: remove QT5/QT4 options (Qt4 deprecation)
Approved by: portmgr (implicit)
Modified:
head/audio/midipp/Makefile
Modified: head/audio/midipp/Makefile
==============================================================================
--- head/audio/midipp/Makefile Sat Mar 16 14:53:51 2019 (r495877)
+++ head/audio/midipp/Makefile Sat Mar 16 14:58:37 2019 (r495878)
@@ -3,7 +3,7 @@
PORTNAME= midipp
PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
@@ -16,26 +16,8 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
-USES= qmake tar:bzip2
-
-_USE_QT4= corelib gui moc_build network rcc_build
-_USE_QT5= buildtools_build core gui network printsupport widgets
-
-OPTIONS_SINGLE= TOOLKIT
-OPTIONS_SINGLE_TOOLKIT= QT4 QT5
-OPTIONS_DEFAULT= QT5
-
-TOOLKIT_DESC= Qt toolkit
-QT4_USES= qt:4
-QT4_USE= ${_USE_QT4:S/^/QT=/}
-QT5_USES= qt:5
-QT5_USE= ${_USE_QT5:S/^/QT=/} GL=gl
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MQT4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
-.endif
+USES= gl qmake qt:5 tar:bzip2
+USE_GL= gl
+USE_QT= buildtools_build core gui network printsupport widgets
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list