Date: Mon, 9 Jun 2014 17:42:25 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357188 - head/print/frescobaldi Message-ID: <201406091742.s59HgPZf040503@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Jun 9 17:42:25 2014 New Revision: 357188 URL: http://svnweb.freebsd.org/changeset/ports/357188 QAT: https://qat.redports.org/buildarchive/r357188/ Log: - Update to 2.0.15 - Stage support - Unexpire PR: ports/190827 Submitted by: maintainer Deleted: head/print/frescobaldi/pkg-plist Modified: head/print/frescobaldi/Makefile head/print/frescobaldi/distinfo Modified: head/print/frescobaldi/Makefile ============================================================================== --- head/print/frescobaldi/Makefile Mon Jun 9 17:40:52 2014 (r357187) +++ head/print/frescobaldi/Makefile Mon Jun 9 17:42:25 2014 (r357188) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= frescobaldi -PORTVERSION= 2.0.8 -PORTREVISION= 4 +PORTVERSION= 2.0.15 CATEGORIES= print kde -MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/ +MASTER_SITES= https://github.com/wbsoft/frescobaldi/releases/download/v${PORTVERSION}/ MAINTAINER= martin.dieringer@gmx.de COMMENT= Music score editor for lilypond @@ -13,9 +12,6 @@ COMMENT= Music score editor for lilypond LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -DEPRECATED= Depends on BROKEN and EXPIRING py-poppler-qt4 -EXPIRATION_DATE= 2014-06-30 - RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:${PORTSDIR}/graphics/py-poppler-qt4 @@ -24,6 +20,9 @@ INSTALLS_ICONS= yes USE_KDE4= kdeprefix kdelibs pykde4_build pykde4_run USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST=yes + +post-patch: + @${REINPLACE_CMD} '/install-script=frescobaldi-wininst.py/d' ${WRKSRC}/setup.cfg -NO_STAGE= yes .include <bsd.port.mk> Modified: head/print/frescobaldi/distinfo ============================================================================== --- head/print/frescobaldi/distinfo Mon Jun 9 17:40:52 2014 (r357187) +++ head/print/frescobaldi/distinfo Mon Jun 9 17:42:25 2014 (r357188) @@ -1,2 +1,2 @@ -SHA256 (frescobaldi-2.0.8.tar.gz) = 2a9a8ecdd1b48753e2c2c63a03a4b89f366e5944d5e9badb1a18935776effadb -SIZE (frescobaldi-2.0.8.tar.gz) = 2951714 +SHA256 (frescobaldi-2.0.15.tar.gz) = 1f9d56fc1e4de90c93b327d78b6c086ed2fc575b67503bdbb852545ff75daa17 +SIZE (frescobaldi-2.0.15.tar.gz) = 3747346
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406091742.s59HgPZf040503>