From owner-svn-ports-all@freebsd.org Mon Jul 9 13:55:00 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5FA9F1028752; Mon, 9 Jul 2018 13:55:00 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C064708E6; Mon, 9 Jul 2018 13:55:00 +0000 (UTC) (envelope-from swills@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DD02615E8B; Mon, 9 Jul 2018 13:54:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w69DsxdD035556; Mon, 9 Jul 2018 13:54:59 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w69Dsxqx035553; Mon, 9 Jul 2018 13:54:59 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201807091354.w69Dsxqx035553@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 9 Jul 2018 13:54:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r474256 - head/x11-fonts/font-awesome X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/x11-fonts/font-awesome X-SVN-Commit-Revision: 474256 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.27 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: Mon, 09 Jul 2018 13:55:00 -0000 Author: swills Date: Mon Jul 9 13:54:58 2018 New Revision: 474256 URL: https://svnweb.freebsd.org/changeset/ports/474256 Log: x11-fonts/font-awesome: update to 5.1.0 PR: 229619 Submitted by: Dmitri Goutnik (maintainer) Modified: head/x11-fonts/font-awesome/Makefile (contents, props changed) head/x11-fonts/font-awesome/distinfo (contents, props changed) head/x11-fonts/font-awesome/pkg-descr (contents, props changed) Modified: head/x11-fonts/font-awesome/Makefile ============================================================================== --- head/x11-fonts/font-awesome/Makefile Mon Jul 9 13:26:24 2018 (r474255) +++ head/x11-fonts/font-awesome/Makefile Mon Jul 9 13:54:58 2018 (r474256) @@ -1,10 +1,10 @@ # $FreeBSD$ PORTNAME= font-awesome -DISTVERSION= 5.0.13 +DISTVERSION= 5.1.0 CATEGORIES= x11-fonts MASTER_SITES= https://use.fontawesome.com/releases/v${DISTVERSION}/ -DISTNAME= fontawesome-free-${DISTVERSION} +DISTNAME= fontawesome-free-${DISTVERSION}-desktop MAINTAINER= dg@syrec.org COMMENT= Suite of pictographic icons from Font Awesome (free version) @@ -19,14 +19,10 @@ SUB_FILES= pkg-message PLIST_FILES= ${FONTSDIR}/Font\ Awesome\ 5\ Brands-Regular-400.otf \ ${FONTSDIR}/Font\ Awesome\ 5\ Free-Regular-400.otf \ - ${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf \ - ${FONTSDIR}/fa-brands-400.ttf \ - ${FONTSDIR}/fa-regular-400.ttf \ - ${FONTSDIR}/fa-solid-900.ttf + ${FONTSDIR}/Font\ Awesome\ 5\ Free-Solid-900.otf do-install: @${MKDIR} ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/use-on-desktop/*.otf ${STAGEDIR}${FONTSDIR} - ${INSTALL_DATA} ${WRKSRC}/web-fonts-with-css/webfonts/*.ttf ${STAGEDIR}${FONTSDIR} + ${INSTALL_DATA} ${WRKSRC}/otfs/*.otf ${STAGEDIR}${FONTSDIR} .include Modified: head/x11-fonts/font-awesome/distinfo ============================================================================== --- head/x11-fonts/font-awesome/distinfo Mon Jul 9 13:26:24 2018 (r474255) +++ head/x11-fonts/font-awesome/distinfo Mon Jul 9 13:54:58 2018 (r474256) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526409575 -SHA256 (fontawesome-free-5.0.13.zip) = 4dae5a9af21780e0754cb80ace75be3c878c76b9f7cef2e6d4fdcd27762379bf -SIZE (fontawesome-free-5.0.13.zip) = 18733809 +TIMESTAMP = 1531095848 +SHA256 (fontawesome-free-5.1.0-desktop.zip) = 80235abced4e32c8928a77dd4dfddaa7c06d931f59a3bb4da9f97ad57f5dbe00 +SIZE (fontawesome-free-5.1.0-desktop.zip) = 4924073 Modified: head/x11-fonts/font-awesome/pkg-descr ============================================================================== --- head/x11-fonts/font-awesome/pkg-descr Mon Jul 9 13:26:24 2018 (r474255) +++ head/x11-fonts/font-awesome/pkg-descr Mon Jul 9 13:54:58 2018 (r474256) @@ -1,7 +1,7 @@ Font Awesome is a suite of pictographic icons for easy scalable vector graphics, created and maintained by Dave Gandy. -This package installs only free TTF and OTF fonts suitable for use in X.Org +This package installs only free OTF fonts suitable for use in X.Org applications. The corresponding web fonts aren't installed. You can find them installed by a lot of other ports.