Re: git: b402b591769d - main - comms/tio: Update to 3.3
Date: Fri, 17 May 2024 20:23:59 UTC
El vie, 17 may 2024, 21:07, Daniel Engberg <diizzy@freebsd.org> escribió: > The branch main has been updated by diizzy: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=b402b591769d0627f8507052423b33d322d7ca5a > > commit b402b591769d0627f8507052423b33d322d7ca5a > Author: Daniel Engberg <diizzy@FreeBSD.org> > AuthorDate: 2024-05-17 18:36:23 +0000 > Commit: Daniel Engberg <diizzy@FreeBSD.org> > CommitDate: 2024-05-17 19:06:03 +0000 > > comms/tio: Update to 3.3 > > As of 3.1 there's new layout for the configuration file > Then maybe an entry in UPDATING is helpful. > Changelog: > https://github.com/tio/tio/releases/tag/v3.3 > > PR: 278498 (previous version) > Approved by: portmgr (maintainer timeout, 3+ weeks) > --- > comms/tio/Makefile | 13 +++++++------ > comms/tio/distinfo | 8 +++++--- > 2 files changed, 12 insertions(+), 9 deletions(-) > > diff --git a/comms/tio/Makefile b/comms/tio/Makefile > index 88b71ab74f8e..8f2e0e122d97 100644 > --- a/comms/tio/Makefile > +++ b/comms/tio/Makefile > @@ -1,9 +1,11 @@ > PORTNAME= tio > -DISTVERSION= 2.0 > -PORTREVISION= 1 > +DISTVERSION= 3.3 > CATEGORIES= comms > MASTER_SITES= > https://github.com/${PORTNAME}/${PORTNAME}/releases/download/v${DISTVERSION}/ > > +PATCH_SITES= https://github.com/tio/tio/commit/ > +PATCHFILES= ccc01433b700b4da4ffa36525aabd6e41204be18.patch:-p1 > + > MAINTAINER= dmgk@FreeBSD.org > COMMENT= Simple TTY terminal I/O application > WWW= https://tio.github.io > @@ -11,12 +13,11 @@ WWW= https://tio.github.io > LICENSE= GPLv2+ > LICENSE_FILE= ${WRKSRC}/LICENSE > > -LIB_DEPENDS= libinih.so:devel/inih > - > -USES= meson pkgconfig tar:xz > +USES= gnome lua:54 meson pkgconfig tar:xz > +USE_GNOME= glib20 > > OPTIONS_DEFINE= BASH DOCS > -OPTIONS_DEFAULT= BASH > +OPTIONS_DEFAULT=BASH > OPTIONS_SUB= yes > > BASH_MESON_ON= -Dbashcompletiondir=${PREFIX}/etc/bash_completion.d > diff --git a/comms/tio/distinfo b/comms/tio/distinfo > index f1f4ff169c8a..03a86c5a0c03 100644 > --- a/comms/tio/distinfo > +++ b/comms/tio/distinfo > @@ -1,3 +1,5 @@ > -TIMESTAMP = 1662922637 > -SHA256 (tio-2.0.tar.xz) = > e5826109773a89b267c3484df71234bc6c45715f735e3fdbee5984768faf5836 > -SIZE (tio-2.0.tar.xz) = 3415300 > +TIMESTAMP = 1715970155 > +SHA256 (tio-3.3.tar.xz) = > 506635b2e922306be3ded980d0b6fd8bb74647b1561b01015b769041f7ddca8d > +SIZE (tio-3.3.tar.xz) = 3453004 > +SHA256 (ccc01433b700b4da4ffa36525aabd6e41204be18.patch) = > 8a38b6ba9e5a620a72ca12147e3fd15425099bd191caf99653f9a7336a629da3 > +SIZE (ccc01433b700b4da4ffa36525aabd6e41204be18.patch) = 892 >