svn commit: r448705 - head/print/frescobaldi

Richard Gallamore ultima at FreeBSD.org
Thu Aug 24 19:53:58 UTC 2017


Author: ultima
Date: Thu Aug 24 19:53:57 2017
New Revision: 448705
URL: https://svnweb.freebsd.org/changeset/ports/448705

Log:
  * Bump revision, fixed manpages location
  * Added desktop-file-utils
  * Max python version specified
  * Cleanup Makefile
  
  PR:		221457
  Submitted by:	Yuri Victorovich
  Reviewed by:	lifanov (mentor), matthew (mentor)
  Approved by:	lifanov (mentor), <martin.dieringer at gmx.de> (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D12096

Modified:
  head/print/frescobaldi/Makefile

Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile	Thu Aug 24 19:22:07 2017	(r448704)
+++ head/print/frescobaldi/Makefile	Thu Aug 24 19:53:57 2017	(r448705)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	frescobaldi
-PORTVERSION=	2.20.0
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+DISTVERSION=	2.20.0
+PORTREVISION=	2
 CATEGORIES=	print kde
 
 MAINTAINER=	martin.dieringer at gmx.de
@@ -16,17 +16,24 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 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
-
+USES=		gettext kde:4 python:-3.4 desktop-file-utils
 USE_GITHUB=	yes
 GH_ACCOUNT=	wbsoft
-
-USES=		gettext kde:4 python
-INSTALLS_ICONS=	yes
 USE_KDE=	kdelibs pykde4_build pykde4_run
 USE_PYTHON=	distutils autoplist
+
+INSTALLS_ICONS=	yes
+NO_ARCH=	yes
+
+OPTIONS_DEFINE=	LILYPOND
+
+LILYPOND_DESC=	Use unstable LilyPond (lilypond-devel)
+
+LILYPOND_RUN_DEPENDS=		lilypond:print/lilypond-devel
+LILYPOND_RUN_DEPENDS_OFF=	lilypond:print/lilypond
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|'share/man/man1'|'man/man1'|' \
+		${WRKSRC}/setup.py
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list