Skip to content

Commit

Permalink
x11-fonts/material-icons-ttf: Update to 4.0.5
Browse files Browse the repository at this point in the history
PR:		235804
Submitted by:	voidanix <[email protected]> (maintainer)
  • Loading branch information
swills committed Feb 27, 2019
1 parent ead0ae6 commit 37b164b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions x11-fonts/material-icons-ttf/Makefile
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# $FreeBSD$

PORTNAME= material-icons
DISTVERSION= 4.0.4
DISTVERSION= 4.0.5
CATEGORIES= x11-fonts
PKGNAMESUFFIX= -ttf

MAINTAINER= [email protected]
COMMENT= Material Design icon set from Google

LICENSE= CC-BY-4.0
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= fonts

USE_GITHUB= yes
GH_ACCOUNT= jossef
GH_PROJECT= material-design-icons-iconfont

NO_ARCH= yes
NO_BUILD= yes

PLIST_FILES= ${FONTSDIR}/MaterialIcons-Regular.ttf

USE_GITHUB= yes
GH_ACCOUNT= jossef
GH_PROJECT= material-design-icons-iconfont

do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}/
${INSTALL_DATA} ${WRKSRC}/dist/fonts/*.ttf ${STAGEDIR}${FONTSDIR}/
@${MKDIR} ${STAGEDIR}${FONTSDIR}
${INSTALL_DATA} ${WRKSRC}/dist/fonts/*.ttf ${STAGEDIR}${FONTSDIR}

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions x11-fonts/material-icons-ttf/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1547679303
SHA256 (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 91d4e65155f6bdc45434e0212f6dc8b78977702764b4958295f4141fc09b7f76
SIZE (jossef-material-design-icons-iconfont-4.0.4_GH0.tar.gz) = 289893
TIMESTAMP = 1550403571
SHA256 (jossef-material-design-icons-iconfont-4.0.5_GH0.tar.gz) = 04daa18f87893767e89b6b2caa8c6f7da8e7fd735a2e9f1f3998b98df3a17947
SIZE (jossef-material-design-icons-iconfont-4.0.5_GH0.tar.gz) = 304296

0 comments on commit 37b164b

Please sign in to comment.