View | Details | Raw Unified | Return to bug 236867 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	freetype2
4
PORTNAME=	freetype2
5
PORTVERSION=	2.9.1
5
PORTVERSION=	2.10.0
6
CATEGORIES=	print
6
CATEGORIES=	print
7
MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
7
MASTER_SITES=	http://savannah.nongnu.org/download/freetype/ \
8
		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
8
		SF/freetype/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+).*/\1/}/ \
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1525210487
1
TIMESTAMP = 1552633282
2
SHA256 (freetype-2.9.1.tar.bz2) = db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d
2
SHA256 (freetype-2.10.0.tar.bz2) = fccc62928c65192fff6c98847233b28eb7ce05f12d2fea3f6cc90e8b4e5fbe06
3
SIZE (freetype-2.9.1.tar.bz2) = 1926385
3
SIZE (freetype-2.10.0.tar.bz2) = 2743740
(-)files/pkg-message.in (-1 / +1 lines)
Lines 16-19 Link Here
16
16
17
The controllable properties are listed in the section "Controlling FreeType
17
The controllable properties are listed in the section "Controlling FreeType
18
Modules" in the reference's table of contents
18
Modules" in the reference's table of contents
19
(%%DOCSDIR%%/reference/ft2-toc.html, if documentation was installed).
19
(%%DOCSDIR%%/reference/site/index.html, if documentation was installed).
(-)pkg-plist (-1 / +2 lines)
Lines 15-20 Link Here
15
include/freetype2/freetype/ftcache.h
15
include/freetype2/freetype/ftcache.h
16
include/freetype2/freetype/ftchapters.h
16
include/freetype2/freetype/ftchapters.h
17
include/freetype2/freetype/ftcid.h
17
include/freetype2/freetype/ftcid.h
18
include/freetype2/freetype/ftcolor.h
18
include/freetype2/freetype/fterrdef.h
19
include/freetype2/freetype/fterrdef.h
19
include/freetype2/freetype/fterrors.h
20
include/freetype2/freetype/fterrors.h
20
include/freetype2/freetype/ftfntfmt.h
21
include/freetype2/freetype/ftfntfmt.h
Lines 51-57 Link Here
51
lib/libfreetype.a
52
lib/libfreetype.a
52
lib/libfreetype.so
53
lib/libfreetype.so
53
lib/libfreetype.so.6
54
lib/libfreetype.so.6
54
lib/libfreetype.so.6.16.1
55
lib/libfreetype.so.6.17.0
55
libdata/pkgconfig/freetype2.pc
56
libdata/pkgconfig/freetype2.pc
56
%%CONFIG%%man/man1/freetype-config.1.gz
57
%%CONFIG%%man/man1/freetype-config.1.gz
57
share/aclocal/freetype2.m4
58
share/aclocal/freetype2.m4

Return to bug 236867