Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2017 19:53:57 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r448705 - head/print/frescobaldi
Message-ID:  <201708241953.v7OJrvLX057343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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>



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