Date: Thu, 13 Sep 2018 21:52:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479701 - head/x11-fonts/noto-lite Message-ID: <201809132152.w8DLqd9l080971@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Sep 13 21:52:38 2018 New Revision: 479701 URL: https://svnweb.freebsd.org/changeset/ports/479701 Log: Add monospaced variant - Bump PORTREVISION for package change Submitted by: uqs Modified: head/x11-fonts/noto-lite/Makefile Modified: head/x11-fonts/noto-lite/Makefile ============================================================================== --- head/x11-fonts/noto-lite/Makefile Thu Sep 13 21:52:33 2018 (r479700) +++ head/x11-fonts/noto-lite/Makefile Thu Sep 13 21:52:38 2018 (r479701) @@ -2,7 +2,7 @@ PORTNAME= noto PORTVERSION= 1.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= https://noto-website.storage.googleapis.com/pkgs/ \ https://github.com/googlei18n/noto-emoji/raw/master/:emoji @@ -23,7 +23,7 @@ NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes -LIST= NotoEmoji-Regular.ttf NotoSans-Bold.ttf NotoSans-BoldItalic.ttf NotoSans-Italic.ttf NotoSans-Regular.ttf NotoSansLinearB-Regular.ttf NotoSansSymbols-Regular.ttf NotoSerif-Bold.ttf NotoSerif-BoldItalic.ttf NotoSerif-Italic.ttf NotoSerif-Regular.ttf +LIST= NotoEmoji-Regular.ttf NotoMono-Regular.ttf NotoSans-Bold.ttf NotoSans-BoldItalic.ttf NotoSans-Italic.ttf NotoSans-Regular.ttf NotoSansLinearB-Regular.ttf NotoSansSymbols-Regular.ttf NotoSerif-Bold.ttf NotoSerif-BoldItalic.ttf NotoSerif-Italic.ttf NotoSerif-Regular.ttf .for f in ${LIST} PLIST_FILES+= ${FONTSDIR}/${f}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809132152.w8DLqd9l080971>