Date: Sat, 16 Mar 2019 17:57:45 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495930 - head/security/yubikey-personalization-gui Message-ID: <201903161757.x2GHvjRb042616@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 17:57:44 2019 New Revision: 495930 URL: https://svnweb.freebsd.org/changeset/ports/495930 Log: security/yubikey-personalization-gui: remove QT4/QT5 options (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/security/yubikey-personalization-gui/Makefile Modified: head/security/yubikey-personalization-gui/Makefile ============================================================================== --- head/security/yubikey-personalization-gui/Makefile Sat Mar 16 17:56:57 2019 (r495929) +++ head/security/yubikey-personalization-gui/Makefile Sat Mar 16 17:57:44 2019 (r495930) @@ -3,7 +3,7 @@ PORTNAME= yubikey-personalization-gui PORTVERSION= 3.1.25 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MAINTAINER= romain@FreeBSD.org @@ -15,32 +15,17 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libykpers-1.so:security/ykpers \ libyubikey.so:security/libyubikey -USES= compiler:c++11-lang pkgconfig qmake +USES= compiler:c++11-lang pkgconfig qmake qt:5 USE_GITHUB= yes +USE_QT= buildtools_build core gui testlib_build widgets GH_ACCOUNT= Yubico -OPTIONS_DEFAULT= QT5 -OPTIONS_SINGLE= QT -OPTIONS_SINGLE_QT= QT4 QT5 - -QT4_USES= qt:4 -QT5_USES= qt:5 -QT4_USE= qt=corelib,gui,moc_build,rcc_build,testlib_build,uic_build -QT5_USE= qt=buildtools_build,core,gui,testlib_build,widgets - PLIST_FILES= bin/yubikey-personalization-gui \ man/man1/yubikey-personalization-gui.1.gz \ share/applications/yubikey-personalization-gui.desktop \ share/pixmaps/yubikey-personalization-gui.png \ share/pixmaps/yubikey-personalization-gui.xpm - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/release/${PORTNAME} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161757.x2GHvjRb042616>