diff -ruN /usr/ports/graphics/p5-Image-Imlib2/Makefile p5-Image-Imlib2/Makefile --- /usr/ports/graphics/p5-Image-Imlib2/Makefile Mon Dec 22 00:34:01 2003 +++ p5-Image-Imlib2/Makefile Fri Feb 6 08:26:47 2004 @@ -6,7 +6,7 @@ # PORTNAME= Image-Imlib2 -PORTVERSION= 0.12 +PORTVERSION= 1.01 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image @@ -17,9 +17,8 @@ LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Image::Imlib2.3 -.include "../../devel/p5-Module-Build/inc.build.mk" .include diff -ruN /usr/ports/graphics/p5-Image-Imlib2/distinfo p5-Image-Imlib2/distinfo --- /usr/ports/graphics/p5-Image-Imlib2/distinfo Fri Jan 30 00:15:26 2004 +++ p5-Image-Imlib2/distinfo Fri Feb 6 08:27:01 2004 @@ -1,2 +1,2 @@ -MD5 (Image-Imlib2-0.12.tar.gz) = 76685491b7453f89ad2bfe28d09d8703 -SIZE (Image-Imlib2-0.12.tar.gz) = 14786 +MD5 (Image-Imlib2-1.01.tar.gz) = 506ddc41150c93da005e96ad987daee7 +SIZE (Image-Imlib2-1.01.tar.gz) = 13955 diff -ruN /usr/ports/graphics/p5-Image-Imlib2/files/patch-Build.PL p5-Image-Imlib2/files/patch-Build.PL --- /usr/ports/graphics/p5-Image-Imlib2/files/patch-Build.PL Fri Oct 24 00:39:55 2003 +++ p5-Image-Imlib2/files/patch-Build.PL Thu Jan 1 01:00:00 1970 @@ -1,19 +0,0 @@ ---- Build.PL.orig Sun Aug 31 17:15:33 2003 -+++ Build.PL Thu Oct 23 09:31:34 2003 -@@ -21,6 +21,7 @@ - - my $libs = `$CONFIG --libs`; - my $cflags = `$CONFIG --cflags`; -+$cflags .= ' -fPIC'; - - my $build = Module::Build->new( - module_name => 'Image::Imlib2', -@@ -30,7 +31,7 @@ - 'Test::More' => '0.01', - }, - extra_linker_flags => $libs, -- cc_flags => $cflags, -+ extra_compiler_flags => $cflags, - c_source => './lib/Image', - ); - $build->create_build_script;