svn commit: r389106 - head/audio/musescore
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Jun 10 17:34:52 UTC 2015
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 at 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
More information about the svn-ports-head
mailing list