Bug 144965 - ports/p5-Authen-Krb5 should use @dirrmtry instead of @dirrm
Summary: ports/p5-Authen-Krb5 should use @dirrmtry instead of @dirrm
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: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-22 22:20 UTC by kimor79
Modified: 2010-05-04 07:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kimor79 2010-03-22 22:20:04 UTC
The pkg-plist for security/p5-Authen-Krb5 uses @dirrm to clean up directories. It should use @dirrmtry since other perl modules may use the same directory structure.

Fix: 

@@ -4,6 +4,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Krb5/Krb5.so
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Krb5/autosplit.ix
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Authen
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Krb5
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Krb5
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-03-23 00:26:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-04 06:55:43 UTC
wen         2010-05-04 05:55:26 UTC

  FreeBSD ports repository

  Modified files:
    security/p5-Authen-Krb5 pkg-plist 
  Log:
  - Use @dirrmtry instead of @dirrm
  
  PR:             ports/144965
  Submitted by:   Kimo <kimor79@yahoo.com>
  
  Revision  Changes    Path
  1.4       +4 -4      ports/security/p5-Authen-Krb5/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-05-04 07:10:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!