Update fribidi to 1.0.10

Note that according to https://abi-laboratory.pro/index.php?view=timeline&l=fribidi
2 symbols were removed since the version we have, but according to the check I have
done those 2 symbols are present in 1.0.10, meaning it is binary compatible
This commit is contained in:
Baptiste Daroussin 2020-09-24 12:43:56 +00:00
parent 6738ed380f
commit d426bd3c31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549917
3 changed files with 13 additions and 16 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= fribidi
PORTVERSION= 0.19.7
PORTVERSION= 1.0.10
CATEGORIES= converters
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/${PORTVERSION}/
MASTER_SITES= https://github.com/fribidi/fribidi/releases/download/v${PORTVERSION}/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
@ -12,15 +12,9 @@ COMMENT= Free Implementation of the Unicode Bidirectional Algorithm
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake libtool pathfix tar:bz2
USES= meson tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-static --without-glib
INSTALL_TARGET= install-strip
.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=--disable-debug
.endif
MESON_ARGS= -Dtests=false
post-patch:
@${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \

View File

@ -1,2 +1,3 @@
SHA256 (fribidi-0.19.7.tar.bz2) = 08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e
SIZE (fribidi-0.19.7.tar.bz2) = 648299
TIMESTAMP = 1600950598
SHA256 (fribidi-1.0.10.tar.xz) = 7f1c687c7831499bcacae5e8675945a39bacbad16ecaa945e9454a32df653c01
SIZE (fribidi-1.0.10.tar.xz) = 1147588

View File

@ -5,6 +5,7 @@ include/fribidi/fribidi-begindecls.h
include/fribidi/fribidi-bidi-types-list.h
include/fribidi/fribidi-bidi-types.h
include/fribidi/fribidi-bidi.h
include/fribidi/fribidi-brackets.h
include/fribidi/fribidi-char-sets-list.h
include/fribidi/fribidi-char-sets.h
include/fribidi/fribidi-common.h
@ -21,22 +22,24 @@ include/fribidi/fribidi-types.h
include/fribidi/fribidi-unicode-version.h
include/fribidi/fribidi-unicode.h
include/fribidi/fribidi.h
lib/libfribidi.a
lib/libfribidi.so
lib/libfribidi.so.0
lib/libfribidi.so.0.3.6
lib/libfribidi.so.0.4.0
libdata/pkgconfig/fribidi.pc
man/man3/fribidi_charset_to_unicode.3.gz
man/man3/fribidi_debug_status.3.gz
man/man3/fribidi_get_bidi_type.3.gz
man/man3/fribidi_get_bidi_type_name.3.gz
man/man3/fribidi_get_bidi_types.3.gz
man/man3/fribidi_get_bracket.3.gz
man/man3/fribidi_get_bracket_types.3.gz
man/man3/fribidi_get_joining_type.3.gz
man/man3/fribidi_get_joining_type_name.3.gz
man/man3/fribidi_get_joining_types.3.gz
man/man3/fribidi_get_mirror_char.3.gz
man/man3/fribidi_get_par_direction.3.gz
man/man3/fribidi_get_par_embedding_levels.3.gz
man/man3/fribidi_get_par_embedding_levels_ex.3.gz
man/man3/fribidi_get_type.3.gz
man/man3/fribidi_get_type_internal.3.gz
man/man3/fribidi_join_arabic.3.gz
@ -51,7 +54,6 @@ man/man3/fribidi_set_debug.3.gz
man/man3/fribidi_set_mirroring.3.gz
man/man3/fribidi_set_reorder_nsm.3.gz
man/man3/fribidi_shape.3.gz
man/man3/fribidi_shape_arabic.3.gz
man/man3/fribidi_shape_mirroring.3.gz
man/man3/fribidi_unicode_to_charset.3.gz
man/man3/fribidi_unicode_version.3.gz
man/man3/fribidi_version_info.3.gz