svn commit: r488566 - in head: . print print/frescobaldi

Tobias C. Berner tcberner at FreeBSD.org
Thu Dec 27 20:37:31 UTC 2018


Author: tcberner
Date: Thu Dec 27 20:37:29 2018
New Revision: 488566
URL: https://svnweb.freebsd.org/changeset/ports/488566

Log:
  Reinstate print/frescobaldi at r487595
  
  PR:		234084
  Submitted by:	m.ne at gmx.net

Added:
  head/print/frescobaldi/
     - copied from r487595, head/print/frescobaldi/
Modified:
  head/MOVED
  head/print/Makefile
  head/print/frescobaldi/Makefile
  head/print/frescobaldi/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Thu Dec 27 20:20:13 2018	(r488565)
+++ head/MOVED	Thu Dec 27 20:37:29 2018	(r488566)
@@ -10783,7 +10783,6 @@ biology/njplot|biology/seaview|2018-12-11|Has expired:
 devel/dcmtk|graphics/dcmtk|2018-12-12|Move to a proper category
 graphics/cuneiform||2018-12-16|Has expired: Unmaintained upstream
 dns/knot1|dns/knot2|2018-12-16|Has expired: EOL upstream; successor dns/knot2 is in place
-print/frescobaldi||2018-12-16|Depends on non-existent poppler-qt4
 lang/python34|lang/python36|2018-12-18|Has expired: Fails to build with recent OpenSSL
 graphics/py-sk1|graphics/sk1|2018-12-18|sk1 is an app, not a python library
 net/py-libstorj||2018-12-21|Has expired: Broken for more than 6 months

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Thu Dec 27 20:20:13 2018	(r488565)
+++ head/print/Makefile	Thu Dec 27 20:37:29 2018	(r488566)
@@ -60,6 +60,7 @@
     SUBDIR += fpdf
     SUBDIR += freetype
     SUBDIR += freetype2
+    SUBDIR += frescobaldi
     SUBDIR += ft2demos
     SUBDIR += ghostscript7-base
     SUBDIR += ghostscript7-commfont

Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Sun Dec 16 14:59:10 2018	(r487595)
+++ head/print/frescobaldi/Makefile	Thu Dec 27 20:37:29 2018	(r488566)
@@ -3,29 +3,24 @@
 
 PORTNAME=	frescobaldi
 DISTVERSIONPREFIX=	v
-DISTVERSION=	2.20.0
-PORTREVISION=	3
+DISTVERSION=	3.0.0
 CATEGORIES=	print kde
 
-MAINTAINER=	martin.dieringer at gmx.de
+MAINTAINER=	m.ne at gmx.net
 COMMENT=	Music score editor for lilypond
 
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-DEPRECATED=	KDE4 is end-of-life, upgrade this port to version 3.0.0
-EXPIRATION_DATE=2018-12-31
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:graphics/py-poppler-qt4@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR}
 
-USES=		gettext kde:4 python:2.7 desktop-file-utils
+USES=		gettext pyqt:5 python:3.4+ qmake qt:5 desktop-file-utils
+USE_PYQT=	network printsupport sip svg webkit webkitwidgets widgets
+USE_PYTHON=	distutils autoplist noflavors
 USE_GITHUB=	yes
 GH_ACCOUNT=	wbsoft
-USE_KDE=	kdelibs pykde4_build pykde4_run
-USE_PYTHON=	distutils autoplist optsuffix
 
-INSTALLS_ICONS=	yes
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	LILYPOND

Modified: head/print/frescobaldi/distinfo
==============================================================================
--- head/print/frescobaldi/distinfo	Sun Dec 16 14:59:10 2018	(r487595)
+++ head/print/frescobaldi/distinfo	Thu Dec 27 20:37:29 2018	(r488566)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1487410650
-SHA256 (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 4e0bc5f371724b6c409fe5b8cbd61d05c7ca0c740c608806f09a245dae336de6
-SIZE (wbsoft-frescobaldi-v2.20.0_GH0.tar.gz) = 7379468
+TIMESTAMP = 1544957099
+SHA256 (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 70b169e520c57bc03bb593f8f7b9586c7f6d21a7eb3015a94a71e9d52bab58e1
+SIZE (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 8387944


More information about the svn-ports-all mailing list