Bug 179792 - textproc/p5-Pod-Spell: Wordlist.pod not found for package creation
Summary: textproc/p5-Pod-Spell: Wordlist.pod not found for package creation
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: Lars Thegler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 23:30 UTC by Lawrence Chen
Modified: 2013-07-04 17:50 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lawrence Chen 2013-06-20 23:30:01 UTC
	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.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-20 23:30:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lth

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Frank Wall 2013-07-04 16:23:24 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-07-04 17:46:51 UTC
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"
Comment 4 Lars Thegler freebsd_committer freebsd_triage 2013-07-04 17:47:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!