pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lilypond Fix PR pkg/44693



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60bc52c328b8
branches:  trunk
changeset: 586195:60bc52c328b8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Mar 08 15:55:46 2011 +0000

description:
Fix PR pkg/44693
* Update HOMEPAGE.
* Remove dependency to ec-fonts-mftraced and mftrace.
* Works fine with python26, delete PYTHON_VERSIONS_ACCEPTED.
* Bump PKGREVISION.

diffstat:

 print/lilypond/Makefile |  12 +++---------
 1 files changed, 3 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r b1eebb9bd58a -r 60bc52c328b8 print/lilypond/Makefile
--- a/print/lilypond/Makefile   Tue Mar 08 15:34:34 2011 +0000
+++ b/print/lilypond/Makefile   Tue Mar 08 15:55:46 2011 +0000
@@ -1,21 +1,17 @@
-# $NetBSD: Makefile,v 1.66 2011/01/13 13:39:13 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2011/03/08 15:55:46 ryoon Exp $
 #
 
 DISTNAME=      lilypond-2.12.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    print
 MASTER_SITES=  http://lilypond.org/download/sources/v2.12/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://lilypond.org/web/
+HOMEPAGE=      http://lilypond.org/
 COMMENT=       GNU Music Typesetter
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-DEPENDS+=      ec-fonts-mftraced-[0-9]*:../../fonts/ec-fonts-mftraced
-
-BUILDLINK_API_DEPENDS.mftrace+=        mftrace>=1.1.0
-
 GNU_CONFIGURE=         YES
 USE_PKGLOCALEDIR=      YES
 USE_LANGUAGES=         c c++
@@ -35,7 +31,6 @@
 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}//}
@@ -45,7 +40,6 @@
 
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
-.include "../../fonts/mftrace/buildlink3.mk"
 .include "../../lang/guile/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index