svn commit: r434360 - in head/print/frescobaldi: . files

Olivier Duchateau olivierd at FreeBSD.org
Sat Feb 18 15:50:49 UTC 2017


Author: olivierd
Date: Sat Feb 18 15:50:47 2017
New Revision: 434360
URL: https://svnweb.freebsd.org/changeset/ports/434360

Log:
  - Update to 2.20.0 [1]
  - Add LILYPOND option (switch between print/lilypond and
    print/lilypond-devel) [1], [2]
  - Remove unneeded patches
  
  PR:		217187
  Submitted by:	<m.ne at gmx.net> [1], <martin.dieringer at gmx.de> [2]
  Approved by:	<martin.dieringer at gmx.de> (maintainer)

Deleted:
  head/print/frescobaldi/files/
Modified:
  head/print/frescobaldi/Makefile
  head/print/frescobaldi/distinfo

Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Sat Feb 18 15:23:53 2017	(r434359)
+++ head/print/frescobaldi/Makefile	Sat Feb 18 15:50:47 2017	(r434360)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	frescobaldi
-PORTVERSION=	2.19.0
+PORTVERSION=	2.20.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	print kde
 
@@ -12,10 +12,14 @@ COMMENT=	Music score editor for lilypond
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	lilypond:print/lilypond \
-		${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4 \
 		${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly
 
+OPTIONS_DEFINE=	LILYPOND
+LILYPOND_DESC=	Use unstable LilyPond (lilypond-devel)
+LILYPOND_RUN_DEPENDS=	lilypond:print/lilypond-devel
+LILYPOND_RUN_DEPENDS_OFF=	lilypond:print/lilypond
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	wbsoft
 

Modified: head/print/frescobaldi/distinfo
==============================================================================
--- head/print/frescobaldi/distinfo	Sat Feb 18 15:23:53 2017	(r434359)
+++ head/print/frescobaldi/distinfo	Sat Feb 18 15:50:47 2017	(r434360)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486329913
-SHA256 (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = a00857f32c77fc5ff364c33f07c4d5b513aa69b76059c4557096469276b2e35b
-SIZE (wbsoft-frescobaldi-v2.19.0_GH0.tar.gz) = 7136513
+TIMESTAMP = 1487410650
+SHA256 (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 4e0bc5f371724b6c409fe5b8cbd61d05c7ca0c740c608806f09a245dae336de6
+SIZE (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 7379468


More information about the svn-ports-head mailing list