Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 04:35:22 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r535349 - in head: . print/frescobaldi print/py-frescobaldi
Message-ID:  <202005160435.04G4ZMaT075282@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sat May 16 04:35:22 2020
New Revision: 535349
URL: https://svnweb.freebsd.org/changeset/ports/535349

Log:
  - Update to 3.1.2
  - Change portname to py-frescobaldi to comply with Python Ports Policy
  - Make portclippy happy
  
  PR:		242939
  Submitted by:	m.ne@gmx.net (maintainer)
  Approved by:	ehaupt (mentor)
  Changelog:	https://github.com/frescobaldi/frescobaldi/blob/v3.1.2/ChangeLog

Added:
  head/print/py-frescobaldi/
     - copied from r535348, head/print/frescobaldi/
Deleted:
  head/print/frescobaldi/
Modified:
  head/MOVED
  head/print/py-frescobaldi/Makefile
  head/print/py-frescobaldi/distinfo

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat May 16 04:17:42 2020	(r535348)
+++ head/MOVED	Sat May 16 04:35:22 2020	(r535349)
@@ -15012,3 +15012,4 @@ devel/rubygem-webpacker-rails50|devel/rubygem-webpacke
 net-p2p/parity-ethereum|net-p2p/openethereum|2020-05-13|Renamed upstream for transition to a DAO ownership and maintainer model
 net-im/linux-telegram-desktop|net-im/telegram-desktop|2020-05-13|Has expired: Broken for more than 6 months, use native version
 devel/libphutil||2020-05-15|Has expired: Upstream merged functionality into downstream projects.
+print/frescobaldi|print/py-frescobaldi|2020-05-16|Renamed to comply with Python Ports Policy

Modified: head/print/py-frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Sat May 16 04:17:42 2020	(r535348)
+++ head/print/py-frescobaldi/Makefile	Sat May 16 04:35:22 2020	(r535349)
@@ -3,9 +3,9 @@
 
 PORTNAME=	frescobaldi
 DISTVERSIONPREFIX=	v
-DISTVERSION=	3.0.0
-PORTREVISION=	9
-CATEGORIES=	print kde
+DISTVERSION=	3.1.2
+CATEGORIES=	print kde python
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	m.ne@gmx.net
 COMMENT=	Music score editor for lilypond
@@ -13,14 +13,14 @@ COMMENT=	Music score editor for lilypond
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-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}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}python-ly>=0:print/py-python-ly@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-poppler-qt5>=0:graphics/py-python-poppler-qt5@${PY_FLAVOR}
 
-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
+USES=		desktop-file-utils gettext gmake pyqt:5 python:3.4+ qmake qt:5
 USE_GITHUB=	yes
-GH_ACCOUNT=	wbsoft
+GH_ACCOUNT=	frescobaldi
+USE_PYQT=	network printsupport sip svg webengine widgets
+USE_PYTHON=	autoplist distutils noflavors
 
 NO_ARCH=	yes
 
@@ -34,5 +34,7 @@ LILYPOND_RUN_DEPENDS_OFF=	lilypond:print/lilypond
 post-patch:
 	@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
 		${WRKSRC}/setup.py
+post-build:
+	(cd ${WRKSRC} && ${GMAKE} -C linux)
 
 .include <bsd.port.mk>

Modified: head/print/py-frescobaldi/distinfo
==============================================================================
--- head/print/frescobaldi/distinfo	Sat May 16 04:17:42 2020	(r535348)
+++ head/print/py-frescobaldi/distinfo	Sat May 16 04:35:22 2020	(r535349)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544957099
-SHA256 (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 70b169e520c57bc03bb593f8f7b9586c7f6d21a7eb3015a94a71e9d52bab58e1
-SIZE (wbsoft-frescobaldi-v3.0.0_GH0.tar.gz) = 8387944
+TIMESTAMP = 1587438649
+SHA256 (frescobaldi-frescobaldi-v3.1.2_GH0.tar.gz) = 6b23df56554d1441f6f17199dc884a9ead0540810dcc1a3abce7b5fa1ea318a8
+SIZE (frescobaldi-frescobaldi-v3.1.2_GH0.tar.gz) = 9319220



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005160435.04G4ZMaT075282>