Date: Mon, 5 Aug 2013 20:56:17 +0000 (UTC) From: Brendan Fabeny <bf@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324287 - in head/x11-fonts: charis charis-compact Message-ID: <201308052056.r75KuH3U027359@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bf Date: Mon Aug 5 20:56:17 2013 New Revision: 324287 URL: http://svnweb.freebsd.org/changeset/ports/324287 Log: Update to 4.114 Modified: head/x11-fonts/charis-compact/Makefile (contents, props changed) head/x11-fonts/charis-compact/distinfo (contents, props changed) head/x11-fonts/charis/Makefile head/x11-fonts/charis/distinfo Modified: head/x11-fonts/charis-compact/Makefile ============================================================================== --- head/x11-fonts/charis-compact/Makefile Mon Aug 5 20:37:35 2013 (r324286) +++ head/x11-fonts/charis-compact/Makefile Mon Aug 5 20:56:17 2013 (r324287) @@ -1,13 +1,8 @@ -# New ports collection makefile for: CharisSILCompact -# Date created: October 14 2011 -# Whom: bf <bf@FreeBSD.org> -# +# Created by: bf <bf@FreeBSD.org> # $FreeBSD$ -# PORTNAME= CharisSILCompact -PORTVERSION= 4.110 -PORTREVISION= 1 +PORTVERSION= 4.114 CATEGORIES= x11-fonts #unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy .if defined(MAINTAINER_MODE) @@ -37,7 +32,9 @@ USE_TGZ= yes #prevent bsd.xorg.mk from s PLIST_FILES+= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-${type}.ttf .endfor -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt feat_set_tuned.xml .endif @@ -50,7 +47,7 @@ do-configure: do-install: @${MKDIR} ${FONTROOTDIR}/${FONTDIR} @(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${FONTROOTDIR}/${FONTDIR}) -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif Modified: head/x11-fonts/charis-compact/distinfo ============================================================================== --- head/x11-fonts/charis-compact/distinfo Mon Aug 5 20:37:35 2013 (r324286) +++ head/x11-fonts/charis-compact/distinfo Mon Aug 5 20:56:17 2013 (r324287) @@ -1,2 +1,2 @@ -SHA256 (xorg/font/CharisSILCompact-4.110.zip) = 7360bfda93d58ae6673bc48499360219e49d102f9ad648c65f5428c2e1bc6960 -SIZE (xorg/font/CharisSILCompact-4.110.zip) = 3384203 +SHA256 (xorg/font/CharisSILCompact-4.114.zip) = b8df263c64d1590c419e0cb4317666312036da07ea6f2f2bea49736453042095 +SIZE (xorg/font/CharisSILCompact-4.114.zip) = 2743777 Modified: head/x11-fonts/charis/Makefile ============================================================================== --- head/x11-fonts/charis/Makefile Mon Aug 5 20:37:35 2013 (r324286) +++ head/x11-fonts/charis/Makefile Mon Aug 5 20:56:17 2013 (r324287) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= CharisSIL -PORTVERSION= 4.112 +PORTVERSION= 4.114 CATEGORIES= x11-fonts MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?&format=file&media_id=${MEDIA_ID}&filename=/ \ LOCAL/bf @@ -29,7 +29,9 @@ USE_TGZ= yes #prevent bsd.xorg.mk from s PLIST_FILES+= ${FONTROOTDIR:S/${PREFIX}\///}/${FONTDIR}/${PORTNAME}-${type}.ttf .endfor -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= FONTLOG.txt OFL-FAQ.txt OFL.txt README.txt .endif @@ -42,7 +44,7 @@ do-configure: do-install: @${MKDIR} ${FONTROOTDIR}/${FONTDIR} @(cd ${WRKSRC} ; ${INSTALL_DATA} *.ttf ${FONTROOTDIR}/${FONTDIR}) -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @(cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) .endif Modified: head/x11-fonts/charis/distinfo ============================================================================== --- head/x11-fonts/charis/distinfo Mon Aug 5 20:37:35 2013 (r324286) +++ head/x11-fonts/charis/distinfo Mon Aug 5 20:56:17 2013 (r324287) @@ -1,2 +1,2 @@ -SHA256 (xorg/font/CharisSIL-4.112.zip) = 29a3f35e5a24e631ece7fedc72ad556843e885afd3bd6ba489090a8a1b71ef85 -SIZE (xorg/font/CharisSIL-4.112.zip) = 2782000 +SHA256 (xorg/font/CharisSIL-4.114.zip) = 92ea75512a0bee4d491ba23fb295fd410707f6e8dedacd1af81e222a3081dd56 +SIZE (xorg/font/CharisSIL-4.114.zip) = 2782898
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308052056.r75KuH3U027359>