- 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:
Responsible Changed From-To: freebsd-ports-bugs->gabor gabor@ wants his PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
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.
Responsible Changed From-To: gabor->lippe Submitter is now Committer
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"
State Changed From-To: feedback->closed Committed. Thanks!