Bug 61837 - [MAINTAINER] misc/p5-File-CounterFile: update to 1.04
Summary: [MAINTAINER] misc/p5-File-CounterFile: update to 1.04
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-24 15:20 UTC by Lars Thegler
Modified: 2004-01-25 13:00 UTC (History)
0 users

See Also:


Attachments
p5-File-CounterFile-1.04.patch (1.21 KB, patch)
2004-01-24 15:20 UTC, Lars Thegler
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Thegler 2004-01-24 15:20:06 UTC
- Update to 1.04
- PREFIX-clean under perl 5.005_03

Generated with FreeBSD Port Tools 0.50
Comment 1 Mathieu Arnold freebsd_committer freebsd_triage 2004-01-24 18:09:12 UTC
+-Le 24/01/2004 16:18 +0100, Lars Thegler écrivait :
| 
|  .if ${PERL_LEVEL} < 500601
| +# make PREFIX-clean under perl 5.005_03

As it's often said, when the comment and the code don't agree...
Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ?

-- 
Mathieu Arnold
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2004-01-24 18:20:31 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 Lars Thegler 2004-01-25 12:32:24 UTC
Mathieu Arnold wrote:
> |  .if ${PERL_LEVEL} < 500601
> | +# make PREFIX-clean under perl 5.005_03
> 
> As it's often said, when the comment and the code don't agree...
> Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ?

Good question. In my mind, there are at any one time only three differnt 
versions of perl:

  1) The base perl in FreeBSD 4.x (currently 500503)
  2) The port lang/perl5 (currently 500601)
  3) The port lang/perl5.8 (currently 500802)

I'm not entirely sure at what version of ExtUtils::MakeMaker the PREFIX 
problem got solved in, but I do know that the version distributed with 
1) is broken, and the versions distributed with 2) and 3) are not.

But I do agree with your point - the comments and the code should agree. 
Patch incoming :)

/Lars
Comment 4 Mathieu Arnold freebsd_committer freebsd_triage 2004-01-25 12:57:11 UTC
+-le 25/01/04 13:32 +0100, Lars Thegler =E9crivait :
| Mathieu Arnold wrote:
|> |  .if ${PERL_LEVEL} < 500601
|> | +# make PREFIX-clean under perl 5.005_03
|>=20
|> As it's often said, when the comment and the code don't agree...
|> Did you mean 500600 or perl before 5.6.1 (that is 5.6.0 and 5.005_03) ?
|=20
| Good question. In my mind, there are at any one time only three different
| versions of perl:
|=20
|   1) The base perl in FreeBSD 4.x (currently 500503)
|   2) The port lang/perl5 (currently 500601)
|   3) The port lang/perl5.8 (currently 500802)

That's in ports, but how can you know that everyone has always updated their
perl to the latest port version :)
keeping 5.6 would be silly, but keeping 5.8 instead of upgrading to 5.8.2 is
not that bad.

--=20
Mathieu Arnold