Package create of updated textproc/p5-Pod-Spell is not working, because it can't find Wordlist.pod. Fix: Wordlist.pod doesn't appear to exist in this updated version of Pod::Spell, so pkg-plist probably needs to be updated. How-To-Repeat: make package - have it fail on Wordlist.pod not found.
Responsible Changed From-To: freebsd-ports-bugs->lth Over to maintainer (via the GNATS Auto Assign Tool)
As the original submitter already stated, the Wordlist.pod file is gone and should be removed from pkg-plist. --- textproc/p5-Pod-Spell/pkg-plist.orig 2012-07-14 16:29:18.000000000 +0200 +++ textproc/p5-Pod-Spell/pkg-plist 2013-07-04 15:48:42.000000000 +0200 @@ -1,7 +1,6 @@ bin/podspell %%SITE_PERL%%/Pod/Spell.pm %%SITE_PERL%%/Pod/Wordlist.pm -%%SITE_PERL%%/Pod/Wordlist.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod Thanks - Frank
Author: lth Date: Thu Jul 4 16:46:39 2013 New Revision: 322280 URL: http://svnweb.freebsd.org/changeset/ports/322280 Log: - adjust pkg-plist PR: ports/179792 Submitted by: Lawrence Chen <beastie@tardisi.com>, Frank Wall <fw@moov.de> Modified: head/textproc/p5-Pod-Spell/Makefile head/textproc/p5-Pod-Spell/pkg-plist Modified: head/textproc/p5-Pod-Spell/Makefile ============================================================================== --- head/textproc/p5-Pod-Spell/Makefile Thu Jul 4 15:43:03 2013 (r322279) +++ head/textproc/p5-Pod-Spell/Makefile Thu Jul 4 16:46:39 2013 (r322280) @@ -2,6 +2,7 @@ PORTNAME= Pod-Spell PORTVERSION= 1.04 +PORT_REVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-Spell/pkg-plist ============================================================================== --- head/textproc/p5-Pod-Spell/pkg-plist Thu Jul 4 15:43:03 2013 (r322279) +++ head/textproc/p5-Pod-Spell/pkg-plist Thu Jul 4 16:46:39 2013 (r322280) @@ -1,7 +1,6 @@ bin/podspell %%SITE_PERL%%/Pod/Spell.pm %%SITE_PERL%%/Pod/Wordlist.pm -%%SITE_PERL%%/Pod/Wordlist.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Spell @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!