Bug 153376

Summary: [PATCH] security/p5-IO-Socket-SSL: Cannot build package
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Philippe Audeoud <jadawin>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Craig Leres freebsd_committer freebsd_triage 2010-12-22 18:40:05 UTC
    You cannot create a package for p5-IO-Socket-SSL; perllocal.pod
    does not exist and isn't installed but is in the pkg-plist.

Fix: Remove perllocal.pod from pkg-list; patch attached.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0SQ/4ACgkQWxlAhAje3Juu0wCfRQxa9cDGB7bvEpI+lUH3fThL
ZJUAnjpyGZxYpLcbNTfNg57MQfvUnyxX
=J8qc
-----END PGP SIGNATURE-----

--------------000908020301080403080907
Content-Type: text/plain;
 name="patch-pkg-plist"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-pkg-plist"



--------------000908020301080403080907
Content-Type: application/octet-stream;
 name="patch-pkg-plist.sig"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="patch-pkg-plist.sig"

iEYEABECAAYFAk0SQ/4ACgkQWxlAhAje3JsVBwCeMguiu+dHR5IwSSvneiQML+7NHasAnjwI
N9uUOk5auSkb57hJxKlHuee6
--------------000908020301080403080907----eM8OJQr3faho2MMB89fDneOMnfYFCaoMNLbittoIQz3q5Rup
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- pkg-plist-	2010-12-22 10:25:05.000000000 -0800
+++ pkg-plist	2010-12-22 10:25:14.000000000 -0800
@@ -1,6 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL/.packlist
 %%SITE_PERL%%/IO/Socket/SSL.pm
-lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket/SSL
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Socket
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
How-To-Repeat:     ===>  Building package for p5-IO-Socket-SSL-1.35
    tar: lib/perl5/5.12.2/mach/perllocal.pod: Cannot stat: No such file
or directory
    tar: Error exit delayed from previous errors.
    pkg_create: make_dist: tar command failed with code 256
    *** Error code 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-22 18:40:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jadawin

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Philippe Audeoud freebsd_committer freebsd_triage 2010-12-23 10:42:45 UTC
State Changed
From-To: open->closed

p5-IO-Socket-SSL-1.37 commited and perllocal.pod fixed. Thanks!