Date: Sun, 24 Dec 2017 18:38:57 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457187 - in head/x11-fonts/font-awesome: . files Message-ID: <201712241838.vBOIcvA6021884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sun Dec 24 18:38:57 2017 New Revision: 457187 URL: https://svnweb.freebsd.org/changeset/ports/457187 Log: x11-fonts/font-awesome: Update to 5.0.2 PR: 224569 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Modified: head/x11-fonts/font-awesome/Makefile head/x11-fonts/font-awesome/distinfo head/x11-fonts/font-awesome/files/pkg-message.in head/x11-fonts/font-awesome/pkg-descr Modified: head/x11-fonts/font-awesome/Makefile ============================================================================== --- head/x11-fonts/font-awesome/Makefile Sun Dec 24 18:19:03 2017 (r457186) +++ head/x11-fonts/font-awesome/Makefile Sun Dec 24 18:38:57 2017 (r457187) @@ -1,13 +1,13 @@ # $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 @@ -17,11 +17,16 @@ 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 <bsd.port.mk> Modified: head/x11-fonts/font-awesome/distinfo ============================================================================== --- head/x11-fonts/font-awesome/distinfo Sun Dec 24 18:19:03 2017 (r457186) +++ head/x11-fonts/font-awesome/distinfo Sun Dec 24 18:38:57 2017 (r457187) @@ -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 Modified: head/x11-fonts/font-awesome/files/pkg-message.in ============================================================================== --- head/x11-fonts/font-awesome/files/pkg-message.in Sun Dec 24 18:19:03 2017 (r457186) +++ head/x11-fonts/font-awesome/files/pkg-message.in Sun Dec 24 18:38:57 2017 (r457187) @@ -6,3 +6,6 @@ line to the "Modules" section of your X Windows config 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". Modified: head/x11-fonts/font-awesome/pkg-descr ============================================================================== --- head/x11-fonts/font-awesome/pkg-descr Sun Dec 24 18:19:03 2017 (r457186) +++ head/x11-fonts/font-awesome/pkg-descr Sun Dec 24 18:38:57 2017 (r457187) @@ -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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712241838.vBOIcvA6021884>