svn commit: r510367 - head/x11-fonts/noto-basic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 31 11:20:26 UTC 2019


Author: sunpoet
Date: Sat Aug 31 11:20:24 2019
New Revision: 510367
URL: https://svnweb.freebsd.org/changeset/ports/510367

Log:
  Update to 2.0
  
  - Update MASTER_SITES
  - Remove outdated NotoEmoji-Regular.ttf

Modified:
  head/x11-fonts/noto-basic/Makefile
  head/x11-fonts/noto-basic/distinfo

Modified: head/x11-fonts/noto-basic/Makefile
==============================================================================
--- head/x11-fonts/noto-basic/Makefile	Sat Aug 31 11:20:20 2019	(r510366)
+++ head/x11-fonts/noto-basic/Makefile	Sat Aug 31 11:20:24 2019	(r510367)
@@ -1,15 +1,13 @@
 # $FreeBSD$
 
 PORTNAME=	noto
-PORTVERSION=	1.0.5
-PORTREVISION=	1
+PORTVERSION=	2.0
 CATEGORIES=	x11-fonts
-MASTER_SITES=	https://noto-website.storage.googleapis.com/pkgs/ \
+MASTER_SITES=	https://noto-website-2.storage.googleapis.com/pkgs/ \
 		https://github.com/googlei18n/noto-emoji/raw/master/fonts/:emoji
 PKGNAMESUFFIX=	-basic
 DISTFILES=	Noto-hinted${EXTRACT_SUFX} \
-		NotoColorEmoji.ttf:emoji \
-		NotoEmoji-Regular.ttf:emoji
+		NotoColorEmoji.ttf:emoji
 EXTRACT_ONLY=	Noto-hinted${EXTRACT_SUFX}
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -40,7 +38,7 @@ BASIC_FONTS=	NotoColorEmoji.ttf \
 		NotoSerif-Regular.ttf
 
 post-extract:
-	@${CP} ${DISTDIR}/NotoColorEmoji.ttf ${DISTDIR}/NotoEmoji-Regular.ttf ${WRKSRC}
+	@${CP} ${DISTDIR}/NotoColorEmoji.ttf ${WRKSRC}
 
 do-install:
 	${MKDIR} ${STAGEDIR}${FONTSDIR}

Modified: head/x11-fonts/noto-basic/distinfo
==============================================================================
--- head/x11-fonts/noto-basic/distinfo	Sat Aug 31 11:20:20 2019	(r510366)
+++ head/x11-fonts/noto-basic/distinfo	Sat Aug 31 11:20:24 2019	(r510367)
@@ -1,7 +1,5 @@
-TIMESTAMP = 1551635358
-SHA256 (Noto-hinted.zip) = d5e5bace69570f348228e864444155657c1e7eca50857b9de4981fbd9b5122dd
-SIZE (Noto-hinted.zip) = 499786749
+TIMESTAMP = 1567192405
+SHA256 (Noto-hinted.zip) = 837b4a9352fce32ad7f298fbf155af1da5b6f3f8dbd995eb63fdd8e82117e4ae
+SIZE (Noto-hinted.zip) = 1159948133
 SHA256 (NotoColorEmoji.ttf) = f17dc14a99c39883d29f573d890fdeba65cafd5a25f338a5045890ea815b8d32
 SIZE (NotoColorEmoji.ttf) = 7792004
-SHA256 (NotoEmoji-Regular.ttf) = 415dc6290378574135b64c808dc640c1df7531973290c4970c51fdeb849cb0c5
-SIZE (NotoEmoji-Regular.ttf) = 418804


More information about the svn-ports-all mailing list