On Wed, Jan 08, 2014 at 10:38:51AM +0000, Stuart Henderson wrote: > On 2014/01/08 00:28, Remi Locherer wrote: > > This is the successor to p5-MojoX-Renderer-TT (which is not on cpan > > anymore). Code written for p5-MojoX-Renderer-TT might not work correct > > with p5-Mojolicious-Plugin-TtRenderer. But p5-MojoX-Renderer-TT will > > not work with an updated p5-Mojolicious. > > > > To make the transission from p5-MojoX-Renderer-TT to > > p5-Mojolicious-Plugin-TtRenderer a quirks entry is necessary. I tried it > > with the following diff applied to devel/quirks but it looks like I'm doing > > something wrong. I'm running this with the snapshot from Jan 2. > > > > remi@mistral:..md64/all% sudo PKG_PATH=/usr/ports/packages/amd64/all > > pkg_add -vu p5-MojoX-Renderer-TT > > Update candidates: quirks-1.106 -> quirks-1.106 (ok) > > Skipping p5-Mojolicious-Plugin-TtRenderer-1.50 (update candidate for > > p5-MojoX-Renderer-TT-1.13) > > p5-MojoX-Renderer-TT-1.13 pkgpaths: textproc/p5-MojoX-Renderer-TT > > p5-Mojolicious-Plugin-TtRenderer-1.50 pkgpaths: > > textproc/p5-Mojolicious-Plugin-TtRenderer > > remi@mistral:..md64/all% > > This one's easy: you need to add an @pkgpath annotation in > p5-Mojolicious-Plugin-TtRenderer/pkg/PLIST.
Yes, this did the trick. New tar.gz attached and again the diff for devel/quirks. cvs diff: Diffing . Index: Makefile =================================================================== RCS file: /cvs/ports/devel/quirks/Makefile,v retrieving revision 1.109 diff -u -p -r1.109 Makefile --- Makefile 7 Jan 2014 15:06:38 -0000 1.109 +++ Makefile 8 Jan 2014 13:24:03 -0000 @@ -5,7 +5,7 @@ CATEGORIES = devel databases DISTFILES = # API.rev -PKGNAME = quirks-1.106 +PKGNAME = quirks-1.107 PKG_ARCH = * MAINTAINER = Marc Espie <[email protected]> cvs diff: Diffing files Index: files/Quirks.pm =================================================================== RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v retrieving revision 1.116 diff -u -p -r1.116 Quirks.pm --- files/Quirks.pm 7 Jan 2014 15:06:38 -0000 1.116 +++ files/Quirks.pm 8 Jan 2014 13:25:51 -0000 @@ -330,6 +330,7 @@ my $stem_extensions = { 'wcb' =>'tklib', 'foomatic-filters' =>'cups-filters', 'faad-xmms' => 'xmms-faad', + 'p5-MojoX-Renderer-TT' => 'p5-Mojolicious-Plugin-TtRenderer', }; # reasons for obsolete packages cvs diff: Diffing files/Quirks cvs diff: Diffing pkg
p5-Mojolicious-Plugin-TtRenderer-1.50.tar.gz
Description: application/tar-gz
