Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2019 16:34:36 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r501394 - head/x11-fonts/fntsample
Message-ID:  <201905121634.x4CGYaA5009656@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun May 12 16:34:35 2019
New Revision: 501394
URL: https://svnweb.freebsd.org/changeset/ports/501394

Log:
  Update Blocks to 12.1.0
  
  - Bump PORTREVISION for package change
  
  It also fixes unfetchable Blocks-12.0.0d1.txt which was removed by upstream.
  
  MFH:		2019Q2

Modified:
  head/x11-fonts/fntsample/Makefile
  head/x11-fonts/fntsample/distinfo

Modified: head/x11-fonts/fntsample/Makefile
==============================================================================
--- head/x11-fonts/fntsample/Makefile	Sun May 12 16:34:30 2019	(r501393)
+++ head/x11-fonts/fntsample/Makefile	Sun May 12 16:34:35 2019	(r501394)
@@ -4,9 +4,10 @@
 PORTNAME=	fntsample
 PORTVERSION=	5.3
 DISTVERSIONPREFIX=	release/
+PORTREVISION=	1
 CATEGORIES=	x11-fonts
-MASTER_SITES=	https://unicode.org/Public/12.0.0/ucd/:unidata
-DISTFILES=	Blocks-12.0.0d1.txt:unidata
+MASTER_SITES=	https://unicode.org/Public/12.1.0/ucd/:unidata
+DISTFILES=	Blocks.txt:unidata
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -22,7 +23,7 @@ RUN_DEPENDS=	pdfoutline:textproc/pdfoutline
 USES=		cmake gettext gnome iconv pkgconfig
 USE_GNOME=	cairo glib20 pango
 
-CMAKE_ARGS=	-DUNICODE_BLOCKS=${WRKSRC}/Blocks-12.0.0d1.txt
+CMAKE_ARGS=	-DUNICODE_BLOCKS=${WRKSRC}/Blocks.txt
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 PLIST_FILES=	bin/fntsample \
@@ -33,6 +34,6 @@ GH_ACCOUNT=	eugmes
 USE_GITHUB=	yes
 
 post-extract:
-	@${CP} ${DISTDIR}/${DIST_SUBDIR}/Blocks-12.0.0d1.txt ${WRKSRC}/
+	@${CP} ${DISTDIR}/${DIST_SUBDIR}/Blocks.txt ${WRKSRC}/
 
 .include <bsd.port.mk>

Modified: head/x11-fonts/fntsample/distinfo
==============================================================================
--- head/x11-fonts/fntsample/distinfo	Sun May 12 16:34:30 2019	(r501393)
+++ head/x11-fonts/fntsample/distinfo	Sun May 12 16:34:35 2019	(r501394)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1547659022
-SHA256 (Blocks-12.0.0d1.txt) = a1a3ca4381eb91f7b65afe7cb7df615cdcf67993fef4b486585f66b349993a10
-SIZE (Blocks-12.0.0d1.txt) = 10086
+TIMESTAMP = 1556971329
+SHA256 (Blocks.txt) = a28b205afe8625fffdb6544a5fe14cf02b91493d9900f07820fa2102a17548f7
+SIZE (Blocks.txt) = 10086
 SHA256 (eugmes-fntsample-release-5.3_GH0.tar.gz) = e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b
 SIZE (eugmes-fntsample-release-5.3_GH0.tar.gz) = 56508



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