From owner-svn-ports-head@freebsd.org Sun Nov 12 20:50:43 2017 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 86CD2C7C569; Sun, 12 Nov 2017 20:50:43 +0000 (UTC) (envelope-from yuri@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 5382E74BB8; Sun, 12 Nov 2017 20:50:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vACKog7e020892; Sun, 12 Nov 2017 20:50:42 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vACKogpY020890; Sun, 12 Nov 2017 20:50:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201711122050.vACKogpY020890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 12 Nov 2017 20:50:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454082 - head/x11-fonts/font-awesome X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/x11-fonts/font-awesome X-SVN-Commit-Revision: 454082 X-SVN-Commit-Repository: ports 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.25 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: Sun, 12 Nov 2017 20:50:43 -0000 Author: yuri Date: Sun Nov 12 20:50:42 2017 New Revision: 454082 URL: https://svnweb.freebsd.org/changeset/ports/454082 Log: x11-fonts/font-awesome: Updated pkg-descr to reflect the fact that only desktop fonts are installed. The change is originally requested by Adam Weinberger . PR: 223616 Approved by: tcberner (mentor), Dmitri Goutnik (maintainer) Differential Revision: https://reviews.freebsd.org/D13054 Modified: head/x11-fonts/font-awesome/Makefile head/x11-fonts/font-awesome/pkg-descr Modified: head/x11-fonts/font-awesome/Makefile ============================================================================== --- head/x11-fonts/font-awesome/Makefile Sun Nov 12 20:44:50 2017 (r454081) +++ head/x11-fonts/font-awesome/Makefile Sun Nov 12 20:50:42 2017 (r454082) @@ -2,6 +2,7 @@ PORTNAME= font-awesome DISTVERSION= 4.7.0 +PORTREVISION= 1 CATEGORIES= x11-fonts MASTER_SITES= http://fontawesome.io/assets/ Modified: head/x11-fonts/font-awesome/pkg-descr ============================================================================== --- head/x11-fonts/font-awesome/pkg-descr Sun Nov 12 20:44:50 2017 (r454081) +++ head/x11-fonts/font-awesome/pkg-descr Sun Nov 12 20:50:42 2017 (r454082) @@ -1,4 +1,8 @@ Font Awesome is a full suite of 675 pictographic icons for easy scalable vector graphics on websites, created and maintained by Dave Gandy. +This package installs only ttf/otf fonts suitable for use in X.Org applications. +The corresponding web fonts (woff/woff2) aren't installed. You can find them +installed by a lot of other ports. + WWW: http://fontawesome.io/