Date: Thu, 20 Jan 2022 23:31:51 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f51cafbcf86f - main - textproc/ibus-table: Update 1.14.1 -> 1.15.0 Message-ID: <202201202331.20KNVpex071056@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f51cafbcf86f3a337c5df595778c3a858911bb2d commit f51cafbcf86f3a337c5df595778c3a858911bb2d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-01-20 23:28:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-01-20 23:31:43 +0000 textproc/ibus-table: Update 1.14.1 -> 1.15.0 Reported by: portscout --- textproc/ibus-table/Makefile | 12 ++++++++---- textproc/ibus-table/distinfo | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/textproc/ibus-table/Makefile b/textproc/ibus-table/Makefile index 6f8a55370bac..2ab1bab32973 100644 --- a/textproc/ibus-table/Makefile +++ b/textproc/ibus-table/Makefile @@ -1,7 +1,7 @@ # Created by: Nikola Lecic <nikola.lecic@anthesphoria.net> PORTNAME= ibus-table -DISTVERSION= 1.14.1 +DISTVERSION= 1.15.0 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org @@ -16,11 +16,15 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR LIB_DEPENDS= libibus-1.0.so:textproc/ibus RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} -USES= autoreconf gettext-tools gmake gnome pkgconfig python:3.4+ -GNU_CONFIGURE= yes +USES= autoreconf gettext-tools gmake gnome pkgconfig python:3.4+ shebangfix + USE_GITHUB= yes GH_ACCOUNT= kaio +SHEBANG_GLOB= *.py + +GNU_CONFIGURE= yes + GLIB_SCHEMAS= org.freedesktop.ibus.engine.table.gschema.xml OPTIONS_DEFINE= NLS @@ -30,7 +34,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls post-patch: - @${REINPLACE_CMD} -e "s|/usr/|${PREFIX}/|g" ${WRKSRC}/engine/*.py + @${REINPLACE_CMD} -e "s|/usr/share|${PREFIX}/share|g" ${WRKSRC}/engine/*.py post-install: @${RM} -r ${STAGEDIR}${DATADIR}/*/__pycache__ diff --git a/textproc/ibus-table/distinfo b/textproc/ibus-table/distinfo index cd4801d78448..62fd6a196a85 100644 --- a/textproc/ibus-table/distinfo +++ b/textproc/ibus-table/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629962567 -SHA256 (kaio-ibus-table-1.14.1_GH0.tar.gz) = 3f44d93314a1146cd8bc51667f5c52f32c30efa8c0c2b6c4bdb00ed35efa866e -SIZE (kaio-ibus-table-1.14.1_GH0.tar.gz) = 1317519 +TIMESTAMP = 1642718717 +SHA256 (kaio-ibus-table-1.15.0_GH0.tar.gz) = 6181f7a477f99ce66f3d81e71e864386d35b694c30fe6ba0ba02ac15ef5a2ade +SIZE (kaio-ibus-table-1.15.0_GH0.tar.gz) = 1320901
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201202331.20KNVpex071056>