diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-06-01 15:39:39 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-06-01 15:39:39 +0800 |
commit | 41b4bd21a26f6aeefe44b97022226d08dde25f31 (patch) | |
tree | 591bbf198da22f99569b89713183b85ab7022bf5 /print | |
parent | ef27445d8dd1f447906c503edadec5d82314e1aa (diff) | |
download | freebsd-ports-gnome-41b4bd21a26f6aeefe44b97022226d08dde25f31.tar.gz freebsd-ports-gnome-41b4bd21a26f6aeefe44b97022226d08dde25f31.tar.zst freebsd-ports-gnome-41b4bd21a26f6aeefe44b97022226d08dde25f31.zip |
print/harfbuzz: update to 2.5.1
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.5.1
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Reported by: GitHub (watch releases)
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 4 | ||||
-rw-r--r-- | print/harfbuzz/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 59b1e0ad4467..c13aaf96005d 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 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.20500.0 +PLIST_SUB+= LIBVER=0.20501.0 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 3ba2967837f3..7f3228fdd93d 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1558727886 -SHA256 (harfbuzz-2.5.0.tar.xz) = 959c73f98db4f84ad5221ea923146a71b5a48c946138d9ca4b42f3f3ffc416ef -SIZE (harfbuzz-2.5.0.tar.xz) = 5620416 +TIMESTAMP = 1559368729 +SHA256 (harfbuzz-2.5.1.tar.xz) = 6d4834579abd5f7ab3861c085b4c55129f78b27fe47961fd96769d3704f6719e +SIZE (harfbuzz-2.5.1.tar.xz) = 5636068 |