Bug 101098 - textproc/p5-Unicode-CheckUTF8: fix PLIST
Summary: textproc/p5-Unicode-CheckUTF8: fix PLIST
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: Andrew Pantyukhin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-31 14:40 UTC by Erwin Lansing
Modified: 2006-08-01 13:39 UTC (History)
0 users

See Also:


Attachments
checkutf8.diff (1.00 KB, patch)
2006-07-31 14:40 UTC, Erwin Lansing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erwin Lansing freebsd_committer freebsd_triage 2006-07-31 14:40:10 UTC
Fix PLIST

Submitted by:	pointyhat
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-31 14:40:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->infofarmer

Over to maintainer
Comment 2 Andrew Pantyukhin freebsd_committer freebsd_triage 2006-08-01 11:58:05 UTC
Please explain, why do we need to dirrmtry these

%%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
%%SITE_PERL%%/%%PERL_ARCH%%/Unicode

but do nothing about these

%%SITE_PERL%%/%%PERL_ARCH%%/auto
%%SITE_PERL%%/%%PERL_ARCH%%
%%SITE_PERL%%

All of them come with perl 5.8.8 and I can't see how
they are different from each other.
Comment 3 Erwin Lansing freebsd_committer freebsd_triage 2006-08-01 12:26:20 UTC
On Tue, Aug 01, 2006 at 02:58:05PM +0400, Andrew Pantyukhin wrote:
> Please explain, why do we need to dirrmtry these
> 
> %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode
> %%SITE_PERL%%/%%PERL_ARCH%%/Unicode
> 

These are not from lang/perl5.8

perl installs has
@dirrmtry lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/Unicode
which is not the same as the above.

> but do nothing about these
> 
> %%SITE_PERL%%/%%PERL_ARCH%%/auto
> %%SITE_PERL%%/%%PERL_ARCH%%
> %%SITE_PERL%%
> 
> All of them come with perl 5.8.8 and I can't see how
> they are different from each other.


These are perl's alright and you don't need to touch those.

-erwin

-- 
Erwin Lansing                                     http://droso.org
Security is like an onion.          (o_ _o)
It's made up of several layers   \\\_\   /_///    erwin@FreeBSD.org
And it makes you cry.            <____) (____>    erwin@aauug.dk
Comment 4 sat freebsd_committer freebsd_triage 2006-08-01 13:39:13 UTC
State Changed
From-To: open->closed

Committed, thanks much!