diff options
author | swills <swills@FreeBSD.org> | 2017-12-25 02:38:57 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-12-25 02:38:57 +0800 |
commit | cc2669424262f37c11fefb2a2a1ab3e9b06f65ad (patch) | |
tree | 14221379fac0b67fdaa7b42d06a32cf7747b9a73 /x11-fonts | |
parent | 02dce7c55567a7ffd9c2d225f978a7e266fe1316 (diff) | |
download | freebsd-ports-gnome-cc2669424262f37c11fefb2a2a1ab3e9b06f65ad.tar.gz freebsd-ports-gnome-cc2669424262f37c11fefb2a2a1ab3e9b06f65ad.tar.zst freebsd-ports-gnome-cc2669424262f37c11fefb2a2a1ab3e9b06f65ad.zip |
x11-fonts/font-awesome: Update to 5.0.2
PR: 224569
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/font-awesome/Makefile | 19 | ||||
-rw-r--r-- | x11-fonts/font-awesome/distinfo | 6 | ||||
-rw-r--r-- | x11-fonts/font-awesome/files/pkg-message.in | 3 | ||||
-rw-r--r-- | x11-fonts/font-awesome/pkg-descr | 12 |
4 files changed, 24 insertions, 16 deletions
diff --git a/x11-fonts/font-awesome/Makefile b/x11-fonts/font-awesome/Makefile index 1667f0f87dbd..e911648bf45d 100644 --- a/x11-fonts/font-awesome/Makefile +++ b/x11-fonts/font-awesome/Makefile @@ -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> diff --git a/x11-fonts/font-awesome/distinfo b/x11-fonts/font-awesome/distinfo index 0932a76c8f9d..29302cf88c4e 100644 --- a/x11-fonts/font-awesome/distinfo +++ b/x11-fonts/font-awesome/distinfo @@ -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 diff --git a/x11-fonts/font-awesome/files/pkg-message.in b/x11-fonts/font-awesome/files/pkg-message.in index 82f1671ede7a..9b1f07906973 100644 --- a/x11-fonts/font-awesome/files/pkg-message.in +++ b/x11-fonts/font-awesome/files/pkg-message.in @@ -6,3 +6,6 @@ line to the "Modules" section of your X Windows configuration file: 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". diff --git a/x11-fonts/font-awesome/pkg-descr b/x11-fonts/font-awesome/pkg-descr index dfc99246343b..0f6ab59e018f 100644 --- a/x11-fonts/font-awesome/pkg-descr +++ b/x11-fonts/font-awesome/pkg-descr @@ -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/ |