From owner-svn-ports-head@FreeBSD.ORG Fri Aug 15 20:52:45 2014 Return-Path: Delivered-To: svn-ports-head@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 6274DC31; Fri, 15 Aug 2014 20:52:45 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9A428CF; Fri, 15 Aug 2014 20:52:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7FKqjLv095666; Fri, 15 Aug 2014 20:52:45 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7FKqii6095660; Fri, 15 Aug 2014 20:52:44 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201408152052.s7FKqii6095660@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Fri, 15 Aug 2014 20:52:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365041 - in head/x11-fonts: gnu-unifont gnu-unifont-ttf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2014 20:52:45 -0000 Author: pi Date: Fri Aug 15 20:52:44 2014 New Revision: 365041 URL: http://svnweb.freebsd.org/changeset/ports/365041 QAT: https://qat.redports.org/buildarchive/r365041/ Log: x11-fonts/gnu-unifont and x11-fonts/gnu-unifont-ttf: 6.3.x -> 7.0.03 PR: 192003 Submitted by: vmagerya@gmail.com Approved by: bsdports@gmail.com (maintainer) Modified: head/x11-fonts/gnu-unifont-ttf/Makefile head/x11-fonts/gnu-unifont-ttf/distinfo head/x11-fonts/gnu-unifont/Makefile head/x11-fonts/gnu-unifont/distinfo Modified: head/x11-fonts/gnu-unifont-ttf/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/Makefile Fri Aug 15 20:50:14 2014 (r365040) +++ head/x11-fonts/gnu-unifont-ttf/Makefile Fri Aug 15 20:52:44 2014 (r365041) @@ -1,12 +1,12 @@ -# Created by: nrg milk # $FreeBSD$ PORTNAME= gnu-unifont-ttf -PORTVERSION= 20140214 +PORTVERSION= 7.0.03 +PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} -DISTNAME= unifont-6.3.${PORTVERSION} +MASTER_SITE_SUBDIR=unifont/unifont-${PORTVERSION} +DISTNAME= unifont-${PORTVERSION} MAINTAINER= bsdports@gmail.com COMMENT= Unicode TrueType Font @@ -22,13 +22,13 @@ WRKSRC_SUBDIR= font/precompiled do-install: @${MKDIR} ${INSTALLDIR} - ${INSTALL_DATA} ${WRKSRC}/unifont-6.3.${PORTVERSION}.ttf \ + ${INSTALL_DATA} ${WRKSRC}/unifont-${PORTVERSION}.ttf \ ${INSTALLDIR}/unifont.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_csur-6.3.${PORTVERSION}.ttf \ + ${INSTALL_DATA} ${WRKSRC}/unifont_csur-${PORTVERSION}.ttf \ ${INSTALLDIR}/unifont_csur.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_upper-6.3.${PORTVERSION}.ttf \ + ${INSTALL_DATA} ${WRKSRC}/unifont_upper-${PORTVERSION}.ttf \ ${INSTALLDIR}/unifont_upper.ttf - ${INSTALL_DATA} ${WRKSRC}/unifont_upper_csur-6.3.${PORTVERSION}.ttf \ + ${INSTALL_DATA} ${WRKSRC}/unifont_upper_csur-${PORTVERSION}.ttf \ ${INSTALLDIR}/unifont_upper_csur.ttf ${LOCALBASE}/bin/mkfontscale ${INSTALLDIR} ${LOCALBASE}/bin/mkfontdir ${INSTALLDIR} Modified: head/x11-fonts/gnu-unifont-ttf/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont-ttf/distinfo Fri Aug 15 20:50:14 2014 (r365040) +++ head/x11-fonts/gnu-unifont-ttf/distinfo Fri Aug 15 20:52:44 2014 (r365041) @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20140214.tar.gz) = 8238b21c105b0af9574c2eac647073513e6c008710a116c7c9e271743cbfd5a7 -SIZE (unifont-6.3.20140214.tar.gz) = 17337004 +SHA256 (unifont-7.0.03.tar.gz) = 3b5f2f3aa1bee9fdd3b23b17c0a3206948c3148dfd3ca0404696ea06d63c72cd +SIZE (unifont-7.0.03.tar.gz) = 18372349 Modified: head/x11-fonts/gnu-unifont/Makefile ============================================================================== --- head/x11-fonts/gnu-unifont/Makefile Fri Aug 15 20:50:14 2014 (r365040) +++ head/x11-fonts/gnu-unifont/Makefile Fri Aug 15 20:52:44 2014 (r365041) @@ -1,12 +1,12 @@ -# Created by: nrg milk # $FreeBSD$ PORTNAME= gnu-unifont -PORTVERSION= 20140214 +PORTVERSION= 7.0.03 +PORTEPOCH= 1 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR=unifont/unifont-6.3.${PORTVERSION} -DISTNAME= unifont-6.3.${PORTVERSION}.pcf +MASTER_SITE_SUBDIR=unifont/unifont-${PORTVERSION} +DISTNAME= unifont-${PORTVERSION}.pcf EXTRACT_SUFX= .gz EXTRACT_ONLY= Modified: head/x11-fonts/gnu-unifont/distinfo ============================================================================== --- head/x11-fonts/gnu-unifont/distinfo Fri Aug 15 20:50:14 2014 (r365040) +++ head/x11-fonts/gnu-unifont/distinfo Fri Aug 15 20:52:44 2014 (r365041) @@ -1,2 +1,2 @@ -SHA256 (unifont-6.3.20140214.pcf.gz) = 60c5954fcfcaf26c27392c6337dfd8f23353378090a5f918e4c776a0cb4a095d -SIZE (unifont-6.3.20140214.pcf.gz) = 1357499 +SHA256 (unifont-7.0.03.pcf.gz) = cffed831498eb67933acbf2a7e398d64a7e3bf97a784a10fc999db51891cc515 +SIZE (unifont-7.0.03.pcf.gz) = 1358950