Date: Wed, 10 Jun 2015 17:34:51 +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: r389106 - head/audio/musescore Message-ID: <201506101734.t5AHYp8P055562@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 10 17:34:51 2015 New Revision: 389106 URL: https://svnweb.freebsd.org/changeset/ports/389106 Log: - Add LICENSE_FILE - Add USES=desktop-file-utils as suggested by stage-qa Modified: head/audio/musescore/Makefile Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Wed Jun 10 17:34:21 2015 (r389105) +++ head/audio/musescore/Makefile Wed Jun 10 17:34:51 2015 (r389106) @@ -3,7 +3,7 @@ PORTNAME= musescore PORTVERSION= 1.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= SF/mscore/mscore/MuseScore-${PORTVERSION}/ DISTNAME= mscore-${PORTVERSION} @@ -12,12 +12,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Free music composition & notation software LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/mscore/COPYING BUILD_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile RUN_DEPENDS= qtscriptgenerator>0:${PORTSDIR}/devel/qtscriptgenerator -USES= tar:bzip2 cmake:outsource +USES= desktop-file-utils tar:bzip2 cmake:outsource USE_QT4= corelib designer gui network script scripttools svg webkit xml \ linguisttools_build moc_build qmake_build rcc_build uic_build CMAKE_SOURCE_PATH= ${WRKSRC}/mscore
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506101734.t5AHYp8P055562>