summaryrefslogtreecommitdiff
path: root/graphics/freetype2/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2009-04-16 20:26:25 +0000
committerdrochner <drochner>2009-04-16 20:26:25 +0000
commit1157e1ae8bbf1c3db719cfa498fe649b94d4ce66 (patch)
tree3daa6eecef0936346803739588d847f0f84d4509 /graphics/freetype2/Makefile
parent64ef4535430211d53ee424cf699bc534e2ccd5c3 (diff)
downloadpkgsrc-1157e1ae8bbf1c3db719cfa498fe649b94d4ce66.tar.gz
update to 2.3.9
changes: -important bugfixes -improved CID support There was an ABI breakage between 2.3.7 and 2.3.8 which was reverted in 2.3.9. The public 'PS_FontInfoRec' structure was expanded and then shrunk. Applications compiled against 2.3.8 should work fine with 2.3.9. Applications compiled against the new 2.3.9 can theoretically exhibit problems if run against a 2.3.8 binary, if some PS_FontInfo stuff is used. See the freetype release notes for details. I didn't find any suspects for now. If one is found, it should be changed to require 2.3.9, and PKGREV bumped.
Diffstat (limited to 'graphics/freetype2/Makefile')
-rw-r--r--graphics/freetype2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/freetype2/Makefile b/graphics/freetype2/Makefile
index 3c48dec0d17..cfee6e1ef81 100644
--- a/graphics/freetype2/Makefile
+++ b/graphics/freetype2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.67 2009/01/27 19:29:32 drochner Exp $
+# $NetBSD: Makefile,v 1.68 2009/04/16 20:26:25 drochner Exp $
-DISTNAME= freetype-2.3.8
+DISTNAME= freetype-2.3.9
PKGNAME= ${DISTNAME:S/-/2-/}
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=freetype/} \