Bug 153321

Summary: fixed pkg-plist in www/p5-Dancer
Product: Ports & Packages Reporter: Grzegorz Blach <magik>
Component: Individual Port(s)Assignee: Jun Kuriyama <kuriyama>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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.