svn commit: r347555 - head/print/freetype2
Koop Mast
kwm at FreeBSD.org
Sun Mar 9 08:20:32 UTC 2014
Author: kwm
Date: Sun Mar 9 08:20:31 2014
New Revision: 347555
URL: http://svnweb.freebsd.org/changeset/ports/347555
QAT: https://qat.redports.org/buildarchive/r347555/
Log:
Update to 2.5.3.
Add main mirror.
This version fixes a security vulnability.
MFH: 2014Q1
Security: 1a0de610-a761-11e3-95fe-bcaec565249c
Modified:
head/print/freetype2/Makefile
head/print/freetype2/distinfo
head/print/freetype2/pkg-plist
Modified: head/print/freetype2/Makefile
==============================================================================
--- head/print/freetype2/Makefile Sun Mar 9 08:18:17 2014 (r347554)
+++ head/print/freetype2/Makefile Sun Mar 9 08:20:31 2014 (r347555)
@@ -3,9 +3,10 @@
# $MCom: ports/print/freetype2/Makefile,v 1.28 2011/10/25 18:31:21 kwm Exp $
PORTNAME= freetype2
-PORTVERSION= 2.5.2
+PORTVERSION= 2.5.3
CATEGORIES= print
-MASTER_SITES= SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
+MASTER_SITES= http://savannah.nongnu.org/download/freetype/ \
+ SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
http://sunsite.cnlab-switch.ch/ftp/mirror/freetype/freetype2/ \
http://www.funet.fi/pub/mirrors/ftp.freetype.org/freetype2/ \
http://ftp.sunet.se/pub/text-processing/freetype/freetype2/ \
@@ -23,6 +24,7 @@ USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= ltverhack:9
ltverhack_PATCH_FILES= builds/unix/ltmain.sh
+CONFIGURE_ARGS= --without-harfbuzz
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
OPTIONS_DEFINE= LCD_FILTERING PNG
@@ -50,6 +52,6 @@ post-configure:
${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} setup)
post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreetype.so.9
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfreetype.so.*
.include <bsd.port.mk>
Modified: head/print/freetype2/distinfo
==============================================================================
--- head/print/freetype2/distinfo Sun Mar 9 08:18:17 2014 (r347554)
+++ head/print/freetype2/distinfo Sun Mar 9 08:20:31 2014 (r347555)
@@ -1,2 +1,2 @@
-SHA256 (freetype-2.5.2.tar.bz2) = 4ff4bd393aa01071ec7b849d035508a505a78f88b2bcf25ff11e58e43c0b9def
-SIZE (freetype-2.5.2.tar.bz2) = 1676373
+SHA256 (freetype-2.5.3.tar.bz2) = c0848b29d52ef3ca27ad92e08351f023c5e24ce8cea7d8fe69fc96358e65f75e
+SIZE (freetype-2.5.3.tar.bz2) = 1703842
Modified: head/print/freetype2/pkg-plist
==============================================================================
--- head/print/freetype2/pkg-plist Sun Mar 9 08:18:17 2014 (r347554)
+++ head/print/freetype2/pkg-plist Sun Mar 9 08:20:31 2014 (r347555)
@@ -55,6 +55,7 @@ lib/libfreetype.la
lib/libfreetype.so
lib/libfreetype.so.9
libdata/pkgconfig/freetype2.pc
+man/man1/freetype-config.1.gz
share/aclocal/freetype2.m4
@dirrm include/freetype2/config
@dirrm include/freetype2
More information about the svn-ports-all
mailing list