Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 18:16:03 +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: r550554 - head/x11-fonts/cascadia-code
Message-ID:  <202009291816.08TIG318090896@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 29 18:16:03 2020
New Revision: 550554
URL: https://svnweb.freebsd.org/changeset/ports/550554

Log:
  Take maintainership

Modified:
  head/x11-fonts/cascadia-code/Makefile
  head/x11-fonts/cascadia-code/pkg-descr

Modified: head/x11-fonts/cascadia-code/Makefile
==============================================================================
--- head/x11-fonts/cascadia-code/Makefile	Tue Sep 29 18:15:57 2020	(r550553)
+++ head/x11-fonts/cascadia-code/Makefile	Tue Sep 29 18:16:03 2020	(r550554)
@@ -6,19 +6,19 @@ CATEGORIES=	x11-fonts
 MASTER_SITES=	https://github.com/microsoft/cascadia-code/releases/download/v${DISTVERSION}/
 DISTNAME=	CascadiaCode-${DISTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Monospaced font with programming ligatures
 
 LICENSE=	OFL11
 
 USES=		fonts zip
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${FONTSDIR}
-	${INSTALL_DATA} ${WRKSRC}/ttf/static/*.ttf \
-		${STAGEDIR}${FONTSDIR}
+	${INSTALL_DATA} ${WRKSRC}/ttf/static/*.ttf ${STAGEDIR}${FONTSDIR}
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/cascadia-code/pkg-descr
==============================================================================
--- head/x11-fonts/cascadia-code/pkg-descr	Tue Sep 29 18:15:57 2020	(r550553)
+++ head/x11-fonts/cascadia-code/pkg-descr	Tue Sep 29 18:16:03 2020	(r550554)
@@ -1,5 +1,4 @@
-Cascadia Code is a fun, new monospaced font that includes programming
-ligatures and is designed to enhance the modern look and feel of
-the Windows Terminal.
+Cascadia Code is a fun, new monospaced font that includes programming ligatures
+and is designed to enhance the modern look and feel of the Windows Terminal.
 
 WWW: https://github.com/microsoft/cascadia-code



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