Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Aug 2014 20:52:44 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
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
Message-ID:  <201408152052.s7FKqii6095660@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsdports@gmail.com>
 # $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 <bsdports@gmail.com>
 # $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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408152052.s7FKqii6095660>