pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/shntool oops. flac can be found in ../../audio/...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c22b0b72005
branches:  trunk
changeset: 517795:7c22b0b72005
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Wed Aug 23 02:33:56 2006 +0000

description:
oops.  flac can be found in ../../audio/flac, not ../../audio/shorten.
also, set the MAINTAINER as pkgsrc-users%netbsd.org@localhost instead of the
maintainer of audio/shorten.

diffstat:

 audio/shntool/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r d5cf082c57e9 -r 7c22b0b72005 audio/shntool/Makefile
--- a/audio/shntool/Makefile    Wed Aug 23 00:11:08 2006 +0000
+++ b/audio/shntool/Makefile    Wed Aug 23 02:33:56 2006 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/08/18 21:38:23 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2006/08/23 02:33:56 mrg Exp $
 #
 
 DISTNAME=      shntool-2.0.3
 CATEGORIES=    audio archivers
 MASTER_SITES=  http://www.etree.org/shnutils/shntool/source/
 
-MAINTAINER=    ben%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.etree.org/shnutils/shntool/
 COMMENT=       Lossless audio compressor wrapper tool
 
@@ -13,9 +13,9 @@
 
 GNU_CONFIGURE= YES
 
-# could also support: wav, OFR, LPAC and APE.
+# could also support: "WV" (is this not wav?), OFR, LPAC and APE.
 DEPENDS+=      shorten>=3.6.0:../../audio/shorten
-DEPENDS+=      flac>=1.1.0:../../audio/shorten
+DEPENDS+=      flac>=1.1.0:../../audio/flac
 DEPENDS+=      sox>=12.17.4:../../audio/sox
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index