svn commit: r479701 - head/x11-fonts/noto-lite
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Sep 13 21:52:43 UTC 2018
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}
More information about the svn-ports-all
mailing list