diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-07-12 00:22:44 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-07-12 00:22:44 +0800 |
commit | 1dde305bcfa7172b59f94535259a595a9fc4237d (patch) | |
tree | 3cd3d4317ad3cbb693b162bdcb00d63cd66eb120 /print | |
parent | 4560b8c50c99041dce26798a7c1bd1498defe0e7 (diff) | |
download | freebsd-ports-gnome-1dde305bcfa7172b59f94535259a595a9fc4237d.tar.gz freebsd-ports-gnome-1dde305bcfa7172b59f94535259a595a9fc4237d.tar.zst freebsd-ports-gnome-1dde305bcfa7172b59f94535259a595a9fc4237d.zip |
print/harfbuzz: update to 1.8.3
Changes: https://github.com/harfbuzz/harfbuzz/blob/1.8.3/NEWS
ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/
Diffstat (limited to 'print')
-rw-r--r-- | print/harfbuzz/Makefile | 7 | ||||
-rw-r--r-- | print/harfbuzz/distinfo | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index d931693baf87..da09f239f160 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,11 +2,14 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.3 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/ +PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/ +PATCHFILES= 20a318d06aca.patch:-p1 2aae617a84f4.patch:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT?= OpenType text shaping engine @@ -22,7 +25,7 @@ CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.10800.2 +PLIST_SUB+= LIBVER=0.10800.3 HARFBUZZ_SLAVE?= no diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index c0ef2be76fc1..b96fcb168ad9 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1530605630 -SHA256 (harfbuzz-1.8.2.tar.bz2) = c8a3f88f416185a82f899a68b5714d6a40d7dc4d1d7379057348918d55aac657 -SIZE (harfbuzz-1.8.2.tar.bz2) = 3820498 +TIMESTAMP = 1531315035 +SHA256 (harfbuzz-1.8.3.tar.bz2) = 2ac2ad1ca26253bfe7f437adcd034c84dad0e7c2c0fe008d6051b754fa987a9e +SIZE (harfbuzz-1.8.3.tar.bz2) = 3828043 +SHA256 (20a318d06aca.patch) = 9acf0f5b0f6361a8f055f3f8cbf9432fa324ddd682fa1b02669d0fe095e65b1b +SIZE (20a318d06aca.patch) = 627 +SHA256 (2aae617a84f4.patch) = b1626a8ac483ab1793a96bb3c28de56d9b51e8895e23254aa9e9a139aad4aeeb +SIZE (2aae617a84f4.patch) = 1114 |