diff options
author | ahze <ahze@FreeBSD.org> | 2008-03-25 22:38:25 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-03-25 22:38:25 +0800 |
commit | 0e3fb8db800d438e7d142676395fb02b217733e8 (patch) | |
tree | 633f350e41f62477f77fa7d03807985ff4bb68cc /graphics | |
parent | 6e47c5cdb459376d87ddb99ef6ecdf4cdcf5b90f (diff) | |
download | freebsd-ports-gnome-0e3fb8db800d438e7d142676395fb02b217733e8.tar.gz freebsd-ports-gnome-0e3fb8db800d438e7d142676395fb02b217733e8.tar.zst freebsd-ports-gnome-0e3fb8db800d438e7d142676395fb02b217733e8.zip |
Update to 1.053
Diffstat (limited to 'graphics')
-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/ |