mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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)
This commit is contained in:
parent
59ea30c779
commit
8cc363d0e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517823
@ -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
|
||||
|
||||
@ -36,6 +33,12 @@ 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}
|
||||
cd ${WRKSRC}/OTF && \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user