diff options
author | drochner <drochner@pkgsrc.org> | 2010-12-01 19:39:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-12-01 19:39:29 +0000 |
commit | a3a1ab884283fb74f96726dc52d83a203ac69a1d (patch) | |
tree | 272e3371c3e1f3502db7c214b195b8ff21f6bbd0 /print | |
parent | a3c75656243de204e27ba9f2be6ccec7aa0d78b9 (diff) | |
download | pkgsrc-a3a1ab884283fb74f96726dc52d83a203ac69a1d.tar.gz |
-catch up with the ghostscript font changes a while ago
-update to 2.12.3
changes:
-MacOSX GUI fixes
-bugfixes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 9 | ||||
-rw-r--r-- | print/lilypond/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index ddccb9b3f37..7b3cf1abfee 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.64 2010/09/14 11:02:40 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2010/12/01 19:39:29 drochner Exp $ # -DISTNAME= lilypond-2.12.2 -PKGREVISION= 4 +DISTNAME= lilypond-2.12.3 CATEGORIES= print MASTER_SITES= http://lilypond.org/download/sources/v2.12/ @@ -31,11 +30,13 @@ GNU_CONFIGURE_INFODIR= ${PREFIX}/${PKGINFODIR} INFO_DIR= ${GNU_CONFIGURE_INFODIR} INFO_FILES= YES -CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/share/ghostscript/fonts +BUILD_DEPENDS+= urw-fonts-[0-9]*:../../fonts/urw-fonts +CONFIGURE_ARGS+= --with-ncsb-dir=${LOCALBASE}/share/fonts/urw CONFIGURE_ARGS+= --disable-optimising CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} PYTHON_VERSIONS_ACCEPTED= 25 24 +REPLACE_PYTHON+= scripts/auxiliar/yyout2grammar.py PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # 1.7 coredumps when generating eps files diff --git a/print/lilypond/distinfo b/print/lilypond/distinfo index 2f11a1c78c2..615600f67e7 100644 --- a/print/lilypond/distinfo +++ b/print/lilypond/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.11 2009/06/03 19:52:33 hasso Exp $ +$NetBSD: distinfo,v 1.12 2010/12/01 19:39:29 drochner Exp $ -SHA1 (lilypond-2.12.2.tar.gz) = 92afe4ef926d966e7855f64ae93ee762f1fa5178 -RMD160 (lilypond-2.12.2.tar.gz) = 0ef1e1cbceb4fbf69a31b00a030ee40c4280091d -Size (lilypond-2.12.2.tar.gz) = 4575983 bytes +SHA1 (lilypond-2.12.3.tar.gz) = f36072d5f57b2a3d3877e82879be375d548aa951 +RMD160 (lilypond-2.12.3.tar.gz) = 275b34b2517780a8c94d9c0a38c3f42b22d49703 +Size (lilypond-2.12.3.tar.gz) = 4614614 bytes SHA1 (patch-aa) = 50b9029a067b3f324da497465c7b2e6a2384f3f0 SHA1 (patch-ab) = 5f210ada53a5062da1173c257095ebddf407d67d SHA1 (patch-ac) = d9565da9b315f2867882052d57394132d7e824a4 |