aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Image-Imlib2
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-02-10 03:36:09 +0800
committererwin <erwin@FreeBSD.org>2004-02-10 03:36:09 +0800
commit4c100080c5d8f7433ae1de535681f4e5c5bcc353 (patch)
tree19a61eb4d7148bf61b2b89656f6dfcf0ba1f32e7 /graphics/p5-Image-Imlib2
parent7ffefcd4f0d55f6f040db44b4fb452efd617fc0b (diff)
downloadfreebsd-ports-gnome-4c100080c5d8f7433ae1de535681f4e5c5bcc353.tar.gz
freebsd-ports-gnome-4c100080c5d8f7433ae1de535681f4e5c5bcc353.tar.zst
freebsd-ports-gnome-4c100080c5d8f7433ae1de535681f4e5c5bcc353.zip
- Update to 1.01
- Remove BROKEN - Use MODBUILD While I'm here, fix copy/paste error in comment that I botched when I added the port. This port still doesn not work with perl 5.005_03, so mark it IGNORE for that version Based on: PR: 62416 Submitted by: Dominic Mitchell <dom@happygiraffe.net>
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r--graphics/p5-Image-Imlib2/Makefile11
-rw-r--r--graphics/p5-Image-Imlib2/distinfo4
-rw-r--r--graphics/p5-Image-Imlib2/files/patch-Build.PL19
3 files changed, 7 insertions, 27 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile
index 368a2b3ff16d..dfe95eea3d35 100644
--- a/graphics/p5-Image-Imlib2/Makefile
+++ b/graphics/p5-Image-Imlib2/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: p5-Apache-Filter
+# New ports collection makefile for: p5-Image-Imlib2
# Date created: September 11th, 2003
# Whom: Erwin Lansing <erwin@FreeBSD.org>
#
@@ -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,15 +17,14 @@ 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 <bsd.port.pre.mk>
-.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 <bsd.port.post.mk>
diff --git a/graphics/p5-Image-Imlib2/distinfo b/graphics/p5-Image-Imlib2/distinfo
index 6b3ee57bd012..843205c2355e 100644
--- a/graphics/p5-Image-Imlib2/distinfo
+++ b/graphics/p5-Image-Imlib2/distinfo
@@ -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 --git a/graphics/p5-Image-Imlib2/files/patch-Build.PL b/graphics/p5-Image-Imlib2/files/patch-Build.PL
deleted file mode 100644
index abc5c8f09183..000000000000
--- a/graphics/p5-Image-Imlib2/files/patch-Build.PL
+++ /dev/null
@@ -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;