svn commit: r336640 - head/print/lilypond-devel
Pietro Cerutti
gahr at FreeBSD.org
Mon Dec 16 14:27:41 UTC 2013
Author: gahr
Date: Mon Dec 16 14:27:40 2013
New Revision: 336640
URL: http://svnweb.freebsd.org/changeset/ports/336640
Log:
- Update to 2.17.97
- STAGE-clean
- Explicitely depend on Python 2
Modified:
head/print/lilypond-devel/Makefile
head/print/lilypond-devel/distinfo
head/print/lilypond-devel/pkg-plist
Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile Mon Dec 16 14:17:10 2013 (r336639)
+++ head/print/lilypond-devel/Makefile Mon Dec 16 14:27:40 2013 (r336640)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= lilypond
-PORTVERSION= 2.17.26
+PORTVERSION= 2.17.97
CATEGORIES= print audio
MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v${PORTVERSION:R}/
PKGNAMESUFFIX= -devel
@@ -10,15 +10,17 @@ PKGNAMESUFFIX= -devel
MAINTAINER= gahr at FreeBSD.org
COMMENT= The GNU music typesetter
+LICENSE= GPLv3
+
BUILD_DEPENDS= pdftexi2dvi:${PORTSDIR}/print/texinfo \
t1ascii:${PORTSDIR}/print/t1utils \
bash:${PORTSDIR}/shells/bash \
fontforge:${PORTSDIR}/print/fontforge \
${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts
-LIB_DEPENDS= guile:${PORTSDIR}/lang/guile \
- gmp:${PORTSDIR}/math/gmp \
- freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \
+ libgmp.so:${PORTSDIR}/math/gmp \
+ libfreetype.so:${PORTSDIR}/print/freetype2
RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \
mftrace:${PORTSDIR}/print/mftrace \
@@ -26,10 +28,6 @@ RUN_DEPENDS= dblatex:${PORTSDIR}/textpro
convert:${PORTSDIR}/graphics/ImageMagick \
${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu
-MAN1= lilymidi.1 lilypond-book.1 lilypond-invoke-editor.1 \
- lilypond.1 lilysong.1 convert-ly.1 abc2ly.1 etf2ly.1 \
- midi2ly.1 musicxml2ly.1
-
INFO= lilypond-notation \
lilypond-usage \
lilypond-internals \
@@ -45,7 +43,7 @@ INFO= lilypond-notation \
USES= bison gettext gmake pkgconfig perl5
USE_GHOSTSCRIPT=9
-USE_PYTHON= yes
+USE_PYTHON= 2
USE_PERL5= build
USE_TEX= latex
USE_GNOME= pango
@@ -65,7 +63,6 @@ NOCCACHE= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -82,6 +79,6 @@ post-patch:
.endif
post-install:
- @${LN} -fs ${DATADIR}/${PORTVERSION} ${DATADIR}/current
+ @${LN} -fs ${DATADIR}/${PORTVERSION} ${STAGEDIR}${DATADIR}/current
.include <bsd.port.mk>
Modified: head/print/lilypond-devel/distinfo
==============================================================================
--- head/print/lilypond-devel/distinfo Mon Dec 16 14:17:10 2013 (r336639)
+++ head/print/lilypond-devel/distinfo Mon Dec 16 14:27:40 2013 (r336640)
@@ -1,2 +1,2 @@
-SHA256 (lilypond-2.17.26.tar.gz) = 76f9d1c0302a4cf42a39dfc5876e6e3560b1f9c999a054d40129b1dece07cc2e
-SIZE (lilypond-2.17.26.tar.gz) = 15953761
+SHA256 (lilypond-2.17.97.tar.gz) = ca8d1bc03f35399d40f768d773282e44c903a6315669d0cd385fb0c473d4aebf
+SIZE (lilypond-2.17.97.tar.gz) = 15982053
Modified: head/print/lilypond-devel/pkg-plist
==============================================================================
--- head/print/lilypond-devel/pkg-plist Mon Dec 16 14:17:10 2013 (r336639)
+++ head/print/lilypond-devel/pkg-plist Mon Dec 16 14:27:40 2013 (r336640)
@@ -8,6 +8,16 @@ bin/abc2ly
bin/convert-ly
bin/etf2ly
bin/midi2ly
+man/man1/lilymidi.1.gz
+man/man1/lilypond-book.1.gz
+man/man1/lilypond-invoke-editor.1.gz
+man/man1/lilypond.1.gz
+man/man1/lilysong.1.gz
+man/man1/convert-ly.1.gz
+man/man1/abc2ly.1.gz
+man/man1/etf2ly.1.gz
+man/man1/midi2ly.1.gz
+man/man1/musicxml2ly.1.gz
lib/lilypond/%%PORTVERSION%%/python/midi.so
%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-Bold.otf
%%DATADIR%%/%%PORTVERSION%%/fonts/otf/CenturySchL-BoldItal.otf
More information about the svn-ports-all
mailing list