From owner-svn-ports-head@freebsd.org Wed Apr 20 11:44:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 10951B144DF; Wed, 20 Apr 2016 11:44:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C84E91720; Wed, 20 Apr 2016 11:44:06 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KBi6Q1015599; Wed, 20 Apr 2016 11:44:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3KBi5oL015596; Wed, 20 Apr 2016 11:44:05 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201604201144.u3KBi5oL015596@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Wed, 20 Apr 2016 11:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413679 - head/x11-fonts/fantasque-sans-mono X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 11:44:07 -0000 Author: rakuco Date: Wed Apr 20 11:44:05 2016 New Revision: 413679 URL: https://svnweb.freebsd.org/changeset/ports/413679 Log: 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). Modified: head/x11-fonts/fantasque-sans-mono/Makefile head/x11-fonts/fantasque-sans-mono/distinfo head/x11-fonts/fantasque-sans-mono/pkg-plist Modified: head/x11-fonts/fantasque-sans-mono/Makefile ============================================================================== --- head/x11-fonts/fantasque-sans-mono/Makefile Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/Makefile Wed Apr 20 11:44:05 2016 (r413679) @@ -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 Modified: head/x11-fonts/fantasque-sans-mono/distinfo ============================================================================== --- head/x11-fonts/fantasque-sans-mono/distinfo Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/distinfo Wed Apr 20 11:44:05 2016 (r413679) @@ -1,2 +1,2 @@ -SHA256 (fantasque-sans-mono.zip) = d55365727c34012ab85c209761e01a236ef9845903dc5b716fa759b6681748a5 -SIZE (fantasque-sans-mono.zip) = 1688873 +SHA256 (FantasqueSansMono.tar.gz) = 96112ca66ae1e1f1b1a138b965c209a46d869e65382241394b6d47936fa65380 +SIZE (FantasqueSansMono.tar.gz) = 2408721 Modified: head/x11-fonts/fantasque-sans-mono/pkg-plist ============================================================================== --- head/x11-fonts/fantasque-sans-mono/pkg-plist Wed Apr 20 10:01:15 2016 (r413678) +++ head/x11-fonts/fantasque-sans-mono/pkg-plist Wed Apr 20 11:44:05 2016 (r413679) @@ -1,5 +1,5 @@ %%FONTSDIR%%/FantasqueSansMono-Bold.otf %%FONTSDIR%%/FantasqueSansMono-BoldItalic.otf -%%FONTSDIR%%/FantasqueSansMono-RegItalic.otf +%%FONTSDIR%%/FantasqueSansMono-Italic.otf %%FONTSDIR%%/FantasqueSansMono-Regular.otf %%PORTDOCS%%%%DOCSDIR%%/README.md