From owner-svn-ports-all@FreeBSD.ORG Fri Sep 27 19:24:34 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 75D9C98; Fri, 27 Sep 2013 19:24:34 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 488F32618; Fri, 27 Sep 2013 19:24:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8RJOYUN000846; Fri, 27 Sep 2013 19:24:34 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8RJOXpV000843; Fri, 27 Sep 2013 19:24:33 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201309271924.r8RJOXpV000843@svn.freebsd.org> From: Koop Mast Date: Fri, 27 Sep 2013 19:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328509 - head/x11-fonts/cantarell-fonts X-SVN-Group: ports-head 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.14 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: Fri, 27 Sep 2013 19:24:34 -0000 Author: kwm Date: Fri Sep 27 19:24:33 2013 New Revision: 328509 URL: http://svnweb.freebsd.org/changeset/ports/328509 Log: Update to 0.0.15. Update LIB_DEPEND syntax, USE_GMAKE => USES=gmake. Enable stage support. Also run fc-cache so cache files will get updated after font removal. 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 Sep 27 19:10:59 2013 (r328508) +++ head/x11-fonts/cantarell-fonts/Makefile Fri Sep 27 19:24:33 2013 (r328509) @@ -2,25 +2,20 @@ # $FreeBSD$ PORTNAME= cantarell-fonts -PORTVERSION= 0.0.14 +PORTVERSION= 0.0.15 CATEGORIES= x11-fonts gnome MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org COMMENT= Cantarell, a Humanist sans-serif font family -LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -USES= pkgconfig +USES= gmake pkgconfig USE_XZ= yes -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.avail FONTSDIR= share/fonts/cantarell PLIST_SUB= FONTSDIR=${FONTSDIR} -NO_STAGE= yes -post-install: - @${LOCALBASE}/bin/fc-cache -f -v ${PREFIX}/${FONTSDIR} - .include Modified: head/x11-fonts/cantarell-fonts/distinfo ============================================================================== --- head/x11-fonts/cantarell-fonts/distinfo Fri Sep 27 19:10:59 2013 (r328508) +++ head/x11-fonts/cantarell-fonts/distinfo Fri Sep 27 19:24:33 2013 (r328509) @@ -1,2 +1,2 @@ -SHA256 (cantarell-fonts-0.0.14.tar.xz) = d31c66e6156597c200f34cca1ce3885f72c931b204716e80ea39fd16a943b14a -SIZE (cantarell-fonts-0.0.14.tar.xz) = 291632 +SHA256 (cantarell-fonts-0.0.15.tar.xz) = 521cdcc8c9ad4a187816ad79736a8b428d5243b0569543966cf3d22cddffbc7e +SIZE (cantarell-fonts-0.0.15.tar.xz) = 295596 Modified: head/x11-fonts/cantarell-fonts/pkg-plist ============================================================================== --- head/x11-fonts/cantarell-fonts/pkg-plist Fri Sep 27 19:10:59 2013 (r328508) +++ head/x11-fonts/cantarell-fonts/pkg-plist Fri Sep 27 19:24:33 2013 (r328509) @@ -2,5 +2,6 @@ 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%% @dirrm share/fonts/cantarell @dirrmtry share/fonts