Bug 153321 - fixed pkg-plist in www/p5-Dancer
Summary: fixed pkg-plist in www/p5-Dancer
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: Jun Kuriyama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-20 19:40 UTC by Grzegorz Blach
Modified: 2011-02-25 02:10 UTC (History)
0 users

See Also:


Attachments
file.diff (915 bytes, patch)
2010-12-20 19:40 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2010-12-20 19:40:09 UTC
I fixed pkg-plist in www/p5-Dancer port.

Old version has missing line:
@dirrm %%SITE_PERL%%/auto/Dancer

Also I added LICENSE to Makefile.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-20 19:40:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kuriyama

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-02-25 02:06:51 UTC
kuriyama    2011-02-25 02:06:45 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-Dancer        Makefile distinfo pkg-plist 
  Log:
  - Upgrade to 1.3011 [1].
  - Add $LICENSE [2].
  
  PR:             ports/154379 [1], ports/153321 [2]
  Submitted by:   Steve Wills <steve@mouf.net> [1],
                  Grzegorz Blach <magik@roorback.net> [2]
  
  Revision  Changes    Path
  1.6       +9 -2      ports/www/p5-Dancer/Makefile
  1.5       +2 -2      ports/www/p5-Dancer/distinfo
  1.4       +5 -0      ports/www/p5-Dancer/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Jun Kuriyama freebsd_committer freebsd_triage 2011-02-25 02:07:19 UTC
State Changed
From-To: open->closed

$LICENSE part was committed, thanks! 

pkg-plist should be fixed in other ports which uses auto/Dancer/ dir. 
This p5-Dancer does not install files in auto/Dancer/ dir.