Date: Sun, 17 Nov 2019 14:14:56 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517823 - head/x11-fonts/fantasque-sans-mono Message-ID: <201911171414.xAHEEueA043563@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Nov 17 14:14:55 2019 New Revision: 517823 URL: https://svnweb.freebsd.org/changeset/ports/517823 Log: x11-fonts/fantasque-sans-mono: Update to 1.8.0 This release adds coding ligatures. - Put distfiles in their own subdir since the filenames are unversioned - Let `make makesum` work transparently as normal to ease maintenance Changes: https://github.com/belluzj/fantasque-sans/releases/tag/v1.8.0 PR: 242019 Approved by: rakuco (maintainer) Modified: head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Sun Nov 17 13:16:43 2019 (r517822) +++ head/x11-fonts/fantasque-sans-mono/Makefile Sun Nov 17 14:14:55 2019 (r517823) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= fantasque-sans-mono -PORTVERSION= 1.7.2 -PORTREVISION= 2 +PORTVERSION= 1.8.0 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ +DIST_SUBDIR= ${DISTNAME} MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -18,9 +18,6 @@ USES= fonts OPTIONS_DEFINE= DOCS -# For `make makesum' to include all distfiles, it should be run with -# WITH="$(make -V OPTIONS_SINGLE_VARIANT)". - OPTIONS_SINGLE= VARIANT OPTIONS_SINGLE_VARIANT= NORMAL NOLOOPK LLINE LLINENOLOOPK @@ -35,6 +32,12 @@ NORMAL_DISTFILES= FantasqueSansMono-Normal.tar.gz NOLOOPK_DISTFILES= FantasqueSansMono-NoLoopK.tar.gz LLINE_DISTFILES= FantasqueSansMono-LargeLineHeight.tar.gz LLINENOLOOPK_DISTFILES= FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz + +.include <bsd.port.options.mk> + +.if make(makesum) +DISTFILES:= ${OPTIONS_SINGLE_VARIANT:@.opt.@${${.opt.}_DISTFILES}@} +.endif do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/fantasque-sans-mono/distinfo Sun Nov 17 13:16:43 2019 (r517822) +++ head/x11-fonts/fantasque-sans-mono/distinfo Sun Nov 17 14:14:55 2019 (r517823) @@ -1,9 +1,9 @@ -TIMESTAMP = 1526163725 -SHA256 (FantasqueSansMono-Normal.tar.gz) = 8d96295a75a71d6ddb3a905ff8db993bd6990602d3b38dd4428827af8f6ef2f7 -SIZE (FantasqueSansMono-Normal.tar.gz) = 1843873 -SHA256 (FantasqueSansMono-NoLoopK.tar.gz) = 51ac5eeb6108fc538bb43f99ff3891fc045932f85228d13090830a6f481eeb10 -SIZE (FantasqueSansMono-NoLoopK.tar.gz) = 1844981 -SHA256 (FantasqueSansMono-LargeLineHeight.tar.gz) = 6cb833cb2a8442a007c89dfe1b136052d13d4962d788e226f832618d0c10cdd9 -SIZE (FantasqueSansMono-LargeLineHeight.tar.gz) = 1845258 -SHA256 (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = c5372f405a7f95a9a98349f218af17dc76802d2ff515fc00c9303b796f89af73 -SIZE (FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1845073 +TIMESTAMP = 1573966470 +SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-Normal.tar.gz) = 645709a54ea6fba24c926135a213d342ddb18f0f8b49f4e604b2210b73e9068a +SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-Normal.tar.gz) = 1733798 +SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-NoLoopK.tar.gz) = d78359c79a951a484b5b20d6d20dc237694698d65cb5e357abccfbc678e4fed8 +SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-NoLoopK.tar.gz) = 1733514 +SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight.tar.gz) = 5aa995f3e5b23a39c14039fceb8436330a1c1636667ab73197b9e0ca697ade34 +SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight.tar.gz) = 1733971 +SHA256 (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 0604700e264c57d1d734a387012ddf153a0c53b6660bd7b66374ca86090e9099 +SIZE (fantasque-sans-mono-1.8.0/FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz) = 1733510
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911171414.xAHEEueA043563>