diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-06-22 12:01:31 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-06-22 12:01:31 +0000 |
commit | 568100c0d3e0abdf978ba4abf28fabb24fbdf587 (patch) | |
tree | a5bd8a18a6b589ece17418df9b1c5d29378955b9 /print/harfbuzz/Makefile | |
parent | 31fc66940261f4fe2cdfc3f166cf9e2b564f31e2 (diff) | |
download | ports-568100c0d3e0abdf978ba4abf28fabb24fbdf587.tar.gz ports-568100c0d3e0abdf978ba4abf28fabb24fbdf587.zip |
Notes
Diffstat (limited to 'print/harfbuzz/Makefile')
-rw-r--r-- | print/harfbuzz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 928f5c7d4863..7fc6c367000c 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= harfbuzz -DISTVERSION= 2.6.7 +DISTVERSION= 2.6.8 PORTREVISION?= 0 CATEGORIES= print MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ @@ -27,7 +27,7 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -PLIST_SUB+= LIBVER=0.20600.7 +PLIST_SUB+= LIBVER=0.20600.8 HARFBUZZ_SLAVE?= no |