Update to 4.114

This commit is contained in:
Brendan Fabeny 2013-08-05 20:56:17 +00:00
parent 03b1cffca7
commit 183d17ecda
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324287
4 changed files with 15 additions and 16 deletions

View File

@ -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 setting USE_BZIP
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

View File

@ -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

View File

@ -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 setting USE_BZIP
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

View File

@ -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