diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-04-20 19:44:05 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-04-20 19:44:05 +0800 |
commit | 60fa71a5701dcacd9ae24bc4cc6ee7b9e4b3e87c (patch) | |
tree | a6061106bbd079cd3e4370f5f7dec390ffbdf63e /x11-fonts/fantasque-sans-mono/Makefile | |
parent | 63f1ac46f3a1bfd96760c1e60912d1ba4db56449 (diff) | |
download | freebsd-ports-graphics-60fa71a5701dcacd9ae24bc4cc6ee7b9e4b3e87c.tar.gz freebsd-ports-graphics-60fa71a5701dcacd9ae24bc4cc6ee7b9e4b3e87c.tar.zst freebsd-ports-graphics-60fa71a5701dcacd9ae24bc4cc6ee7b9e4b3e87c.zip |
Update to 1.7.1.
Also fetch the tarball from GitHub, hopefully that also lets portscout inform
me when there are updates.
Changes since 1.6.4:
1.6.5 - Make italics visible on Windows.
1.7.0 - Beta version for the 1.7 series. Add Cyrillic alphabet to the four
fonts. Add some real sub/supscript numbers and fractions. Revamp
straight and curly quotes. Fix some Windows rendering issues. Move
accents around (why do I do that every time?) Add fontdiff script which
generates font diffs.
1.7.1 - Add a stylistic set to replace the looped lowercase k with a straight
version. Adjust curly quotes so they behave better as apostrophes.
Also, since nobody complained about the new Cyrillic characters, I
declare this is their official release! (I did not change anything
since 1.7.0 though).
Diffstat (limited to 'x11-fonts/fantasque-sans-mono/Makefile')
-rw-r--r-- | x11-fonts/fantasque-sans-mono/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-fonts/fantasque-sans-mono/Makefile b/x11-fonts/fantasque-sans-mono/Makefile index bb46bc8fa90..d2aebf53a86 100644 --- a/x11-fonts/fantasque-sans-mono/Makefile +++ b/x11-fonts/fantasque-sans-mono/Makefile @@ -1,11 +1,10 @@ # $FreeBSD$ PORTNAME= fantasque-sans-mono -PORTVERSION= 1.6.5 -PORTREVISION= 1 +PORTVERSION= 1.7.1 CATEGORIES= x11-fonts -MASTER_SITES= https://fontlibrary.org/assets/downloads/${PORTNAME}/db52617ba875d08cbd8e080ca3d9f756/ -DISTNAME= fantasque-sans-mono +MASTER_SITES= https://github.com/belluzj/fantasque-sans/releases/download/v${PORTVERSION}/ +DISTNAME= FantasqueSansMono MAINTAINER= rakuco@FreeBSD.org COMMENT= Programming font, designed with functionality in mind @@ -14,7 +13,7 @@ LICENSE= OFL11 NO_BUILD= yes NO_WRKSUBDIR= yes -USES= fonts zip +USES= fonts OPTIONS_DEFINE= DOCS |