Bug 100148 - ports/www/p5-Apache-MP3 dependence error
Summary: ports/www/p5-Apache-MP3 dependence error
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-12 08:20 UTC by tjs
Modified: 2006-07-12 22:30 UTC (History)
0 users

See Also:


Attachments
patch (553 bytes, patch)
2006-07-12 08:20 UTC, tjs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2006-07-12 08:20:14 UTC
	ports/www/p5-Apache-MP3 depend module path error.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-12 08:20:25 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Dominic Mitchell 2006-07-12 11:58:11 UTC
On Wed, Jul 12, 2006 at 07:20:20AM +0000, Edwin Groothuis wrote:
> Maintainer of www/p5-Apache-MP3,
> 
> Please note that PR ports/100148 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/100148

Please close this PR without applying the patch -- it's incorrect.  I
don't know what version of MP3::Info he is using, but it's certainly not
the latest one (which we have in ports).

-Dom
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2006-07-12 19:16:10 UTC
Dear maintainer and submitter,

I think this patch should be applied. From audio/p5-MP3-Info's
pkg-plist,

http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/p5-MP3-Info/pkg-plist?rev=1.5&content-type=text/x-cvsweb-markup

There is no ${SITE_PERL}/MPEG/MP3Info.pm. In fact, it is
removed when that port updated to 1.20

Thanks,
Rong-En Fan
Comment 4 Rong-En Fan freebsd_committer freebsd_triage 2006-07-12 19:16:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 5 Dominic Mitchell 2006-07-12 20:01:01 UTC
Rong-En Fan wrote:
> Dear maintainer and submitter,
> 
> I think this patch should be applied. From audio/p5-MP3-Info's
> pkg-plist,
> 
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/p5-MP3-Info/pkg-plist?rev=1.5&content-type=text/x-cvsweb-markup
> 
> There is no ${SITE_PERL}/MPEG/MP3Info.pm. In fact, it is
> removed when that port updated to 1.20

Looking at the CPAN distribution, there is no MPEG::MP3Info module.

   http://search.cpan.org/~daniel/MP3-Info-1.20/

Please close this PR.

Thanks,
-Dom
Comment 6 Rong-En Fan freebsd_committer freebsd_triage 2006-07-12 21:06:47 UTC
On Wed, Jul 12, 2006 at 08:01:01PM +0100, Dominic Mitchell wrote:
> Rong-En Fan wrote:
> >Dear maintainer and submitter,
> >
> >I think this patch should be applied. From audio/p5-MP3-Info's
> >pkg-plist,
> >
> >http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/p5-MP3-Info/pkg-plist?rev=1.5&content-type=text/x-cvsweb-markup
> >
> >There is no ${SITE_PERL}/MPEG/MP3Info.pm. In fact, it is
> >removed when that port updated to 1.20
> 
> Looking at the CPAN distribution, there is no MPEG::MP3Info module.
> 
>   http://search.cpan.org/~daniel/MP3-Info-1.20/
> 
> Please close this PR.

This PR corrects this problem

-               ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
+               ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \

MP3/Info.pm is installed by p5-MP3-Info.

Rong-En Fan

> 
> Thanks,
> -Dom
Comment 7 Dominic Mitchell 2006-07-12 22:16:14 UTC
Rong-En Fan wrote:
> This PR corrects this problem
> 
> -               ${SITE_PERL}/MPEG/MP3Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
> +               ${SITE_PERL}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
> 
> MP3/Info.pm is installed by p5-MP3-Info.

My sincere apologies -- I completely misread the patch.  Yes, this patch 
does fix the problem, please commit it.

Sorry,
-Dom
Comment 8 Rong-En Fan freebsd_committer freebsd_triage 2006-07-12 22:28:53 UTC
State Changed
From-To: feedback->closed

Committed. Thanks.