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)
This commit is contained in:
parent
d026d620fa
commit
899ade3abe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532604
5 changed files with 14 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue