Index: head/x11-fonts/font-awesome/Makefile =================================================================== --- head/x11-fonts/font-awesome/Makefile (revision 457186) +++ head/x11-fonts/font-awesome/Makefile (revision 457187) @@ -1,27 +1,32 @@ # $FreeBSD$ PORTNAME= font-awesome -DISTVERSION= 4.7.0 -PORTREVISION= 1 +DISTVERSION= 5.0.2 CATEGORIES= x11-fonts -MASTER_SITES= http://fontawesome.io/assets/ +MASTER_SITES= https://use.fontawesome.com/releases/v${DISTVERSION}/ +DISTNAME= fontawesome-free-${DISTVERSION} MAINTAINER= dg@syrec.org -COMMENT= Suite of 675 pictographic icons from Font Awesome +COMMENT= Suite of pictographic icons from Font Awesome (free version) LICENSE= OFL11 USES= fonts zip NO_ARCH= yes NO_BUILD= yes SUB_FILES= pkg-message -PLIST_FILES= ${FONTSDIR}/fontawesome-webfont.ttf \ - ${FONTSDIR}/FontAwesome.otf +PLIST_FILES= ${FONTSDIR}/Font\ Awesome\ 5\ Brands-Regular-400.otf \ + ${FONTSDIR}/Font\ Awesome\ 5\ Free-Regular-400.otf \ + ${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf \ + ${FONTSDIR}/fa-brands-400.ttf \ + ${FONTSDIR}/fa-regular-400.ttf \ + ${FONTSDIR}/fa-solid-900.ttf do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/fonts/*.[t,o]tf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/use-on-desktop/*.otf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/web-fonts-with-css/webfonts/*.ttf ${STAGEDIR}${FONTSDIR} .include Index: head/x11-fonts/font-awesome/distinfo =================================================================== --- head/x11-fonts/font-awesome/distinfo (revision 457186) +++ head/x11-fonts/font-awesome/distinfo (revision 457187) @@ -1,3 +1,3 @@ -TIMESTAMP = 1510436142 -SHA256 (font-awesome-4.7.0.zip) = a7b6edb9e874e6d36a90160553afeb412f85df4d91c723ef2a29a2b5bf8e5802 -SIZE (font-awesome-4.7.0.zip) = 669808 +TIMESTAMP = 1514121530 +SHA256 (fontawesome-free-5.0.2.zip) = 77c18e313e2259639444126a676c5628de61c822485f152f6610c382ab6f76ed +SIZE (fontawesome-free-5.0.2.zip) = 14885512 Index: head/x11-fonts/font-awesome/files/pkg-message.in =================================================================== --- head/x11-fonts/font-awesome/files/pkg-message.in (revision 457186) +++ head/x11-fonts/font-awesome/files/pkg-message.in (revision 457187) @@ -1,8 +1,11 @@ Make sure that the freetype module is loaded. If it is not, add the following line to the "Modules" section of your X Windows configuration file: Load "freetype" Add the following line to the "Files" section of X Windows configuration file: FontPath "%%FONTSDIR%%/" + +If you're upgrading from Font Awesome v4, you may need to update your configs +to the new font families "Font Awesome 5 Free" and "Font Awesome 5 Free Solid". Index: head/x11-fonts/font-awesome/pkg-descr =================================================================== --- head/x11-fonts/font-awesome/pkg-descr (revision 457186) +++ head/x11-fonts/font-awesome/pkg-descr (revision 457187) @@ -1,8 +1,8 @@ -Font Awesome is a full suite of 675 pictographic icons for easy scalable -vector graphics on websites, created and maintained by Dave Gandy. +Font Awesome is a suite of pictographic icons for easy scalable vector +graphics, created and maintained by Dave Gandy. -This package installs only ttf/otf fonts suitable for use in X.Org applications. -The corresponding web fonts (woff/woff2) aren't installed. You can find them -installed by a lot of other ports. +This package installs only free TTF and OTF fonts suitable for use in X.Org +applications. The corresponding web fonts aren't installed. You can find +them installed by a lot of other ports. -WWW: http://fontawesome.io/ +WWW: https://fontawesome.com/