Index: head/graphics/p5-Image-Imlib2/files/patch-Build.PL =================================================================== --- head/graphics/p5-Image-Imlib2/files/patch-Build.PL (revision 100514) +++ head/graphics/p5-Image-Imlib2/files/patch-Build.PL (nonexistent) @@ -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; Property changes on: head/graphics/p5-Image-Imlib2/files/patch-Build.PL ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/p5-Image-Imlib2/Makefile =================================================================== --- head/graphics/p5-Image-Imlib2/Makefile (revision 100514) +++ head/graphics/p5-Image-Imlib2/Makefile (revision 100515) @@ -1,31 +1,30 @@ -# New ports collection makefile for: p5-Apache-Filter +# New ports collection makefile for: p5-Image-Imlib2 # Date created: September 11th, 2003 # Whom: Erwin Lansing # # $FreeBSD$ # PORTNAME= Image-Imlib2 -PORTVERSION= 0.12 +PORTVERSION= 1.01 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Image PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Perl interface to the Imlib2 image library 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 -.if ${OSVERSION} >= 502000 -BROKEN= 'Does not compile' +.if ${PERL_LEVEL} < 500600 +IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again .endif .include Property changes on: head/graphics/p5-Image-Imlib2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/p5-Image-Imlib2/distinfo =================================================================== --- head/graphics/p5-Image-Imlib2/distinfo (revision 100514) +++ head/graphics/p5-Image-Imlib2/distinfo (revision 100515) @@ -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 Property changes on: head/graphics/p5-Image-Imlib2/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property