Index: head/sysutils/qtpass/Makefile =================================================================== --- head/sysutils/qtpass/Makefile (revision 506548) +++ head/sysutils/qtpass/Makefile (revision 506549) @@ -1,38 +1,42 @@ # $FreeBSD$ PORTNAME= qtpass DISTVERSIONPREFIX= v DISTVERSION= 1.2.3 PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= brouwer@annejan.com COMMENT= Qt GUI for pass, the standard unix password manager LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= pass:sysutils/password-store USES= compiler:c++11-lang gl qmake:outsource qt:5 USE_GITHUB= yes GH_ACCOUNT= IJhack GH_PROJECT= QtPass USE_QT= core gui network testlib widgets buildtools_build linguisttools_build USE_GL= gl PLIST_FILES= bin/qtpass \ share/pixmaps/qtpass.png # Create a desktop entry for the port. DESKTOP_ENTRIES= "QtPass" "" \ "${PREFIX}/share/pixmaps/qtpass.png" \ "${PREFIX}/bin/qtpass" \ "Security;Utility;" true +# Fix build with Qt 5.13 +pre-build: + cd ${WRKSRC}/localization && ${LRELEASE} *ts + # Install the icon of the port. post-install: ${INSTALL_DATA} ${WRKSRC}/artwork/icon.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/qtpass.png .include