x11-fonts/ots: Update to 8.1.4
Changes: https://github.com/khaledhosny/ots/releases
This commit is contained in:
parent
07012023ff
commit
67b25c0d1a
3 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= ots
|
||||
PORTVERSION= 8.1.3
|
||||
PORTVERSION= 8.1.4
|
||||
CATEGORIES= x11-fonts
|
||||
MASTER_SITES= https://github.com/khaledhosny/ots/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1611856516
|
||||
SHA256 (ots-8.1.3.tar.xz) = d26ba3956568163ea9c34c8c6f46ba15e4659cdd558b998b5f353070159f0a39
|
||||
SIZE (ots-8.1.3.tar.xz) = 18345584
|
||||
TIMESTAMP = 1620405365
|
||||
SHA256 (ots-8.1.4.tar.xz) = f21b927b03248e392e416c765eea4940c21a4e82f09045bc893b141eb57f1e29
|
||||
SIZE (ots-8.1.4.tar.xz) = 18921300
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- meson.build.orig 2021-01-12 17:06:54 UTC
|
||||
--- meson.build.orig 2021-03-07 06:36:19 UTC
|
||||
+++ meson.build
|
||||
@@ -1,6 +1,6 @@
|
||||
project('ots', 'c', 'cpp',
|
||||
version: '8.1.3',
|
||||
- default_options : ['cpp_std=c++11', 'default_library=static'],
|
||||
+ default_options : ['cpp_std=c++11', 'default_library=both'],
|
||||
version: '8.1.4',
|
||||
- default_options : ['cpp_std=c++11', 'default_library=static', 'warning_level=2'],
|
||||
+ default_options : ['cpp_std=c++11', 'default_library=both', 'warning_level=2'],
|
||||
meson_version : '>= 0.55.2',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue