Date: Fri, 12 Apr 2019 14:45:40 +0000 (UTC) From: Adriaan de Groot <adridg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498720 - head/audio/musescore Message-ID: <201904121445.x3CEjeeZ094121@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adridg Date: Fri Apr 12 14:45:39 2019 New Revision: 498720 URL: https://svnweb.freebsd.org/changeset/ports/498720 Log: audio/musescore try to get portscout to report new versions - MASTER_SITES here contains only the one release, so try to tell portscout to look above it (and hope it understands subdirs). - While here, pet portlint. Modified: head/audio/musescore/Makefile Modified: head/audio/musescore/Makefile ============================================================================== --- head/audio/musescore/Makefile Fri Apr 12 13:29:28 2019 (r498719) +++ head/audio/musescore/Makefile Fri Apr 12 14:45:39 2019 (r498720) @@ -6,7 +6,6 @@ DISTVERSION= 3.0.5 CATEGORIES= audio MASTER_SITES= http://ftp.osuosl.org/pub/musescore/releases/MuseScore-${DISTVERSION}/ DISTNAME= MuseScore-${DISTVERSION} -NO_WRKSUBDIR= yes MAINTAINER= adridg@FreeBSD.org COMMENT= Free music composition & notation software @@ -26,14 +25,18 @@ USE_QT= core declarative gui widgets opengl concurren scripttools svg sql printsupport testlib \ xml xmlpatterns \ buildtools_build linguisttools_build qmake_build uitools_build + +# Each release gets a subdir containing the distfiles for that release, +# so hope that scanning the parent dir finds new ones. +PORTSCOUT= site:http://ftp.osuosl.org/pub/musescore/releases/ +NO_WRKSUBDIR= yes +DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R} + ALL_TARGET= lrelease manpages all -INSTALLS_ICONS= yes CMAKE_ARGS+= -DUSE_SYSTEM_FREETYPE="ON" \ -DBUILD_PORTMIDI=OFF \ -DBUILD_PCH=OFF \ -DDOWNLOAD_SOUNDFONT=OFF - -DATADIR= ${PREFIX}/share/mscore-${PORTVERSION:R} # WebEngine is only available on i386/amd64; defaults to ON there. # If enabled on arches that don't have WebEngine, the build breaks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904121445.x3CEjeeZ094121>