Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Apr 2020 00:56:50 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532604 - in head/print: harfbuzz harfbuzz-icu
Message-ID:  <202004230056.03N0uo8c007010@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Apr 23 00:56:50 2020
New Revision: 532604
URL: https://svnweb.freebsd.org/changeset/ports/532604

Log:
  print/harfbuzz: update to 2.6.5
  
  Changes:	https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.5
  ABI:		https://abi-laboratory.pro/tracker/timeline/harfbuzz/
  Reported by:	GitHub (watch releases)

Modified:
  head/print/harfbuzz-icu/pkg-plist   (contents, props changed)
  head/print/harfbuzz/Makefile   (contents, props changed)
  head/print/harfbuzz/distinfo   (contents, props changed)
  head/print/harfbuzz/pkg-descr   (contents, props changed)
  head/print/harfbuzz/pkg-plist   (contents, props changed)

Modified: head/print/harfbuzz-icu/pkg-plist
==============================================================================
--- head/print/harfbuzz-icu/pkg-plist	Wed Apr 22 23:45:02 2020	(r532603)
+++ head/print/harfbuzz-icu/pkg-plist	Thu Apr 23 00:56:50 2020	(r532604)
@@ -8,6 +8,7 @@
 @comment include/harfbuzz/hb-buffer.h
 @comment include/harfbuzz/hb-common.h
 @comment include/harfbuzz/hb-deprecated.h
+@comment include/harfbuzz/hb-draw.h
 @comment include/harfbuzz/hb-face.h
 @comment include/harfbuzz/hb-font.h
 @comment include/harfbuzz/hb-ft.h

Modified: head/print/harfbuzz/Makefile
==============================================================================
--- head/print/harfbuzz/Makefile	Wed Apr 22 23:45:02 2020	(r532603)
+++ head/print/harfbuzz/Makefile	Thu Apr 23 00:56:50 2020	(r532604)
@@ -2,15 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	harfbuzz
-PORTVERSION=	2.6.4
+DISTVERSION=	2.6.5
 PORTREVISION?=	0
 CATEGORIES=	print
-MASTER_SITES=	http://www.freedesktop.org/software/harfbuzz/release/
+MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT?=	OpenType text shaping engine
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libfreetype.so:print/freetype2 \
 		libgraphite2.so:graphics/graphite2
@@ -26,7 +27,7 @@ USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 
-PLIST_SUB+=	LIBVER=0.20600.4
+PLIST_SUB+=	LIBVER=0.20600.5
 
 HARFBUZZ_SLAVE?=	no
 

Modified: head/print/harfbuzz/distinfo
==============================================================================
--- head/print/harfbuzz/distinfo	Wed Apr 22 23:45:02 2020	(r532603)
+++ head/print/harfbuzz/distinfo	Thu Apr 23 00:56:50 2020	(r532604)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572378601
-SHA256 (harfbuzz-2.6.4.tar.xz) = 9413b8d96132d699687ef914ebb8c50440efc87b3f775d25856d7ec347c03c12
-SIZE (harfbuzz-2.6.4.tar.xz) = 5967468
+TIMESTAMP = 1587151268
+SHA256 (harfbuzz-2.6.5.tar.xz) = 126ea030bcb66fca518d43162443d337e60933c3729c23f8a25da3a1c7371dfd
+SIZE (harfbuzz-2.6.5.tar.xz) = 8510596

Modified: head/print/harfbuzz/pkg-descr
==============================================================================
--- head/print/harfbuzz/pkg-descr	Wed Apr 22 23:45:02 2020	(r532603)
+++ head/print/harfbuzz/pkg-descr	Thu Apr 23 00:56:50 2020	(r532604)
@@ -1,3 +1,6 @@
-HarfBuzz is an OpenType text shaping engine.
+HarfBuzz is an OpenType text shaping engine. Using the HarfBuzz
+library allows programs to convert a sequence of Unicode input into
+properly formatted and positioned glyph output - for any writing
+system and language.
 
-WWW: https://www.freedesktop.org/wiki/Software/HarfBuzz/
+WWW: https://harfbuzz.github.io/

Modified: head/print/harfbuzz/pkg-plist
==============================================================================
--- head/print/harfbuzz/pkg-plist	Wed Apr 22 23:45:02 2020	(r532603)
+++ head/print/harfbuzz/pkg-plist	Thu Apr 23 00:56:50 2020	(r532604)
@@ -7,6 +7,7 @@ include/harfbuzz/hb-blob.h
 include/harfbuzz/hb-buffer.h
 include/harfbuzz/hb-common.h
 include/harfbuzz/hb-deprecated.h
+include/harfbuzz/hb-draw.h
 include/harfbuzz/hb-face.h
 include/harfbuzz/hb-font.h
 include/harfbuzz/hb-ft.h



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