Date: Mon, 7 Oct 2024 20:25:16 GMT From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ee8c4bd2fc32 - main - misc/alpaca: Update to 2.5.0 Message-ID: <202410072025.497KPGM3062041@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=ee8c4bd2fc32620942167730a706b5dd4a646223 commit ee8c4bd2fc32620942167730a706b5dd4a646223 Author: Nicola Vitale <nivit@FreeBSD.org> AuthorDate: 2024-10-07 20:23:54 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-10-07 20:23:54 +0000 misc/alpaca: Update to 2.5.0 - Update list of run dependencies Release changes: https://github.com/Jeffser/Alpaca/releases/tag/2.5.0 Reported by: Jeffry Samuel <notifications@github.com> --- misc/alpaca/Makefile | 5 +++-- misc/alpaca/distinfo | 6 +++--- misc/alpaca/pkg-plist | 1 + 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/misc/alpaca/Makefile b/misc/alpaca/Makefile index 3912137331e0..27c07a447916 100644 --- a/misc/alpaca/Makefile +++ b/misc/alpaca/Makefile @@ -1,5 +1,5 @@ PORTNAME= alpaca -DISTVERSION= 2.0.6 +DISTVERSION= 2.5.0 CATEGORIES= misc MAINTAINER= nivit@FreeBSD.org @@ -19,8 +19,9 @@ RUN_DEPENDS= ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.3:www/py-requests@${PY_FLAVOR} \ ollama:misc/ollama -USES= desktop-file-utils gettext-runtime gettext-tools meson python +USES= desktop-file-utils gettext-runtime gettext-tools gnome meson python USE_GITHUB= yes +USE_GNOME= vte3 GH_ACCOUNT= Jeffser GH_PROJECT= Alpaca diff --git a/misc/alpaca/distinfo b/misc/alpaca/distinfo index 19a9be67923f..6a8d303f1849 100644 --- a/misc/alpaca/distinfo +++ b/misc/alpaca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727683775 -SHA256 (Jeffser-Alpaca-2.0.6_GH0.tar.gz) = e02947d4164cb9bb5c095dd36183019c83fc1be33c623ed1aed023410770bf31 -SIZE (Jeffser-Alpaca-2.0.6_GH0.tar.gz) = 505305 +TIMESTAMP = 1728330649 +SHA256 (Jeffser-Alpaca-2.5.0_GH0.tar.gz) = 766159b7d5f4f28abbcc88d9c5efffdb5c39bde3f5715a74ef439a08bdaea6e1 +SIZE (Jeffser-Alpaca-2.5.0_GH0.tar.gz) = 539092 diff --git a/misc/alpaca/pkg-plist b/misc/alpaca/pkg-plist index 58c63d8013a9..3bcff858aeda 100644 --- a/misc/alpaca/pkg-plist +++ b/misc/alpaca/pkg-plist @@ -8,6 +8,7 @@ share/Alpaca/alpaca/custom_widgets/chat_widget.py share/Alpaca/alpaca/custom_widgets/message_widget.py share/Alpaca/alpaca/custom_widgets/model_widget.py share/Alpaca/alpaca/custom_widgets/table_widget.py +share/Alpaca/alpaca/custom_widgets/terminal_widget.py share/Alpaca/alpaca/dialogs.py share/Alpaca/alpaca/internal.py share/Alpaca/alpaca/main.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410072025.497KPGM3062041>