Bug 121010

Summary: [UPDATE] www/p5-Catalyst-View-HTML-Template
Product: Ports & Packages Reporter: Felippe de Meirelles Motta <lippemail>
Component: Individual Port(s)Assignee: Felippe de Meirelles Motta <lippe>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
C::V::HTML::Template.patch none

Description Felippe de Meirelles Motta 2008-02-23 20:00:06 UTC
- Updated to 0.02
- Use CPAN macro
- Better adjustment of dependences
- PERL_CONFIGURE instead of PERL_MODBUILD
- Update pkg-plist

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-23 20:00:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

gabor@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-02-23 20:00:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 kiki 2008-03-04 15:00:19 UTC
Unfortunately, the module still uses Module::Build so using just 
"PERL_CONFIGURE=yes" causes it to install to a weird directory 
(/usr/local/lib/usr/local/lib or smth like that) on my machine.

Using PERL_MODBUILD=yes will fix this and will also skip the .packlist 
file so the references to it can be removed from pkg-plist.

I attached a quick patch.
Comment 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-03-08 04:41:40 UTC
Responsible Changed
From-To: gabor->lippe

Submitter is now Committer
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-03-19 00:47:39 UTC
lippe       2008-03-19 00:47:35 UTC

  FreeBSD ports repository

  Modified files:
    www/p5-Catalyst-View-HTML-Template Makefile distinfo pkg-plist 
  Log:
  - Update to 0.02.
  - Use CPAN macro.
  - Fix pkg-plist.
  
  PR:             ports/121010
  Submitted by:   myself
  Approved by:    araujo (mentor), Kiki <kiki@bsdro.org> (maintainer)
  
  Revision  Changes    Path
  1.4       +4 -5      ports/www/p5-Catalyst-View-HTML-Template/Makefile
  1.3       +3 -3      ports/www/p5-Catalyst-View-HTML-Template/distinfo
  1.4       +1 -0      ports/www/p5-Catalyst-View-HTML-Template/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 6 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2008-03-19 00:48:02 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!