svn commit: r309023 - head/print/frescobaldi
Jason E. Hale
jhale at FreeBSD.org
Sun Dec 16 16:10:13 UTC 2012
Author: jhale
Date: Sun Dec 16 16:10:12 2012
New Revision: 309023
URL: http://svnweb.freebsd.org/changeset/ports/309023
Log:
- Update to 2.0.8
While here:
- Trim Makefile header
- Add LICENSE (GPLv2 or later)
- Drop indefinite article from COMMENT
- Disambiguate wording in pkg-descr
PR: ports/174353
Submitted by: Martin Dieringer <martin.dieringer at gmx.de> (maintainer)
Modified:
head/print/frescobaldi/Makefile
head/print/frescobaldi/distinfo (contents, props changed)
head/print/frescobaldi/pkg-descr (contents, props changed)
head/print/frescobaldi/pkg-plist (contents, props changed)
Modified: head/print/frescobaldi/Makefile
==============================================================================
--- head/print/frescobaldi/Makefile Sun Dec 16 16:05:22 2012 (r309022)
+++ head/print/frescobaldi/Makefile Sun Dec 16 16:10:12 2012 (r309023)
@@ -1,20 +1,19 @@
-# New ports collection makefile for: frescobaldi
-# Date created: 17 April 2011
-# Whom: martin.dieringer at gmx.de
-#
+# Created by: martin.dieringer at gmx.de
# $FreeBSD$
-#
PORTNAME= frescobaldi
-PORTVERSION= 2.0.7
+PORTVERSION= 2.0.8
CATEGORIES= print kde
MASTER_SITES= http://cloud.github.com/downloads/wbsoft/frescobaldi/
MAINTAINER= martin.dieringer at gmx.de
-COMMENT= A music score editor for lilypond
+COMMENT= Music score editor for lilypond
+
+LICENSE= GPLv2 GPLv3
+LICENSE_COMB= dual
RUN_DEPENDS= lilypond:${PORTSDIR}/print/lilypond \
- ${PYTHON_SITELIBDIR}/popplerqt4.so:${PORTSDIR}/graphics/py-poppler-qt4
+ ${PYTHON_PKGNAMEPREFIX}poppler-qt4>=0:${PORTSDIR}/graphics/py-poppler-qt4
USE_GETTEXT= yes
INSTALLS_ICONS= yes
Modified: head/print/frescobaldi/distinfo
==============================================================================
--- head/print/frescobaldi/distinfo Sun Dec 16 16:05:22 2012 (r309022)
+++ head/print/frescobaldi/distinfo Sun Dec 16 16:10:12 2012 (r309023)
@@ -1,2 +1,2 @@
-SHA256 (frescobaldi-2.0.7.tar.gz) = e168d75b8f9c00fba5515e24ab25fb33b5c7123f73e6c9db6225f8bb56ea61e0
-SIZE (frescobaldi-2.0.7.tar.gz) = 2922145
+SHA256 (frescobaldi-2.0.8.tar.gz) = 2a9a8ecdd1b48753e2c2c63a03a4b89f366e5944d5e9badb1a18935776effadb
+SIZE (frescobaldi-2.0.8.tar.gz) = 2951714
Modified: head/print/frescobaldi/pkg-descr
==============================================================================
--- head/print/frescobaldi/pkg-descr Sun Dec 16 16:05:22 2012 (r309022)
+++ head/print/frescobaldi/pkg-descr Sun Dec 16 16:10:12 2012 (r309023)
@@ -1,5 +1,5 @@
Frescobaldi is a LilyPond sheet music text editor for KDE4. It aims to be
powerful, yet lightweight and easy to use. Frescobaldi is Free Software,
-freely available under the General Public License.
+available under the GNU General Public License (version 2 or later).
WWW: http://www.frescobaldi.org/
Modified: head/print/frescobaldi/pkg-plist
==============================================================================
--- head/print/frescobaldi/pkg-plist Sun Dec 16 16:05:22 2012 (r309022)
+++ head/print/frescobaldi/pkg-plist Sun Dec 16 16:10:12 2012 (r309023)
@@ -488,6 +488,9 @@ bin/frescobaldi
%%PYTHON_SITELIBDIR%%/frescobaldi_app/node.py
%%PYTHON_SITELIBDIR%%/frescobaldi_app/node.pyc
%%PYTHON_SITELIBDIR%%/frescobaldi_app/node.pyo
+%%PYTHON_SITELIBDIR%%/frescobaldi_app/open_file_at_cursor.py
+%%PYTHON_SITELIBDIR%%/frescobaldi_app/open_file_at_cursor.pyc
+%%PYTHON_SITELIBDIR%%/frescobaldi_app/open_file_at_cursor.pyo
%%PYTHON_SITELIBDIR%%/frescobaldi_app/panel.py
%%PYTHON_SITELIBDIR%%/frescobaldi_app/panel.pyc
%%PYTHON_SITELIBDIR%%/frescobaldi_app/panel.pyo
More information about the svn-ports-head
mailing list