diff options
author | kwm <kwm@FreeBSD.org> | 2013-09-28 03:24:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-09-28 03:24:33 +0800 |
commit | da6cbee1b429fccf9f25e265aa5dc369e83400c5 (patch) | |
tree | 91707d4702dd29f327d96221b009af3ed7bbd75e /x11-fonts/cantarell-fonts | |
parent | 0c487cb3090bd46e7931a0a4c80b1aaa9a8e05f9 (diff) | |
download | freebsd-ports-gnome-da6cbee1b429fccf9f25e265aa5dc369e83400c5.tar.gz freebsd-ports-gnome-da6cbee1b429fccf9f25e265aa5dc369e83400c5.tar.zst freebsd-ports-gnome-da6cbee1b429fccf9f25e265aa5dc369e83400c5.zip |
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.
Diffstat (limited to 'x11-fonts/cantarell-fonts')
-rw-r--r-- | x11-fonts/cantarell-fonts/Makefile | 11 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/distinfo | 4 | ||||
-rw-r--r-- | x11-fonts/cantarell-fonts/pkg-plist | 1 |
3 files changed, 6 insertions, 10 deletions
diff --git a/x11-fonts/cantarell-fonts/Makefile b/x11-fonts/cantarell-fonts/Makefile index d1a54233b104..afc021bc85f7 100644 --- a/x11-fonts/cantarell-fonts/Makefile +++ b/x11-fonts/cantarell-fonts/Makefile @@ -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> diff --git a/x11-fonts/cantarell-fonts/distinfo b/x11-fonts/cantarell-fonts/distinfo index 073312968719..afb922d0881e 100644 --- a/x11-fonts/cantarell-fonts/distinfo +++ b/x11-fonts/cantarell-fonts/distinfo @@ -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 diff --git a/x11-fonts/cantarell-fonts/pkg-plist b/x11-fonts/cantarell-fonts/pkg-plist index e525a744f203..0eacb4f05301 100644 --- a/x11-fonts/cantarell-fonts/pkg-plist +++ b/x11-fonts/cantarell-fonts/pkg-plist @@ -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 |