Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 22:09:42 +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: r494090 - head/x11-fonts/material-icons-ttf
Message-ID:  <201902272209.x1RM9gwR058189@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Feb 27 22:09:42 2019
New Revision: 494090
URL: https://svnweb.freebsd.org/changeset/ports/494090

Log:
  x11-fonts/material-icons-ttf: Update to 4.0.5
  
  PR:		235804
  Submitted by:	voidanix <voidanix@420blaze.it> (maintainer)

Modified:
  head/x11-fonts/material-icons-ttf/Makefile   (contents, props changed)
  head/x11-fonts/material-icons-ttf/distinfo   (contents, props changed)

Modified: head/x11-fonts/material-icons-ttf/Makefile
==============================================================================
--- head/x11-fonts/material-icons-ttf/Makefile	Wed Feb 27 22:04:48 2019	(r494089)
+++ head/x11-fonts/material-icons-ttf/Makefile	Wed Feb 27 22:09:42 2019	(r494090)
@@ -1,29 +1,29 @@
 # $FreeBSD$
 
 PORTNAME=	material-icons
-DISTVERSION=	4.0.4
+DISTVERSION=	4.0.5
 CATEGORIES=	x11-fonts
 PKGNAMESUFFIX=	-ttf
 
 MAINTAINER=	voidanix@420blaze.it
 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>

Modified: head/x11-fonts/material-icons-ttf/distinfo
==============================================================================
--- head/x11-fonts/material-icons-ttf/distinfo	Wed Feb 27 22:04:48 2019	(r494089)
+++ head/x11-fonts/material-icons-ttf/distinfo	Wed Feb 27 22:09:42 2019	(r494090)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902272209.x1RM9gwR058189>