Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 11:52:21 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408168 - head/x11-fonts/cantarell-fonts
Message-ID:  <201602051152.u15BqLwD089043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri Feb  5 11:52:20 2016
New Revision: 408168
URL: https://svnweb.freebsd.org/changeset/ports/408168

Log:
  Update cantarell-fonts to 0.0.21
  
  Switch to USES=fonts
  
  Obtained from:	GNOME devel repo.

Modified:
  head/x11-fonts/cantarell-fonts/Makefile
  head/x11-fonts/cantarell-fonts/distinfo
  head/x11-fonts/cantarell-fonts/pkg-plist

Modified: head/x11-fonts/cantarell-fonts/Makefile
==============================================================================
--- head/x11-fonts/cantarell-fonts/Makefile	Fri Feb  5 11:44:44 2016	(r408167)
+++ head/x11-fonts/cantarell-fonts/Makefile	Fri Feb  5 11:52:20 2016	(r408168)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	cantarell-fonts
-PORTVERSION=	0.0.16
+PORTVERSION=	0.0.21
 CATEGORIES=	x11-fonts gnome
 MASTER_SITES=	GNOME
 
@@ -11,7 +11,7 @@ COMMENT=	Cantarell, a Humanist sans-seri
 
 LIB_DEPENDS=	libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
 
-USES=		gmake pkgconfig tar:xz
+USES=		fonts gmake pkgconfig tar:xz
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-configdir=${PREFIX}/etc/fonts/conf.avail
 FONTSDIR=	share/fonts/cantarell

Modified: head/x11-fonts/cantarell-fonts/distinfo
==============================================================================
--- head/x11-fonts/cantarell-fonts/distinfo	Fri Feb  5 11:44:44 2016	(r408167)
+++ head/x11-fonts/cantarell-fonts/distinfo	Fri Feb  5 11:52:20 2016	(r408168)
@@ -1,2 +1,2 @@
-SHA256 (cantarell-fonts-0.0.16.tar.xz) = 15bf87555321556750bc68ace360f3df420359a8ab257e15c44fb69710152f1c
-SIZE (cantarell-fonts-0.0.16.tar.xz) = 291968
+SHA256 (cantarell-fonts-0.0.21.tar.xz) = 2d3e925574648f0902c61975f84acac445ee9cda826280644bdf772960b46e85
+SIZE (cantarell-fonts-0.0.21.tar.xz) = 359408

Modified: head/x11-fonts/cantarell-fonts/pkg-plist
==============================================================================
--- head/x11-fonts/cantarell-fonts/pkg-plist	Fri Feb  5 11:44:44 2016	(r408167)
+++ head/x11-fonts/cantarell-fonts/pkg-plist	Fri Feb  5 11:52:20 2016	(r408168)
@@ -1,5 +1,5 @@
 etc/fonts/conf.avail/31-cantarell.conf
-share/fonts/cantarell/Cantarell-Bold.otf
-share/fonts/cantarell/Cantarell-Regular.otf
-@exec %D/bin/fc-cache -f -v %D/%%FONTSDIR%%
-@unexec %D/bin/fc-cache -f -v %D/%%FONTSDIR%%
+%%FONTSDIR%%/Cantarell-Bold-Oblique.otf
+%%FONTSDIR%%/Cantarell-Bold.otf
+%%FONTSDIR%%/Cantarell-Oblique.otf
+%%FONTSDIR%%/Cantarell-Regular.otf



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051152.u15BqLwD089043>