Date: Fri, 2 Feb 2018 16:17:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460713 - head/net-im/teamwords Message-ID: <201802021617.w12GHYLr054297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Feb 2 16:17:34 2018 New Revision: 460713 URL: https://svnweb.freebsd.org/changeset/ports/460713 Log: - Remove bogus (in presence of USE_GITHUB) USES=tar* - Add missing depends - Pet portlint Modified: head/net-im/teamwords/Makefile Modified: head/net-im/teamwords/Makefile ============================================================================== --- head/net-im/teamwords/Makefile Fri Feb 2 16:15:58 2018 (r460712) +++ head/net-im/teamwords/Makefile Fri Feb 2 16:17:34 2018 (r460713) @@ -3,8 +3,8 @@ PORTNAME= teamwords PORTVERSION= 0.2.1 -PORTREVISION= 3 DISTVERSIONPREFIX= v +PORTREVISION= 3 CATEGORIES= net-im MAINTAINER= kmoore@FreeBSD.org @@ -12,10 +12,11 @@ COMMENT= Unofficial Qt Slack client LICENSE= LGPL3 +USES= compiler:c++11-lang qmake USE_LDCONFIG= yes -USE_QT5= core gui network svg linguist \ +USE_QT5= core gui widgets network svg linguist \ webkit buildtools x11extras -USES= compiler:c++11-lang qmake tar:xz +USE_GL= gl QMAKE_ARGS= CONFIG+="configure" @@ -30,7 +31,7 @@ SUB_FILES= teamwords.desktop do-install: ${INSTALL_PROGRAM} ${WRKSRC}/teamwords ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/${SUB_FILES} ${STAGEDIR}${PREFIX}/share/applications/ - ${MKDIR} ${STAGEDIR}${PREFIX}/share/icons + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons ${INSTALL_DATA} ${WRKSRC}/images/png/Slack.png ${STAGEDIR}${PREFIX}/share/icons/teamwords.png .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802021617.w12GHYLr054297>