pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/xcdroast There's no need to depend on cdrecor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d9b290e1ef5
branches:  trunk
changeset: 506053:1d9b290e1ef5
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Wed Jan 11 15:18:17 2006 +0000

description:
There's no need to depend on cdrecord-xcdroast... this pkg is not
really necessary nowadays.

Bump PKGREVISION.

diffstat:

 sysutils/xcdroast/Makefile |  12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 5bf2546e9e66 -r 1d9b290e1ef5 sysutils/xcdroast/Makefile
--- a/sysutils/xcdroast/Makefile        Wed Jan 11 12:25:19 2006 +0000
+++ b/sysutils/xcdroast/Makefile        Wed Jan 11 15:18:17 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2005/12/29 06:22:19 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2006/01/11 15:18:17 xtraeme Exp $
 
-DISTNAME=      xcdroast-0.98alpha15
-PKGNAME=       xcdroast-0.98a15
-PKGREVISION=   3
+DISTNAME=      xcdroast-${DIST_VER}
+PKGNAME=       xcdroast-${DIST_VER:S/alpha/a/}
+PKGREVISION=   4
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=xcdroast/}
 
@@ -12,7 +12,9 @@
 
 BUILD_USES_MSGFMT=     YES
 
-DEPENDS+=              cdrecord-xcdroast-0.98a15.*:../../sysutils/cdrecord-xcdroast
+DEPENDS+=              cdrtools>=2.01:../../sysutils/cdrtools
+
+DIST_VER=              0.98alpha15
 
 USE_TOOLS+=            gmake pkg-config
 USE_PKGLOCALEDIR=      YES



Home | Main Index | Thread Index | Old Index