Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  9 Jul 2003 15:28:57 +0200 (CEST)
From:      Mathieu Arnold <m@absolight.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        oyvindmo@initio.no
Subject:   ports/54259: update audio/p5-CDDB_get
Message-ID:  <20030709132857.629747D3F@aragorn.reaumur.absolight.net>
Resent-Message-ID: <200307091330.h69DUFcR092327@freefall.freebsd.org>

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

>Number:         54259
>Category:       ports
>Synopsis:       update audio/p5-CDDB_get
>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 Jul 09 06:30:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Update audio/p5-CDDB_get

Added better device handling
Added direct device handling in cddb.pl
Firewall fix with additional \n

>How-To-Repeat:
>Fix:

The old version was 2.11, the new is 2.2 I did not know what to choose between
2.2,1 or 2.20 with DISTNAME change (I choose this one), so, dear committer, it's up to you :)

--- p5-CDDB_get-2.20.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/p5-CDDB_get/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- Makefile	29 Mar 2003 00:01:20 -0000	1.3
+++ Makefile	9 Jul 2003 13:23:53 -0000
@@ -6,11 +6,12 @@
 #
 
 PORTNAME=	CDDB_get
-PORTVERSION=	2.11
+PORTVERSION=	2.20
 CATEGORIES=	audio perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=../by-authors/id/F/FO/FONKIE
 PKGNAMEPREFIX=	p5-
+DISTNAME=	${PORTNAME}-${PORTVERSION:S/0//}
 
 MAINTAINER=	oyvindmo@initio.no
 COMMENT=	A high-level interface to the Compact Disc Database
@@ -18,6 +19,5 @@
 PERL_CONFIGURE=	yes
 
 MAN3=		CDDB_get.3
-MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/audio/p5-CDDB_get/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	29 Mar 2003 00:01:20 -0000	1.2
+++ distinfo	9 Jul 2003 13:23:53 -0000
@@ -1 +1 @@
-MD5 (CDDB_get-2.11.tar.gz) = a1d236877be28a4200411de3afa41814
+MD5 (CDDB_get-2.2.tar.gz) = 43e61db40bc816201a6cd3879ed0d2ca
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/audio/p5-CDDB_get/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	17 Apr 2003 21:56:38 -0000	1.3
+++ pkg-plist	9 Jul 2003 13:23:53 -0000
@@ -1,7 +1,7 @@
 bin/cddb.pl
-lib/perl5/site_perl/%%PERL_VER%%/CDDB_get.pm
-lib/perl5/site_perl/%%PERL_VER%%/auto/CDDB_get/autosplit.ix
-lib/perl5/site_perl/%%PERL_VER%%/cddb.pl
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB_get/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/CDDB_get
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CDDB_get
+%%SITE_PERL%%/CDDB_get.pm
+%%SITE_PERL%%/auto/CDDB_get/autosplit.ix
+%%SITE_PERL%%/cddb.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/CDDB_get/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CDDB_get
+@dirrm %%SITE_PERL%%/auto/CDDB_get
--- p5-CDDB_get-2.20.diff ends here ---


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



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