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

Collapse All | Expand All

(-)x11-fonts/fontconfig/Makefile (-2 / +2 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	fontconfig
4
PORTNAME=	fontconfig
5
PORTVERSION=	2.13.1
5
PORTVERSION=	2.13.1
6
PORTREVISION?=	1
6
PORTREVISION?=	2
7
PORTEPOCH?=	1
7
PORTEPOCH?=	1
8
CATEGORIES=	x11-fonts
8
CATEGORIES=	x11-fonts
9
MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
9
MASTER_SITES=	https://www.freedesktop.org/software/fontconfig/release/
10
10
11
MAINTAINER=	desktop@FreeBSD.org
11
MAINTAINER=	desktop@FreeBSD.org
12
COMMENT=	XML-based font configuration API for X Windows
12
COMMENT=	XML-based font configuration API for X Windows
(-)x11-fonts/fontconfig/pkg-plist (+1 lines)
Lines 85-87 Link Here
85
%%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo
85
%%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo
86
%%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig.mo
86
%%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig.mo
87
@dir /var/db/fontconfig
87
@dir /var/db/fontconfig
88
@unexec cd %D/share/fonts && echo "%D/share/fonts: removal of .uuid files and empty directories" && find . -type f -name .uuid -delete && find * -type d -empty -delete

Return to bug 239167