>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: _______________________________________________ freebsd-bugs@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"