From owner-freebsd-bugs@FreeBSD.ORG Wed Feb 19 12:10:00 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82A0496A for ; Wed, 19 Feb 2014 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CC761EA0 for ; Wed, 19 Feb 2014 12:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1JCA0Cf005555 for ; Wed, 19 Feb 2014 12:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1JCA0St005554; Wed, 19 Feb 2014 12:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 19 Feb 2014 12:10:00 GMT Resent-Message-Id: <201402191210.s1JCA0St005554@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vitaly Magerya Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE2B07C4 for ; Wed, 19 Feb 2014 12:06:18 +0000 (UTC) Received: from newred.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BD7E1E0D for ; Wed, 19 Feb 2014 12:06:18 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by newred.freebsd.org (8.14.7/8.14.7) with ESMTP id s1JC6IFF081201 for ; Wed, 19 Feb 2014 12:06:18 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.7/8.14.7/Submit) id s1JC6IPi081197; Wed, 19 Feb 2014 12:06:18 GMT (envelope-from nobody) Message-Id: <201402191206.s1JC6IPi081197@cgiserv.freebsd.org> Date: Wed, 19 Feb 2014 12:06:18 GMT From: Vitaly Magerya To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/186892: x11-fonts/gnu-unifont: update from 20131020 to 20140214 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Feb 2014 12:10:00 -0000 >Number: 186892 >Category: misc >Synopsis: x11-fonts/gnu-unifont: update from 20131020 to 20140214 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 19 12:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Vitaly Magerya >Release: >Organization: >Environment: >Description: Update x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf from from 20131020 to 20140214. Note that in theory the gnu-unifont-ttf port should either run mkfonscale and mkfontdir after installation and deinstallation (which creates a run-time dependency on both), or run them during build and install the font, fonts.scale and fonts.dir files in a separate directory. In practice however, just copying the .ttf file works fine for me, so until someone complains, I'm leaving it as it is. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN gnu-unifont.orig/Makefile gnu-unifont/Makefile --- gnu-unifont.orig/Makefile 2014-01-27 01:15:37.000000000 +0200 +++ gnu-unifont/Makefile 2014-02-18 18:45:16.000000000 +0200 @@ -2,9 +2,10 @@ # $FreeBSD: head/x11-fonts/gnu-unifont/Makefile 341305 2014-01-26 23:15:37Z thierry $ PORTNAME= gnu-unifont -PORTVERSION= 20131020 +PORTVERSION= 20140214 CATEGORIES= x11-fonts -MASTER_SITES= http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} DISTNAME= unifont-6.3.${PORTVERSION}.pcf EXTRACT_SUFX= .gz EXTRACT_ONLY= diff -ruN gnu-unifont.orig/distinfo gnu-unifont/distinfo --- gnu-unifont.orig/distinfo 2014-01-27 01:15:37.000000000 +0200 +++ gnu-unifont/distinfo 2014-02-18 18:38:09.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20131020.pcf.gz) = 6510709cb485a1393852b7e3540787a31f55137126d679fde47344bbf1349c53 -SIZE (unifont-6.3.20131020.pcf.gz) = 1353939 +SHA256 (unifont-6.3.20140214.pcf.gz) = 60c5954fcfcaf26c27392c6337dfd8f23353378090a5f918e4c776a0cb4a095d +SIZE (unifont-6.3.20140214.pcf.gz) = 1357499 diff -ruN gnu-unifont-ttf.orig/Makefile gnu-unifont-ttf/Makefile --- gnu-unifont-ttf.orig/Makefile 2014-01-27 01:15:37.000000000 +0200 +++ gnu-unifont-ttf/Makefile 2014-02-18 18:48:49.000000000 +0200 @@ -2,9 +2,10 @@ # $FreeBSD: head/x11-fonts/gnu-unifont-ttf/Makefile 341305 2014-01-26 23:15:37Z thierry $ PORTNAME= gnu-unifont-ttf -PORTVERSION= 20131020 +PORTVERSION= 20140214 CATEGORIES= x11-fonts -MASTER_SITES= http://unifoundry.com/pub/unifont-6.3.${PORTVERSION}/font-builds/ +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} DISTNAME= unifont-6.3.${PORTVERSION}.ttf EXTRACT_SUFX= .gz diff -ruN gnu-unifont-ttf.orig/distinfo gnu-unifont-ttf/distinfo --- gnu-unifont-ttf.orig/distinfo 2014-01-27 01:15:37.000000000 +0200 +++ gnu-unifont-ttf/distinfo 2014-02-19 13:49:13.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20131020.ttf.gz) = 2ed6b629cb03ae0f58cdf6c3a8538499d20c1618abfcfbcdabf9649067c4d251 -SIZE (unifont-6.3.20131020.ttf.gz) = 3080523 +SHA256 (unifont-6.3.20140214.ttf.gz) = 64d9b1b637918982632eca243cbe0605fcdcc6c3c0737373b7affbc9d7abb517 +SIZE (unifont-6.3.20140214.ttf.gz) = 3121968 >Release-Note: >Audit-Trail: >Unformatted: