1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

x11-fonts/font-awesome: update to 5.1.0

PR:		229619
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
This commit is contained in:
Steve Wills 2018-07-09 13:54:58 +00:00
parent e1d5e23e2b
commit 8cc9ed0b67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474256
3 changed files with 8 additions and 12 deletions

View File

@ -1,10 +1,10 @@
# $FreeBSD$
PORTNAME= font-awesome
DISTVERSION= 5.0.13
DISTVERSION= 5.1.0
CATEGORIES= x11-fonts
MASTER_SITES= https://use.fontawesome.com/releases/v${DISTVERSION}/
DISTNAME= fontawesome-free-${DISTVERSION}
DISTNAME= fontawesome-free-${DISTVERSION}-desktop
MAINTAINER= dg@syrec.org
COMMENT= Suite of pictographic icons from Font Awesome (free version)
@ -19,14 +19,10 @@ SUB_FILES= pkg-message
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
${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf
do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/use-on-desktop/*.otf ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/web-fonts-with-css/webfonts/*.ttf ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${STAGEDIR}${FONTSDIR}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1526409575
SHA256 (fontawesome-free-5.0.13.zip) = 4dae5a9af21780e0754cb80ace75be3c878c76b9f7cef2e6d4fdcd27762379bf
SIZE (fontawesome-free-5.0.13.zip) = 18733809
TIMESTAMP = 1531095848
SHA256 (fontawesome-free-5.1.0-desktop.zip) = 80235abced4e32c8928a77dd4dfddaa7c06d931f59a3bb4da9f97ad57f5dbe00
SIZE (fontawesome-free-5.1.0-desktop.zip) = 4924073

View File

@ -1,7 +1,7 @@
Font Awesome is a suite of pictographic icons for easy scalable vector
graphics, created and maintained by Dave Gandy.
This package installs only free TTF and OTF fonts suitable for use in X.Org
This package installs only free 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.