From owner-svn-ports-all@freebsd.org Thu Oct 26 16:52:39 2017 Return-Path: Delivered-To: svn-ports-all@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 C1B00E4E1E3; Thu, 26 Oct 2017 16:52:39 +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 9D66510DB; Thu, 26 Oct 2017 16:52:39 +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 v9QGqctf055070; Thu, 26 Oct 2017 16:52:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9QGqckp055067; Thu, 26 Oct 2017 16:52:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201710261652.v9QGqckp055067@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 26 Oct 2017 16:52:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452927 - head/x11-fonts/hack-font X-SVN-Group: ports-head X-SVN-Commit-Author: rakuco X-SVN-Commit-Paths: head/x11-fonts/hack-font X-SVN-Commit-Revision: 452927 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Oct 2017 16:52:39 -0000 Author: rakuco Date: Thu Oct 26 16:52:38 2017 New Revision: 452927 URL: https://svnweb.freebsd.org/changeset/ports/452927 Log: Update to 3.000. - Upstream dropped its custom "Hack" license in favor of the standard MIT license. - OTF fonts are no longer provided; switch to installing the TTF version. Modified: head/x11-fonts/hack-font/Makefile head/x11-fonts/hack-font/distinfo head/x11-fonts/hack-font/pkg-plist Modified: head/x11-fonts/hack-font/Makefile ============================================================================== --- head/x11-fonts/hack-font/Makefile Thu Oct 26 16:49:15 2017 (r452926) +++ head/x11-fonts/hack-font/Makefile Thu Oct 26 16:52:38 2017 (r452927) @@ -1,21 +1,19 @@ # $FreeBSD$ PORTNAME= hack-font -PORTVERSION= 2.020 +PORTVERSION= 3.000 DISTVERSIONPREFIX= v CATEGORIES= x11-fonts MAINTAINER= rakuco@FreeBSD.org COMMENT= Typeface designed for source code -LICENSE= BITSTREAM HACK2 +LICENSE= BITSTREAM MIT LICENSE_COMB= multi LICENSE_NAME_BITSTREAM= Bitstream Vera License -LICENSE_NAME_HACK2= Hack Open Font License v2.0 LICENSE_FILE_BITSTREAM= ${WRKSRC}/LICENSE.md -LICENSE_FILE_HACK2= ${WRKSRC}/LICENSE.md +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md LICENSE_PERMS_BITSTREAM=auto-accept dist-mirror dist-sell pkg-mirror pkg-sell -LICENSE_PERMS_HACK2= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell USE_GITHUB= yes GH_ACCOUNT= chrissimpkins @@ -27,6 +25,6 @@ NO_BUILD= yes do-install: ${MKDIR} ${STAGEDIR}${FONTSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/build/otf/*.otf ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${WRKSRC}/build/ttf/*.ttf ${STAGEDIR}${FONTSDIR} .include Modified: head/x11-fonts/hack-font/distinfo ============================================================================== --- head/x11-fonts/hack-font/distinfo Thu Oct 26 16:49:15 2017 (r452926) +++ head/x11-fonts/hack-font/distinfo Thu Oct 26 16:52:38 2017 (r452927) @@ -1,3 +1,3 @@ -TIMESTAMP = 1470487103 -SHA256 (chrissimpkins-Hack-v2.020_GH0.tar.gz) = 60c75b9a1e68fd8e450d56eadb66b963d2a0f1907fc2f0e9c9bfe6c00793ebfd -SIZE (chrissimpkins-Hack-v2.020_GH0.tar.gz) = 25668572 +TIMESTAMP = 1509036638 +SHA256 (chrissimpkins-Hack-v3.000_GH0.tar.gz) = f83aff6483af776bac6d39dcbe313babb90ce832367229fce3b81a82f5359e6e +SIZE (chrissimpkins-Hack-v3.000_GH0.tar.gz) = 4291456 Modified: head/x11-fonts/hack-font/pkg-plist ============================================================================== --- head/x11-fonts/hack-font/pkg-plist Thu Oct 26 16:49:15 2017 (r452926) +++ head/x11-fonts/hack-font/pkg-plist Thu Oct 26 16:52:38 2017 (r452927) @@ -1,4 +1,4 @@ -%%FONTSDIR%%/Hack-Bold.otf -%%FONTSDIR%%/Hack-BoldItalic.otf -%%FONTSDIR%%/Hack-Italic.otf -%%FONTSDIR%%/Hack-Regular.otf +%%FONTSDIR%%/Hack-Bold.ttf +%%FONTSDIR%%/Hack-BoldItalic.ttf +%%FONTSDIR%%/Hack-Italic.ttf +%%FONTSDIR%%/Hack-Regular.ttf