Date: Sat, 27 Aug 2016 09:21:57 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420963 - head/x11-fonts/gentium-basic Message-ID: <201608270921.u7R9Lvng069247@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: matthew Date: Sat Aug 27 09:21:57 2016 New Revision: 420963 URL: https://svnweb.freebsd.org/changeset/ports/420963 Log: Update to version 1102 - switch to using a zip archive, as that's all upstream are providing now - Upstream have completely reorganised their site, so distfile locations and WWW links have changed - No changes have been made to the actual font Reported by: pi Modified: head/x11-fonts/gentium-basic/Makefile head/x11-fonts/gentium-basic/distinfo head/x11-fonts/gentium-basic/pkg-descr Modified: head/x11-fonts/gentium-basic/Makefile ============================================================================== --- head/x11-fonts/gentium-basic/Makefile Sat Aug 27 09:01:18 2016 (r420962) +++ head/x11-fonts/gentium-basic/Makefile Sat Aug 27 09:21:57 2016 (r420963) @@ -2,23 +2,21 @@ # $FreeBSD$ PORTNAME= GentiumBasic -PORTVERSION= 110 -PORTREVISION= 3 +PORTVERSION= 1102 CATEGORIES= x11-fonts -MASTER_SITES= http://scripts.sil.org/cms/scripts/render_download.php?format=file&media_id=${MEDIA_ID}&filename=/ -DISTNAME= ttf-sil-gentium-basic_1.1.orig +MASTER_SITES= http://software.sil.org/downloads/gentium/ +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= matthew@FreeBSD.org COMMENT= Gentium Basic and Gentium Book Basic TrueType fonts LICENSE= OFL11 -USES= fonts +USES= fonts zip NO_ARCH= yes MEDIA_ID= ${PORTNAME}_${PORTVERSION}_tar NO_BUILD= yes -WRKSRC= ${WRKDIR}/${DISTNAME:S,.orig,,:S,_,-,} PLIST_FILES= ${FONTSDIR}/GenBasB.ttf \ ${FONTSDIR}/GenBasBI.ttf \ Modified: head/x11-fonts/gentium-basic/distinfo ============================================================================== --- head/x11-fonts/gentium-basic/distinfo Sat Aug 27 09:01:18 2016 (r420962) +++ head/x11-fonts/gentium-basic/distinfo Sat Aug 27 09:21:57 2016 (r420963) @@ -1,2 +1,3 @@ -SHA256 (ttf-sil-gentium-basic_1.1.orig.tar.gz) = 2aa3611c620dceff546ea9784003abc1894c5bcb9894a35445a0f3584f243e5d -SIZE (ttf-sil-gentium-basic_1.1.orig.tar.gz) = 1451826 +TIMESTAMP = 1472289162 +SHA256 (GentiumBasic_1102.zip) = 2f1a2c5491d7305dffd3520c6375d2f3e14931ee35c6d8ae1e8f098bf1a7b3cc +SIZE (GentiumBasic_1102.zip) = 811606 Modified: head/x11-fonts/gentium-basic/pkg-descr ============================================================================== --- head/x11-fonts/gentium-basic/pkg-descr Sat Aug 27 09:01:18 2016 (r420962) +++ head/x11-fonts/gentium-basic/pkg-descr Sat Aug 27 09:21:57 2016 (r420963) @@ -8,4 +8,4 @@ original Gentium design, but with additi family is slightly heavier. Both families come with a complete regular, bold, italic and bold italic set of fonts. -WWW: http://scripts.sil.org/Gentium_basic +WWW: http://software.sil.org/gentium/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608270921.u7R9Lvng069247>