Bug 177606 - www/p5-WebService-BuzzurlAPI: [PATCH] bad plist prevents packaging
Summary: www/p5-WebService-BuzzurlAPI: [PATCH] bad plist prevents packaging
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: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 12:00 UTC by John Marino
Modified: 2013-04-16 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (458 bytes, patch)
2013-04-03 12:00 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-04-03 12:00:00 UTC
Due to using a directory in the plist, pkg produces an empty package of p5-WebService-BuzzurlAPI with no manifest. Fix attached.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 12:00:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 12:00:14 UTC
Maintainer of www/p5-WebService-BuzzurlAPI,

Please note that PR ports/177606 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177606

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 12:00:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 markun 2013-04-08 15:59:41 UTC
Dear draco,

Thank you for your patch.
I approve.

Please commit.

Best Regards,

-- 
TERAMOTO Masahiro <markun@onohara.to>
Comment 5 Chris Rees freebsd_committer freebsd_triage 2013-04-14 17:13:57 UTC
Responsible Changed
From-To: perl->crees

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-04-16 19:27:21 UTC
Author: crees
Date: Tue Apr 16 18:27:13 2013
New Revision: 315877
URL: http://svnweb.freebsd.org/changeset/ports/315877

Log:
  Remove directory from plist
  
  PR:		ports/177606
  Submitted by:	John Marino <draco@marino.st>
  Feature safe:	yes

Modified:
  head/www/p5-WebService-BuzzurlAPI/pkg-plist

Modified: head/www/p5-WebService-BuzzurlAPI/pkg-plist
==============================================================================
--- head/www/p5-WebService-BuzzurlAPI/pkg-plist	Tue Apr 16 18:23:45 2013	(r315876)
+++ head/www/p5-WebService-BuzzurlAPI/pkg-plist	Tue Apr 16 18:27:13 2013	(r315877)
@@ -3,7 +3,6 @@
 %%SITE_PERL%%/WebService/BuzzurlAPI/Util.pm
 %%SITE_PERL%%/WebService/BuzzurlAPI/Response.pm
 %%SITE_PERL%%/WebService/BuzzurlAPI/Request.pm
-%%SITE_PERL%%/WebService/BuzzurlAPI/Request
 %%SITE_PERL%%/WebService/BuzzurlAPI/Request/KeywordArticles.pm
 %%SITE_PERL%%/WebService/BuzzurlAPI/Request/BookmarkCount.pm
 %%SITE_PERL%%/WebService/BuzzurlAPI/Request/UserArticles.pm
_______________________________________________
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 7 Chris Rees freebsd_committer freebsd_triage 2013-04-16 19:30:13 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!