Skip to content

Commit

Permalink
chinese/libpinyin: update to 2.6.2.
Browse files Browse the repository at this point in the history
PR:		ports/263711
Approved by:	maintainer (lichray at gmail dot com)
  • Loading branch information
delphij committed May 2, 2022
1 parent c8cb3ce commit 1ac9db7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chinese/libpinyin/Makefile
@@ -1,7 +1,7 @@
# Created by: Zhihao Yuan <lichray@gmail.com>

PORTNAME= libpinyin
PORTVERSION= 2.3.0
PORTVERSION= 2.6.2
CATEGORIES= chinese textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}

Expand Down
6 changes: 3 additions & 3 deletions chinese/libpinyin/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1564885156
SHA256 (libpinyin-2.3.0.tar.gz) = b3dc9c6a1af55e9427f9d462ff176fbab6a3793368080a2f8e2a58c4cd4e2691
SIZE (libpinyin-2.3.0.tar.gz) = 20465096
TIMESTAMP = 1651370275
SHA256 (libpinyin-2.6.2.tar.gz) = 1b6dac7828c3f4522d2242009ab2cea10df3d9f92fb9036b9ff0ad309b4e5325
SIZE (libpinyin-2.6.2.tar.gz) = 20558423
4 changes: 2 additions & 2 deletions chinese/libpinyin/files/patch-data_Makefile.in
@@ -1,6 +1,6 @@
--- data/Makefile.in.orig 2019-08-07 02:01:59 UTC
--- data/Makefile.in.orig 2022-05-01 05:03:52 UTC
+++ data/Makefile.in
@@ -307,7 +307,7 @@ EXTRA_DIST = $(textual_model_data) \
@@ -309,7 +309,7 @@ libpinyin_db_DATA = $(binary_model_data) \
libpinyin_db_DATA = $(binary_model_data) \
table.conf

Expand Down
6 changes: 3 additions & 3 deletions chinese/libpinyin/files/patch-libpinyin.pc.in
@@ -1,11 +1,11 @@
--- libpinyin.pc.in.orig 2018-05-28 08:15:28 UTC
--- libpinyin.pc.in.orig 2020-11-16 05:28:45 UTC
+++ libpinyin.pc.in
@@ -2,7 +2,7 @@ prefix=@prefix@
@@ -2,7 +2,7 @@ includedir=@includedir@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-pkgdatadir=@libdir@/libpinyin
+pkgdatadir=@datadir@/libpinyin
database_format=@DATABASE_FORMAT@

libpinyinincludedir=${includedir}/libpinyin-@VERSION@
libpinyin_binary_version=@LIBPINYIN_BINARY_VERSION@

0 comments on commit 1ac9db7

Please sign in to comment.