Index: x11-fonts/fontconfig/Makefile
===================================================================
--- x11-fonts/fontconfig/Makefile	(revision 528458)
+++ x11-fonts/fontconfig/Makefile	(working copy)
@@ -3,10 +3,10 @@
 
 PORTNAME=	fontconfig
 PORTVERSION=	2.13.1
-PORTREVISION?=	1
+PORTREVISION?=	2
 PORTEPOCH?=	1
 CATEGORIES=	x11-fonts
-MASTER_SITES=	http://www.freedesktop.org/software/fontconfig/release/
+MASTER_SITES=	https://www.freedesktop.org/software/fontconfig/release/
 
 MAINTAINER=	desktop@FreeBSD.org
 COMMENT=	XML-based font configuration API for X Windows
Index: x11-fonts/fontconfig/pkg-plist
===================================================================
--- x11-fonts/fontconfig/pkg-plist	(revision 528458)
+++ x11-fonts/fontconfig/pkg-plist	(working copy)
@@ -85,3 +85,4 @@
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo
 %%NLS%%share/locale/zh_CN/LC_MESSAGES/fontconfig.mo
 @dir /var/db/fontconfig
+@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