diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2008-03-25 14:38:25 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2008-03-25 14:38:25 +0000 |
commit | 32fdf3f7eccfe2d23ed81397397e7473e1c11a23 (patch) | |
tree | 19cac7a9edb1824d735360c7cd82e2533871b0c3 /graphics/p5-Cairo | |
parent | 37a534480d4aff80e39e771b76fd173ad1b17709 (diff) | |
download | ports-32fdf3f7eccfe2d23ed81397397e7473e1c11a23.tar.gz ports-32fdf3f7eccfe2d23ed81397397e7473e1c11a23.zip |
Notes
Diffstat (limited to 'graphics/p5-Cairo')
-rw-r--r-- | graphics/p5-Cairo/Makefile | 2 | ||||
-rw-r--r-- | graphics/p5-Cairo/distinfo | 6 | ||||
-rw-r--r-- | graphics/p5-Cairo/files/patch-Makefile.PL | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/graphics/p5-Cairo/Makefile b/graphics/p5-Cairo/Makefile index dda180c485d6..d8951c407f66 100644 --- a/graphics/p5-Cairo/Makefile +++ b/graphics/p5-Cairo/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Cairo -PORTVERSION= 1.045 +PORTVERSION= 1.053 CATEGORIES= graphics perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk2-perl diff --git a/graphics/p5-Cairo/distinfo b/graphics/p5-Cairo/distinfo index bc8cf4693bbd..b1ef2de4fcd8 100644 --- a/graphics/p5-Cairo/distinfo +++ b/graphics/p5-Cairo/distinfo @@ -1,3 +1,3 @@ -MD5 (Cairo-1.045.tar.gz) = de123ac0ecf149136a8d54312eaa79cc -SHA256 (Cairo-1.045.tar.gz) = ef6cd6d8113c65ccd3af6c4abe08648562494e1a6f279dfd90d93d4ab88953d8 -SIZE (Cairo-1.045.tar.gz) = 87823 +MD5 (Cairo-1.053.tar.gz) = ae340e60d356c7ee88f4f249d037c3d8 +SHA256 (Cairo-1.053.tar.gz) = 195c937210b48cab57310aa0d31d06aff313ad495240da254a27a6c303754b87 +SIZE (Cairo-1.053.tar.gz) = 89870 diff --git a/graphics/p5-Cairo/files/patch-Makefile.PL b/graphics/p5-Cairo/files/patch-Makefile.PL new file mode 100644 index 000000000000..ac74e9aed6af --- /dev/null +++ b/graphics/p5-Cairo/files/patch-Makefile.PL @@ -0,0 +1,11 @@ +--- Makefile.PL.orig 2008-03-25 10:36:32.000000000 -0400 ++++ Makefile.PL 2008-03-25 10:36:45.000000000 -0400 +@@ -236,7 +236,7 @@ + CAIRO_FONT_TYPE_TOY + CAIRO_FONT_TYPE_FT + CAIRO_FONT_TYPE_WIN32 +- CAIRO_FONT_TYPE_ATSUI ++ CAIRO_FONT_TYPE_QUARTZ + /]; + + $enums{cairo_pattern_type_t} = [qw/ |