Permalink
Browse files
harfbuzz: Update to 1.7.6
- Loading branch information
Showing
with
9 additions
and
5 deletions.
-
+9
−5
graphics/harfbuzz/Portfile
|
|
@@ -3,7 +3,7 @@ |
|
|
PortSystem 1.0 |
|
|
|
|
|
name harfbuzz |
|
|
version 1.7.5 |
|
|
version 1.7.6 |
|
|
categories graphics |
|
|
platforms darwin |
|
|
maintainers {ryandesign @ryandesign} openmaintainer |
|
|
@@ -17,9 +17,9 @@ homepage https://www.freedesktop.org/wiki/Software/HarfBuzz/ |
|
|
master_sites https://www.freedesktop.org/software/harfbuzz/release/ |
|
|
use_bzip2 yes |
|
|
|
|
|
checksums rmd160 1d18522d979ac4c750e29c13e7b76960311dbf50 \ |
|
|
sha256 84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563 \ |
|
|
size 2350389 |
|
|
checksums rmd160 bfd237407c3b8eea5a59f1c6bbab4a467549c767 \ |
|
|
sha256 da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b \ |
|
|
size 2586909 |
|
|
|
|
|
depends_build port:pkgconfig |
|
|
|
|
|
@@ -89,5 +89,9 @@ subport harfbuzz-icu { |
|
|
--with-icu |
|
|
|
|
|
destroot.dir ${worksrcpath}/src |
|
|
destroot.args nodist_pkginclude_HEADERS= pkginclude_HEADERS=hb-icu.h lib_LTLIBRARIES=libharfbuzz-icu.la pkgconfig_DATA=harfbuzz-icu.pc |
|
|
destroot.args cmake_DATA= \ |
|
|
lib_LTLIBRARIES=libharfbuzz-icu.la \ |
|
|
nodist_pkginclude_HEADERS= \ |
|
|
pkgconfig_DATA=harfbuzz-icu.pc \ |
|
|
pkginclude_HEADERS=hb-icu.h |
|
|
} |