From dc6a73c7821a465ee321058c9f536fa9dd6019cc Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Tue, 7 Dec 2010 14:10:57 +0000
Subject: [PATCH] version up : freetype-2.4.4 including a fix of rendering
 degradations of PDF files.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41200 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 buildout/software-profiles/freetype.cfg | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/buildout/software-profiles/freetype.cfg b/buildout/software-profiles/freetype.cfg
index 378b1d76af..11aa679a26 100644
--- a/buildout/software-profiles/freetype.cfg
+++ b/buildout/software-profiles/freetype.cfg
@@ -1,3 +1,6 @@
+# FreeType - a Free, High-Quality, and Portable Font Engine
+# http://freetype.org/
+
 [buildout]
 extends =
   ../software-profiles/zlib.cfg
@@ -7,8 +10,8 @@ parts =
 
 [freetype]
 recipe = hexagonit.recipe.cmmi
-url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.3.tar.gz
-md5sum = 649dd3c558278ae1d79a4e8e502c13e4
+url = http://download.savannah.gnu.org/releases/freetype/freetype-2.4.4.tar.gz
+md5sum = 9273efacffb683483e58a9e113efae9f
 environment =
   CFLAGS=-I${zlib:location}/include
   LDFLAGS=-L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
-- 
2.30.9