aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:06:44 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:06:44 +0000
commit238c90bb6d5971b28b88fb193384e38c156215f3 (patch)
treef795573fabc8a0ceae98c679cbf639d09428b757 /x11-fonts
parent0e80a03d85ad89f0d1c3dd77cf2ca40f6b0b7244 (diff)
downloadports-238c90bb6d5971b28b88fb193384e38c156215f3.tar.gz
ports-238c90bb6d5971b28b88fb193384e38c156215f3.zip
Update to 8.1.1
Notes
Notes: svn path=/head/; revision=558501
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/ots/Makefile2
-rw-r--r--x11-fonts/ots/distinfo6
-rw-r--r--x11-fonts/ots/files/patch-meson.build10
-rw-r--r--x11-fonts/ots/pkg-plist1
4 files changed, 10 insertions, 9 deletions
diff --git a/x11-fonts/ots/Makefile b/x11-fonts/ots/Makefile
index e677b882b675..c4eea0f137c7 100644
--- a/x11-fonts/ots/Makefile
+++ b/x11-fonts/ots/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ots
-PORTVERSION= 8.1.0
+PORTVERSION= 8.1.1
CATEGORIES= x11-fonts
MASTER_SITES= https://github.com/khaledhosny/ots/releases/download/v${PORTVERSION}/
diff --git a/x11-fonts/ots/distinfo b/x11-fonts/ots/distinfo
index 8a70a4347307..a71506607779 100644
--- a/x11-fonts/ots/distinfo
+++ b/x11-fonts/ots/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1605426371
-SHA256 (ots-8.1.0.tar.xz) = e87cb5c18962e3b94b7ee27ab66fee9fdb22b12a9e06de9ecc3ef4f6990cefba
-SIZE (ots-8.1.0.tar.xz) = 58775496
+TIMESTAMP = 1608366116
+SHA256 (ots-8.1.1.tar.xz) = 8b912fae494228c5e308225ff15d1aaaf026587661c3c2d20676adb28795ff48
+SIZE (ots-8.1.1.tar.xz) = 58775484
diff --git a/x11-fonts/ots/files/patch-meson.build b/x11-fonts/ots/files/patch-meson.build
index 38c2a835fb7a..98642988cd94 100644
--- a/x11-fonts/ots/files/patch-meson.build
+++ b/x11-fonts/ots/files/patch-meson.build
@@ -1,8 +1,8 @@
---- meson.build.orig 2020-10-12 15:09:18 UTC
+--- meson.build.orig 2020-12-02 12:55:02 UTC
+++ meson.build
@@ -1,6 +1,6 @@
project('ots', 'c', 'cpp',
- version: '8.1.0',
+ version: '8.1.1',
- default_options : ['cpp_std=c++11', 'default_library=static'],
+ default_options : ['cpp_std=c++11', 'default_library=both'],
)
@@ -167,9 +167,9 @@
)
-@@ -303,13 +311,14 @@ if cxx.has_header('sys/time.h')
- endif
+@@ -305,13 +313,14 @@ endif
+ install_man('docs/ots-sanitize.1')
-gtest = subproject('gtest').get_variable('gtest_main_dep')
+gtest = dependency('gtest', fallback: ['gtest', 'gtest_main_dep'])
@@ -184,7 +184,7 @@
)
test('cff_charstring', cff_charstring)
-@@ -319,7 +328,7 @@ layout_common_table = executable('layout_common_table'
+@@ -321,7 +330,7 @@ layout_common_table = executable('layout_common_table'
'tests/layout_common_table_test.cc',
include_directories: include_directories(['include', 'src']),
link_with: libots,
diff --git a/x11-fonts/ots/pkg-plist b/x11-fonts/ots/pkg-plist
index f73454cc7aeb..fe0dd2326b12 100644
--- a/x11-fonts/ots/pkg-plist
+++ b/x11-fonts/ots/pkg-plist
@@ -8,3 +8,4 @@ lib/libots.a
lib/libots.so
lib/libots.so.8
lib/libots.so.%%PORTVERSION%%
+man/man1/ots-sanitize.1.gz