pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Fixed paths to bash and python



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e86412ea335
branches:  trunk
changeset: 531824:5e86412ea335
user:      smb <smb%pkgsrc.org@localhost>
date:      Tue Aug 07 00:06:31 2007 +0000

description:
Fixed paths to bash and python

diffstat:

 audio/gtkpod/Makefile |  13 ++++++++++++-
 doc/CHANGES-2007      |   3 ++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (46 lines):

diff -r ec3fbd3c2b3b -r 5e86412ea335 audio/gtkpod/Makefile
--- a/audio/gtkpod/Makefile     Mon Aug 06 23:39:59 2007 +0000
+++ b/audio/gtkpod/Makefile     Tue Aug 07 00:06:31 2007 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2007/07/08 20:46:37 smb Exp $
+# $NetBSD: Makefile,v 1.17 2007/08/07 00:06:32 smb Exp $
 #
 
 DISTNAME=      gtkpod-0.99.8
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gtkpod/}
+PKGREVISION=   1
 
 PATCHFILES=    gtkpod-0.99.8_libgpod-0.4.2.diff
 PATCH_SITES=   http://ftp.osuosl.org/pub/gentoo/distfiles/
@@ -21,6 +22,16 @@
 
 REPLACE_PERL+=         scripts/mab2vcard
 
+REPLACE_INTERPRETER+=  bash
+REPLACE.bash.old=      .*/bin/bash
+REPLACE.bash.new=      ${PREFIX}/bin/bash
+REPLACE_FILES.bash=    scripts/sync-knotes.sh
+
+REPLACE_PYTHON+=       scripts/sync-palm-jppy.py
+.include "../../lang/python/application.mk"
+
+DEPENDS+=              bash>=3.2.9:../../shells/bash
+
 BUILDLINK_API_DEPENDS.gtk2+=   gtk2+>=2.4.0
 BUILDLINK_API_DEPENDS.libgpod+=        libgpod>=0.4.2
 
diff -r ec3fbd3c2b3b -r 5e86412ea335 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Mon Aug 06 23:39:59 2007 +0000
+++ b/doc/CHANGES-2007  Tue Aug 07 00:06:31 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1728 2007/08/06 23:39:59 wiz Exp $
+$NetBSD: CHANGES-2007,v 1.1729 2007/08/07 00:06:31 smb Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -3180,3 +3180,4 @@
        Updated games/bzflag to 2.0.8 [xtraeme 2007-08-06]
        Updated textproc/p5-XML-LibXML-Iterator to 1.03 [seb 2007-08-06]
        Updated devel/ruby-rcsparse to 0.0.0.41 [wiz 2007-08-06]
+       Updated audio/gtkpod to 0.99.8nb1 [smb 2007-08-06]



Home | Main Index | Thread Index | Old Index