Date: Fri, 27 Sep 2013 19:24:33 +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: r328509 - head/x11-fonts/cantarell-fonts Message-ID: <201309271924.r8RJOXpV000843@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309271924.r8RJOXpV000843>