diff options
author | jbeich <jbeich@FreeBSD.org> | 2019-10-01 04:56:49 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2019-10-01 04:56:49 +0800 |
commit | 514d43f7b2b4f8b5bfd154a7181c1af3246dc5c6 (patch) | |
tree | c1c49156e29e0455610f6cccaa9741e76f34a616 /print | |
parent | c139af5d851a52ba90634c6e55bf82340c989ac7 (diff) | |
download | freebsd-ports-gnome-514d43f7b2b4f8b5bfd154a7181c1af3246dc5c6.tar.gz freebsd-ports-gnome-514d43f7b2b4f8b5bfd154a7181c1af3246dc5c6.tar.zst freebsd-ports-gnome-514d43f7b2b4f8b5bfd154a7181c1af3246dc5c6.zip |
print/harfbuzz: update to 2.6.2
Changes: https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.2
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Reported by: GitHub (watch releases)
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz-icu/Makefile | 2 | ||||
-rw-r--r-- | print/harfbuzz/Makefile | 6 | ||||
-rw-r--r-- | print/harfbuzz/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/print/harfbuzz-icu/Makefile b/print/harfbuzz-icu/Makefile index bc6de9101a15..297b59fce170 100644 --- a/print/harfbuzz-icu/Makefile +++ b/print/harfbuzz-icu/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= -icu COMMENT= Harfbuzz ICU support diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index d4842e6bc0ac..680d86d636af 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 2.6.1 -PORTREVISION?= 1 +PORTVERSION= 2.6.2 +PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ @@ -26,7 +26,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.20600.1 +PLIST_SUB+= LIBVER=0.20600.2 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 1a63bd63c4d9..580474fa4a03 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1566514355 -SHA256 (harfbuzz-2.6.1.tar.xz) = c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f -SIZE (harfbuzz-2.6.1.tar.xz) = 5741372 +TIMESTAMP = 1563223880 +SHA256 (harfbuzz-2.6.2.tar.xz) = 3b4c6a72f7f2b05d54f6c3112b3ebee5131c199fe4de4cf9bbbf71a56666f624 +SIZE (harfbuzz-2.6.2.tar.xz) = 5769792 |