print/harfbuzz: update to 1.7.6
Changes: https://github.com/harfbuzz/harfbuzz/blob/1.7.6/NEWS ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2018Q1 (fuzz fixes, mixed bag?)
This commit is contained in:
parent
ead5ea039d
commit
8eda84c066
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463853
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= harfbuzz
|
||||
PORTVERSION= 1.7.5
|
||||
PORTVERSION= 1.7.6
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
||||
@ -22,7 +22,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
|
||||
PLIST_SUB+= LIBVER=0.10705.0
|
||||
PLIST_SUB+= LIBVER=0.10706.0
|
||||
|
||||
HARFBUZZ_SLAVE?= no
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1517341970
|
||||
SHA256 (harfbuzz-1.7.5.tar.bz2) = 84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563
|
||||
SIZE (harfbuzz-1.7.5.tar.bz2) = 2350389
|
||||
TIMESTAMP = 1520435118
|
||||
SHA256 (harfbuzz-1.7.6.tar.bz2) = da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b
|
||||
SIZE (harfbuzz-1.7.6.tar.bz2) = 2586909
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/hb-ot-shape-closure
|
||||
bin/hb-shape
|
||||
bin/hb-subset
|
||||
bin/hb-view
|
||||
include/harfbuzz/hb-blob.h
|
||||
include/harfbuzz/hb-buffer.h
|
||||
@ -23,17 +24,26 @@ include/harfbuzz/hb-ot.h
|
||||
include/harfbuzz/hb-set.h
|
||||
include/harfbuzz/hb-shape-plan.h
|
||||
include/harfbuzz/hb-shape.h
|
||||
include/harfbuzz/hb-subset-glyf.hh
|
||||
include/harfbuzz/hb-subset-plan.hh
|
||||
include/harfbuzz/hb-subset-private.hh
|
||||
include/harfbuzz/hb-subset.h
|
||||
include/harfbuzz/hb-unicode.h
|
||||
include/harfbuzz/hb-version.h
|
||||
include/harfbuzz/hb.h
|
||||
lib/cmake/harfbuzz/harfbuzz-config.cmake
|
||||
lib/girepository-1.0/HarfBuzz-0.0.typelib
|
||||
lib/libharfbuzz-gobject.so
|
||||
lib/libharfbuzz-gobject.so.0
|
||||
lib/libharfbuzz-gobject.so.%%LIBVER%%
|
||||
lib/libharfbuzz-subset.so
|
||||
lib/libharfbuzz-subset.so.0
|
||||
lib/libharfbuzz-subset.so.%%LIBVER%%
|
||||
lib/libharfbuzz.so
|
||||
lib/libharfbuzz.so.0
|
||||
lib/libharfbuzz.so.%%LIBVER%%
|
||||
libdata/pkgconfig/harfbuzz-gobject.pc
|
||||
libdata/pkgconfig/harfbuzz-subset.pc
|
||||
libdata/pkgconfig/harfbuzz.pc
|
||||
share/gir-1.0/HarfBuzz-0.0.gir
|
||||
share/gtk-doc/html/harfbuzz/HarfBuzz.png
|
||||
|
Loading…
Reference in New Issue
Block a user