Bug 182707 - [patch] www/p5-Mojolicious : fix stage orphans
Summary: [patch] www/p5-Mojolicious : fix stage orphans
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-05 18:50 UTC by Antoine Brodin
Modified: 2013-10-06 04:50 UTC (History)
0 users

See Also:


Attachments
p5-Mojolicious.diff (1.21 KB, patch)
2013-10-05 18:50 UTC, Antoine Brodin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Brodin freebsd_committer freebsd_triage 2013-10-05 18:50:01 UTC
Some files added during the last changes are not packaged.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-05 18:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-06 04:29:38 UTC
Responsible Changed
From-To: perl->sunpoet

I'll take it.
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-10-06 04:43:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-10-06 04:43:21 UTC
Author: sunpoet
Date: Sun Oct  6 03:43:08 2013
New Revision: 329528
URL: http://svnweb.freebsd.org/changeset/ports/329528

Log:
  - Fix PLIST
  
  PR:		ports/182707
  Submitted by:	antoine

Modified:
  head/www/p5-Mojolicious/pkg-plist

Modified: head/www/p5-Mojolicious/pkg-plist
==============================================================================
--- head/www/p5-Mojolicious/pkg-plist	Sun Oct  6 03:41:39 2013	(r329527)
+++ head/www/p5-Mojolicious/pkg-plist	Sun Oct  6 03:43:08 2013	(r329528)
@@ -109,6 +109,8 @@ bin/morbo
 %%SITE_PERL%%/Mojolicious/Sessions.pm
 %%SITE_PERL%%/Mojolicious/Static.pm
 %%SITE_PERL%%/Mojolicious/Types.pm
+%%SITE_PERL%%/Mojolicious/Validator.pm
+%%SITE_PERL%%/Mojolicious/Validator/Validation.pm
 %%SITE_PERL%%/Mojolicious/public/favicon.ico
 %%SITE_PERL%%/Mojolicious/public/mojo/failraptor.png
 %%SITE_PERL%%/Mojolicious/public/mojo/jquery/jquery.js
@@ -266,6 +268,8 @@ bin/morbo
 %%PERL5_MAN3%%/Mojolicious::Sessions.3.gz
 %%PERL5_MAN3%%/Mojolicious::Static.3.gz
 %%PERL5_MAN3%%/Mojolicious::Types.3.gz
+%%PERL5_MAN3%%/Mojolicious::Validator.3.gz
+%%PERL5_MAN3%%/Mojolicious::Validator::Validation.3.gz
 %%PERL5_MAN3%%/Test::Mojo.3.gz
 %%PERL5_MAN3%%/ojo.3.gz
 man/man1/hypnotoad.1.gz
@@ -278,6 +282,7 @@ man/man1/morbo.1.gz
 @dirrm %%SITE_PERL%%/Mojolicious/public/mojo/prettify
 @dirrm %%SITE_PERL%%/Mojolicious/public/mojo
 @dirrm %%SITE_PERL%%/Mojolicious/public
+@dirrm %%SITE_PERL%%/Mojolicious/Validator
 @dirrm %%SITE_PERL%%/Mojolicious/Routes
 @dirrmtry %%SITE_PERL%%/Mojolicious/Plugin
 @dirrm %%SITE_PERL%%/Mojolicious/Guides
_______________________________________________
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"