diff options
author | sekiya <sekiya> | 2010-04-11 07:25:49 +0000 |
---|---|---|
committer | sekiya <sekiya> | 2010-04-11 07:25:49 +0000 |
commit | a3010bed89db3025e9e54514906b515151be6da4 (patch) | |
tree | 2a7385655c8921e0258656e5e95390e621263672 /audio/abcde | |
parent | 9c07442df0b62d6e94ef2f8fcbbda295d576414d (diff) | |
download | pkgsrc-a3010bed89db3025e9e54514906b515151be6da4.tar.gz |
Several fixes suggested by wiz@ ... thanks!
Diffstat (limited to 'audio/abcde')
-rw-r--r-- | audio/abcde/Makefile | 8 | ||||
-rw-r--r-- | audio/abcde/distinfo | 4 | ||||
-rw-r--r-- | audio/abcde/patches/patch-ac | 8 |
3 files changed, 8 insertions, 12 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index f44ef4a6cac..98bc8a053d3 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2010/04/10 13:20:11 sekiya Exp $ +# $NetBSD: Makefile,v 1.44 2010/04/11 07:25:49 sekiya Exp $ DISTNAME= abcde-2.3.99.7_p235 PKGNAME= abcde-2.3.99.7 @@ -7,14 +7,13 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= sekiya@NetBSD.org -#HOMEPAGE= http://www.hispalinux.es/~data/abcde.php +HOMEPAGE= http://code.google.com/p/abcde/ COMMENT= Command-line utility to rip and encode an audio CD DEPENDS+= cd-discid>=0.7:../../audio/cd-discid DEPENDS+= id3-[0-9]*:../../audio/id3 DEPENDS+= id3v2-[0-9]*:../../audio/id3v2 DEPENDS+= cdparanoia>=3.0.9.7:../../audio/cdparanoia -DEPENDS+= bash>=3.0:../../shells/bash DEPENDS+= mkcue>=2.1:../../misc/mkcue DEPENDS+= gsed>=4.2:../../textproc/gsed @@ -24,6 +23,9 @@ NO_BUILD= yes EXTRACT_SUFX= .tar.bz2 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +USE_TOOLS+= bash:run +REPLACE_BASH= abcde + EGDIR= ${PREFIX}/share/examples/abcde MESSAGE_SUBST+= EGDIR=${EGDIR} diff --git a/audio/abcde/distinfo b/audio/abcde/distinfo index 396b8013e67..5500f1845c8 100644 --- a/audio/abcde/distinfo +++ b/audio/abcde/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.33 2010/04/10 13:26:10 sekiya Exp $ +$NetBSD: distinfo,v 1.34 2010/04/11 07:25:49 sekiya Exp $ SHA1 (abcde-2.3.99.7_p235.tar.bz2) = 51db5e7da9b3eda0844904ad2b9138fa97eeb254 RMD160 (abcde-2.3.99.7_p235.tar.bz2) = bbb7116a8a06ffae6e0027e5a7524e023bfd71cf Size (abcde-2.3.99.7_p235.tar.bz2) = 171342 bytes SHA1 (patch-ab) = eacbb4582c8dc74c6415adbb0af387aacce81ccc -SHA1 (patch-ac) = efe02d93dc8cd51b06cb004a77ae0e15053ad1fb +SHA1 (patch-ac) = 28fe0fceeb0d0f0ebb1207a487db5c0d68745d98 diff --git a/audio/abcde/patches/patch-ac b/audio/abcde/patches/patch-ac index d262e164f71..20c6db4ae01 100644 --- a/audio/abcde/patches/patch-ac +++ b/audio/abcde/patches/patch-ac @@ -1,13 +1,7 @@ -$NetBSD: patch-ac,v 1.25 2010/04/10 13:26:10 sekiya Exp $ +$NetBSD: patch-ac,v 1.26 2010/04/11 07:25:49 sekiya Exp $ --- abcde.orig 2010-04-10 10:14:30.000000000 +0900 +++ abcde 2010-04-10 18:40:03.000000000 +0900 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#! /usr/bin/env bash - # Copyright (c) 1998-2001 Robert Woodcock <rcw@debian.org> - # Copyright (c) 2003-2006 Jesus Climent <jesus.climent@hispalinux.es> - # This code is hereby licensed for public consumption under either the @@ -415,10 +415,10 @@ { case $1 in |