pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz-icu harfbuzz-icu: fix for 3.0 update



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27a7e0bd25ce
branches:  trunk
changeset: 459120:27a7e0bd25ce
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 29 20:26:01 2021 +0000

description:
harfbuzz-icu: fix for 3.0 update

diffstat:

 fonts/harfbuzz-icu/Makefile |  4 ++--
 fonts/harfbuzz-icu/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 35cdb4621d47 -r 27a7e0bd25ce fonts/harfbuzz-icu/Makefile
--- a/fonts/harfbuzz-icu/Makefile       Wed Sep 29 19:36:08 2021 +0000
+++ b/fonts/harfbuzz-icu/Makefile       Wed Sep 29 20:26:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/07/09 23:14:12 markd Exp $
+# $NetBSD: Makefile,v 1.6 2021/09/29 20:26:01 wiz Exp $
 
 # XXX: hack to override meson installation
 INSTALL_DIRS=
@@ -19,7 +19,7 @@
 .if ${OPSYS} == "Darwin"
 HARFBUZZ_ICU_LIBNAME=  libharfbuzz-icu.0.dylib
 .else
-HARFBUZZ_ICU_LIBNAME=  libharfbuzz-icu.so.0.20801.0
+HARFBUZZ_ICU_LIBNAME=  libharfbuzz-icu.so.0.*[0-9]
 .endif
 
 .PHONY: harfbuzz-icu-install
diff -r 35cdb4621d47 -r 27a7e0bd25ce fonts/harfbuzz-icu/PLIST
--- a/fonts/harfbuzz-icu/PLIST  Wed Sep 29 19:36:08 2021 +0000
+++ b/fonts/harfbuzz-icu/PLIST  Wed Sep 29 20:26:01 2021 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2021/07/09 23:14:12 markd Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/09/29 20:26:01 wiz Exp $
 include/harfbuzz/hb-icu.h
 lib/libharfbuzz-icu.so
 lib/libharfbuzz-icu.so.0
-lib/libharfbuzz-icu.so.0.20801.0
+lib/libharfbuzz-icu.so.0.30000.0
 lib/pkgconfig/harfbuzz-icu.pc



Home | Main Index | Thread Index | Old Index