pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/amaroc Replace Python interpreter path in amaroc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3249ac5dcf72
branches:  trunk
changeset: 552464:3249ac5dcf72
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jan 04 15:11:50 2009 +0000

description:
Replace Python interpreter path in amaroc.py (makes this package usable
out of the box).  Bump revision.

diffstat:

 audio/amaroc/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 7eb2524c26a5 -r 3249ac5dcf72 audio/amaroc/Makefile
--- a/audio/amaroc/Makefile     Sun Jan 04 14:08:14 2009 +0000
+++ b/audio/amaroc/Makefile     Sun Jan 04 15:11:50 2009 +0000
@@ -1,19 +1,21 @@
-# $NetBSD: Makefile,v 1.3 2008/03/02 06:10:31 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2009/01/04 15:11:50 shattered Exp $
 #
 
 DISTNAME=              amaroc-0.3
+PKGREVISION=           1
 CATEGORIES=            audio
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=amaroc/}
 EXTRACT_SUFX=          .tar.bz2
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://sourceforge.net/projects/amaroc/
-COMMENT=               Command line interface to amarok
+COMMENT=               Command line interface to Amarok
 
 DEPENDS+=              ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 INSTALLATION_DIRS=     bin share/doc/amaroc
+PYTHON_PATCH_SCRIPTS=  amaroc.py
 
 do-build:
 



Home | Main Index | Thread Index | Old Index