svn commit: r475860 - head/x11-fonts/font-awesome

Yuri Victorovich yuri at FreeBSD.org
Mon Jul 30 00:46:14 UTC 2018


Author: yuri
Date: Mon Jul 30 00:46:12 2018
New Revision: 475860
URL: https://svnweb.freebsd.org/changeset/ports/475860

Log:
  x11-fonts/font-awesome: Update 5.1.0 -> 5.2.0
  
  Port changes:
  * Add LICENSE_FILE
  * Add PORTSCOUT tag
  
  PR:		230166
  Submitted by:	Dmitri Goutnik <dg at syrec.org> (maintainer)

Modified:
  head/x11-fonts/font-awesome/Makefile
  head/x11-fonts/font-awesome/distinfo
  head/x11-fonts/font-awesome/pkg-descr

Modified: head/x11-fonts/font-awesome/Makefile
==============================================================================
--- head/x11-fonts/font-awesome/Makefile	Mon Jul 30 00:05:20 2018	(r475859)
+++ head/x11-fonts/font-awesome/Makefile	Mon Jul 30 00:46:12 2018	(r475860)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	font-awesome
-DISTVERSION=	5.1.0
+DISTVERSION=	5.2.0
 CATEGORIES=	x11-fonts
 MASTER_SITES=	https://use.fontawesome.com/releases/v${DISTVERSION}/
 DISTNAME=	fontawesome-free-${DISTVERSION}-desktop
@@ -10,6 +10,9 @@ MAINTAINER=	dg at syrec.org
 COMMENT=	Suite of pictographic icons from Font Awesome (free version)
 
 LICENSE=	OFL11
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+PORTSCOUT=	site:https://github.com/FortAwesome/Font-Awesome/releases
 
 USES=		fonts zip
 NO_ARCH=	yes

Modified: head/x11-fonts/font-awesome/distinfo
==============================================================================
--- head/x11-fonts/font-awesome/distinfo	Mon Jul 30 00:05:20 2018	(r475859)
+++ head/x11-fonts/font-awesome/distinfo	Mon Jul 30 00:46:12 2018	(r475860)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531095848
-SHA256 (fontawesome-free-5.1.0-desktop.zip) = 80235abced4e32c8928a77dd4dfddaa7c06d931f59a3bb4da9f97ad57f5dbe00
-SIZE (fontawesome-free-5.1.0-desktop.zip) = 4924073
+TIMESTAMP = 1532897895
+SHA256 (fontawesome-free-5.2.0-desktop.zip) = 070fc7fedbff9cf41f822bf888ba06c797faa20a3fd7805d0059003eba591216
+SIZE (fontawesome-free-5.2.0-desktop.zip) = 5070709

Modified: head/x11-fonts/font-awesome/pkg-descr
==============================================================================
--- head/x11-fonts/font-awesome/pkg-descr	Mon Jul 30 00:05:20 2018	(r475859)
+++ head/x11-fonts/font-awesome/pkg-descr	Mon Jul 30 00:46:12 2018	(r475860)
@@ -1,5 +1,5 @@
 Font Awesome is a suite of pictographic icons for easy scalable vector
-graphics, created and maintained by Dave Gandy.
+graphics.
 
 This package installs only free OTF fonts suitable for use in X.Org
 applications.  The corresponding web fonts aren't installed.  You can find


More information about the svn-ports-all mailing list