Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jan 2003 10:54:20 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47353: update audio/p5-CDDB-File to 1.03 
Message-ID:  <20030122095420.48377A9BB@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         47353
>Category:       ports
>Synopsis:       update audio/p5-CDDB-File to 1.03
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 22 02:00:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

update to 1.03

add Test::More as dependency to silence a warning and make make test happy

>How-To-Repeat:
	
>Fix:

	

--- p5-CDDB-File.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/p5-CDDB-File/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	10 Nov 2002 16:45:07 -0000	1.3
+++ Makefile	22 Jan 2003 09:52:48 -0000
@@ -7,13 +7,16 @@
 #
 
 PORTNAME=	CDDB-File
-PORTVERSION=	1.02
+PORTVERSION=	1.03
 CATEGORIES=	audio perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	CDDB
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	ports@FreeBSD.org
+
+BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/p5-CDDB-File/distinfo,v
retrieving revision 1.1
diff -u -r1.1 distinfo
--- distinfo	26 Jun 2002 06:55:37 -0000	1.1
+++ distinfo	22 Jan 2003 09:52:48 -0000
@@ -1 +1 @@
-MD5 (CDDB-File-1.02.tar.gz) = 163e7e9acc1f00b141b368462ab08975
+MD5 (CDDB-File-1.03.tar.gz) = 4b1f5f601d552597b4a23d5a2db2d11f
--- p5-CDDB-File.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030122095420.48377A9BB>