View | Details | Raw Unified | Return to bug 275954
Collapse All | Expand All

(-)b/x11-fonts/fontconfig/Makefile (-2 / +2 lines)
Lines 1-8 Link Here
1
PORTNAME=	fontconfig
1
PORTNAME=	fontconfig
2
DISTVERSION=	2.14.2
2
DISTVERSION=	2.15.0
3
PORTEPOCH=	1
3
PORTEPOCH=	1
4
CATEGORIES=	x11-fonts
4
CATEGORIES=	x11-fonts
5
MASTER_SITES=	https://www.freedesktop.org/software/fontconfig/release/
5
MASTER_SITES=	https://www.freedesktop.org/software/${PORTNAME}/release/
6
6
7
MAINTAINER=	desktop@FreeBSD.org
7
MAINTAINER=	desktop@FreeBSD.org
8
COMMENT=	XML-based font configuration API for X Windows
8
COMMENT=	XML-based font configuration API for X Windows
(-)b/x11-fonts/fontconfig/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1676011090
1
TIMESTAMP = 1703411132
2
SHA256 (fontconfig-2.14.2.tar.xz) = dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b
2
SHA256 (fontconfig-2.15.0.tar.xz) = 63a0658d0e06e0fa886106452b58ef04f21f58202ea02a94c39de0d3335d7c0e
3
SIZE (fontconfig-2.14.2.tar.xz) = 1440844
3
SIZE (fontconfig-2.15.0.tar.xz) = 1447820
(-)b/x11-fonts/fontconfig/files/patch-meson.build (-6 / +6 lines)
Lines 1-11 Link Here
1
--- meson.build.orig	2022-12-27 07:24:19 UTC
1
--- meson.build.orig	2023-12-24 09:46:41 UTC
2
+++ meson.build
2
+++ meson.build
3
@@ -432,7 +432,7 @@ configure_file(output: 'fonts.conf',
3
@@ -440,7 +440,7 @@ install_data('fonts.dtd',
4
   install: true)
4
                install: true)
5
 
5
 
6
 install_data('fonts.dtd',
6
 install_data('fonts.dtd',
7
-  install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'xml/fontconfig')
7
-             install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'xml/fontconfig')
8
+  install_dir: join_paths(get_option('prefix'), get_option('sysconfdir'), 'fonts')
8
+             install_dir: join_paths(get_option('prefix'), get_option('sysconfdir'), 'fonts')
9
 )
9
             )
10
 
10
 
11
 fc_headers = [
11
 fc_headers = [
(-)b/x11-fonts/fontconfig/pkg-plist (-1 / +1 lines)
Lines 79-85 include/fontconfig/fontconfig.h Link Here
79
lib/libfontconfig.a
79
lib/libfontconfig.a
80
lib/libfontconfig.so
80
lib/libfontconfig.so
81
lib/libfontconfig.so.1
81
lib/libfontconfig.so.1
82
lib/libfontconfig.so.1.13.0
82
lib/libfontconfig.so.1.14.0
83
libdata/pkgconfig/fontconfig.pc
83
libdata/pkgconfig/fontconfig.pc
84
man/man1/fc-cache.1.gz
84
man/man1/fc-cache.1.gz
85
man/man1/fc-cat.1.gz
85
man/man1/fc-cat.1.gz

Return to bug 275954