svn commit: r466244 - head/print/freetype2
Baptiste Daroussin
bapt at FreeBSD.org
Mon Apr 2 18:04:51 UTC 2018
Author: bapt
Date: Mon Apr 2 18:04:49 2018
New Revision: 466244
URL: https://svnweb.freebsd.org/changeset/ports/466244
Log:
Update to 2.9
The ABI is fully backward compatible:
https://abi-laboratory.pro/tracker/timeline/freetype/
Modified:
head/print/freetype2/Makefile
head/print/freetype2/distinfo
head/print/freetype2/pkg-plist
Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile Mon Apr 2 17:59:26 2018 (r466243)
+++ head/print/freetype2/Makefile Mon Apr 2 18:04:49 2018 (r466244)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= freetype2
-PORTVERSION= 2.8
-PORTREVISION= 1
+PORTVERSION= 2.9
CATEGORIES= print
MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
Modified: head/print/freetype2/distinfo
==============================================================================
--- head/print/freetype2/distinfo Mon Apr 2 17:59:26 2018 (r466243)
+++ head/print/freetype2/distinfo Mon Apr 2 18:04:49 2018 (r466244)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494694662
-SHA256 (freetype-2.8.tar.bz2) = a3c603ed84c3c2495f9c9331fe6bba3bb0ee65e06ec331e0a0fb52158291b40b
-SIZE (freetype-2.8.tar.bz2) = 1873526
+TIMESTAMP = 1522475028
+SHA256 (freetype-2.9.tar.bz2) = e6ffba3c8cef93f557d1f767d7bc3dee860ac7a3aaff588a521e081bc36f4c8a
+SIZE (freetype-2.9.tar.bz2) = 1915013
Modified: head/print/freetype2/pkg-plist
==============================================================================
--- head/print/freetype2/pkg-plist Mon Apr 2 17:59:26 2018 (r466243)
+++ head/print/freetype2/pkg-plist Mon Apr 2 18:04:49 2018 (r466244)
@@ -4,15 +4,15 @@ include/freetype2/freetype/config/ftheader.h
include/freetype2/freetype/config/ftmodule.h
include/freetype2/freetype/config/ftoption.h
include/freetype2/freetype/config/ftstdlib.h
+include/freetype2/freetype/ftdriver.h
+include/freetype2/freetype/ftparams.h
include/freetype2/freetype/freetype.h
include/freetype2/freetype/ftadvanc.h
-include/freetype2/freetype/ftautoh.h
include/freetype2/freetype/ftbbox.h
include/freetype2/freetype/ftbdf.h
include/freetype2/freetype/ftbitmap.h
include/freetype2/freetype/ftbzip2.h
include/freetype2/freetype/ftcache.h
-include/freetype2/freetype/ftcffdrv.h
include/freetype2/freetype/ftchapters.h
include/freetype2/freetype/ftcid.h
include/freetype2/freetype/fterrdef.h
@@ -33,7 +33,6 @@ include/freetype2/freetype/ftmodapi.h
include/freetype2/freetype/ftmoderr.h
include/freetype2/freetype/ftotval.h
include/freetype2/freetype/ftoutln.h
-include/freetype2/freetype/ftpcfdrv.h
include/freetype2/freetype/ftpfr.h
include/freetype2/freetype/ftrender.h
include/freetype2/freetype/ftsizes.h
@@ -42,19 +41,17 @@ include/freetype2/freetype/ftstroke.h
include/freetype2/freetype/ftsynth.h
include/freetype2/freetype/ftsystem.h
include/freetype2/freetype/fttrigon.h
-include/freetype2/freetype/ftttdrv.h
include/freetype2/freetype/fttypes.h
include/freetype2/freetype/ftwinfnt.h
include/freetype2/freetype/t1tables.h
include/freetype2/freetype/ttnameid.h
include/freetype2/freetype/tttables.h
include/freetype2/freetype/tttags.h
-include/freetype2/freetype/ttunpat.h
include/freetype2/ft2build.h
lib/libfreetype.a
lib/libfreetype.so
lib/libfreetype.so.6
-lib/libfreetype.so.6.14.0
+lib/libfreetype.so.6.16.0
libdata/pkgconfig/freetype2.pc
man/man1/freetype-config.1.gz
share/aclocal/freetype2.m4
More information about the svn-ports-all
mailing list