svn commit: r550554 - head/x11-fonts/cascadia-code

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 29 18:16:09 UTC 2020


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-all mailing list