Date: Mon, 1 Apr 2024 23:13:40 +0100 From: Nuno Teixeira <eduardo@freebsd.org> To: =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org> Cc: ports-committers@freebsd.org, dev-commits-ports-all@freebsd.org, dev-commits-ports-main@freebsd.org Subject: Re: git: cfc667547715 - main - net/td-system-tools: Update to new release 1.6.0 Message-ID: <CAFDf7U%2BOeTfBOXqmOe20joiG8fOr0pxv4n1jyZ0BjLmm8CM0tw@mail.gmail.com> In-Reply-To: <202404011642.431GgCDV071450@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --] -DISTVERSION= 1.5.6 +PORTVERSION= 1.6.0 More a more I see committers changing from DISTVERSION to PORTVERSION. Did I missed something about it? Cheers, Fernando Apesteguía <fernape@freebsd.org> escreveu (segunda, 1/04/2024 à(s) 17:42): > The branch main has been updated by fernape: > > URL: > https://cgit.FreeBSD.org/ports/commit/?id=cfc6675477159fe9fbeecb3a792edb49d376bb9d > > commit cfc6675477159fe9fbeecb3a792edb49d376bb9d > Author: Thomas Dreibholz <thomas.dreibholz@gmail.com> > AuthorDate: 2024-04-01 05:59:29 +0000 > Commit: Fernando Apesteguía <fernape@FreeBSD.org> > CommitDate: 2024-04-01 16:42:00 +0000 > > net/td-system-tools: Update to new release 1.6.0 > > ChangeLog: https://www.nntb.no/~dreibh/system-tools/ > > PR: 278078 > Reported by: thomas.dreibholz@gmail.com > --- > net/td-system-tools/Makefile | 6 +++--- > net/td-system-tools/distinfo | 6 +++--- > net/td-system-tools/pkg-plist | 17 +++++++++++++---- > 3 files changed, 19 insertions(+), 10 deletions(-) > > diff --git a/net/td-system-tools/Makefile b/net/td-system-tools/Makefile > index fb01bf2ac01e..60b4ad668fc0 100644 > --- a/net/td-system-tools/Makefile > +++ b/net/td-system-tools/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= td-system-tools > -DISTVERSION= 1.5.6 > +PORTVERSION= 1.6.0 > CATEGORIES= net > MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/ > > @@ -10,9 +10,9 @@ WWW= https://www.nntb.no/~dreibh/system-tools/ > LICENSE= GPLv3+ > LICENSE_FILE= ${WRKSRC}/COPYING > > -RUN_DEPENDS= bash:shells/bash > +RUN_DEPENDS= bash:shells/bash buffer:misc/buffer figlet:misc/figlet > > -USES= cmake tar:xz > +USES= cmake gettext tar:xz > CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man > > .include <bsd.port.mk> > diff --git a/net/td-system-tools/distinfo b/net/td-system-tools/distinfo > index c16123701b9f..b497f3af4092 100644 > --- a/net/td-system-tools/distinfo > +++ b/net/td-system-tools/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1707818231 > -SHA256 (td-system-tools-1.5.6.tar.xz) = > cd9d973ad8db4067e1e459f09734cac89c4fdc2fc193c0e4f42d495c9509a1e6 > -SIZE (td-system-tools-1.5.6.tar.xz) = 117840 > +TIMESTAMP = 1711879342 > +SHA256 (td-system-tools-1.6.0.tar.xz) = > 5b5fafb3d98bbaa27e52e6e59e35c750c58c88e4243605a66d63e32c0200e2c9 > +SIZE (td-system-tools-1.6.0.tar.xz) = 129880 > diff --git a/net/td-system-tools/pkg-plist b/net/td-system-tools/pkg-plist > index e228cac4e578..ee2250b7186c 100644 > --- a/net/td-system-tools/pkg-plist > +++ b/net/td-system-tools/pkg-plist > @@ -1,12 +1,21 @@ > +bin/configure-grub > bin/System-Info > bin/System-Maintenance > -bin/configure-grub > -share/man/man1/System-Info.1.gz > -share/man/man1/System-Maintenance.1.gz > -share/man/man1/configure-grub.1.gz > etc/profile.d/system-info.csh > etc/profile.d/system-info.sh > etc/system-info.d/01-example > +etc/system-info.d/banner-helper > etc/system-maintenance.d/XX-example > share/configure-grub/grub-defaults-nornet > share/configure-grub/grub-defaults-standard > +share/locale/de/LC_MESSAGES/System-Info.mo > +share/locale/de/LC_MESSAGES/System-Maintenance.mo > +share/locale/nb/LC_MESSAGES/System-Info.mo > +share/locale/nb/LC_MESSAGES/System-Maintenance.mo > +share/man/man1/configure-grub.1.gz > +share/man/man1/System-Info.1.gz > +share/man/man1/System-Maintenance.1.gz > +share/System-Info/01-example > +share/System-Info/09-hostname-example > +share/System-Info/10-company-logo-example > +share/System-Info/banner-helper > -- Nuno Teixeira FreeBSD Committer (ports) [-- Attachment #2 --] <div dir="ltr"><div><div><div>-DISTVERSION= 1.5.6<br> +PORTVERSION= 1.6.0<br><br></div>More a more I see committers changing from DISTVERSION to PORTVERSION.<br></div>Did I missed something about it?<br><br></div>Cheers,<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Fernando Apesteguía <<a href="mailto:fernape@freebsd.org">fernape@freebsd.org</a>> escreveu (segunda, 1/04/2024 à(s) 17:42):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">The branch main has been updated by fernape:<br> <br> URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=cfc6675477159fe9fbeecb3a792edb49d376bb9d" rel="noreferrer" target="_blank">https://cgit.FreeBSD.org/ports/commit/?id=cfc6675477159fe9fbeecb3a792edb49d376bb9d</a><br> <br> commit cfc6675477159fe9fbeecb3a792edb49d376bb9d<br> Author: Thomas Dreibholz <<a href="mailto:thomas.dreibholz@gmail.com" target="_blank">thomas.dreibholz@gmail.com</a>><br> AuthorDate: 2024-04-01 05:59:29 +0000<br> Commit: Fernando Apesteguía <fernape@FreeBSD.org><br> CommitDate: 2024-04-01 16:42:00 +0000<br> <br> net/td-system-tools: Update to new release 1.6.0<br> <br> ChangeLog: <a href="https://www.nntb.no/~dreibh/system-tools/" rel="noreferrer" target="_blank">https://www.nntb.no/~dreibh/system-tools/</a><br> <br> PR: 278078<br> Reported by: <a href="mailto:thomas.dreibholz@gmail.com" target="_blank">thomas.dreibholz@gmail.com</a><br> ---<br> net/td-system-tools/Makefile | 6 +++---<br> net/td-system-tools/distinfo | 6 +++---<br> net/td-system-tools/pkg-plist | 17 +++++++++++++----<br> 3 files changed, 19 insertions(+), 10 deletions(-)<br> <br> diff --git a/net/td-system-tools/Makefile b/net/td-system-tools/Makefile<br> index fb01bf2ac01e..60b4ad668fc0 100644<br> --- a/net/td-system-tools/Makefile<br> +++ b/net/td-system-tools/Makefile<br> @@ -1,5 +1,5 @@<br> PORTNAME= td-system-tools<br> -DISTVERSION= 1.5.6<br> +PORTVERSION= 1.6.0<br> CATEGORIES= net<br> MASTER_SITES= <a href="https://www.nntb.no/~dreibh/system-tools/download/" rel="noreferrer" target="_blank">https://www.nntb.no/~dreibh/system-tools/download/</a><br> <br> @@ -10,9 +10,9 @@ WWW= <a href="https://www.nntb.no/~dreibh/system-tools/" rel="noreferrer" target="_blank">https://www.nntb.no/~dreibh/system-tools/</a><br> LICENSE= GPLv3+<br> LICENSE_FILE= ${WRKSRC}/COPYING<br> <br> -RUN_DEPENDS= bash:shells/bash<br> +RUN_DEPENDS= bash:shells/bash buffer:misc/buffer figlet:misc/figlet<br> <br> -USES= cmake tar:xz<br> +USES= cmake gettext tar:xz<br> CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man<br> <br> .include <<a href="http://bsd.port.mk" rel="noreferrer" target="_blank">bsd.port.mk</a>><br> diff --git a/net/td-system-tools/distinfo b/net/td-system-tools/distinfo<br> index c16123701b9f..b497f3af4092 100644<br> --- a/net/td-system-tools/distinfo<br> +++ b/net/td-system-tools/distinfo<br> @@ -1,3 +1,3 @@<br> -TIMESTAMP = 1707818231<br> -SHA256 (td-system-tools-1.5.6.tar.xz) = cd9d973ad8db4067e1e459f09734cac89c4fdc2fc193c0e4f42d495c9509a1e6<br> -SIZE (td-system-tools-1.5.6.tar.xz) = 117840<br> +TIMESTAMP = 1711879342<br> +SHA256 (td-system-tools-1.6.0.tar.xz) = 5b5fafb3d98bbaa27e52e6e59e35c750c58c88e4243605a66d63e32c0200e2c9<br> +SIZE (td-system-tools-1.6.0.tar.xz) = 129880<br> diff --git a/net/td-system-tools/pkg-plist b/net/td-system-tools/pkg-plist<br> index e228cac4e578..ee2250b7186c 100644<br> --- a/net/td-system-tools/pkg-plist<br> +++ b/net/td-system-tools/pkg-plist<br> @@ -1,12 +1,21 @@<br> +bin/configure-grub<br> bin/System-Info<br> bin/System-Maintenance<br> -bin/configure-grub<br> -share/man/man1/System-Info.1.gz<br> -share/man/man1/System-Maintenance.1.gz<br> -share/man/man1/configure-grub.1.gz<br> etc/profile.d/system-info.csh<br> etc/profile.d/system-info.sh<br> etc/system-info.d/01-example<br> +etc/system-info.d/banner-helper<br> etc/system-maintenance.d/XX-example<br> share/configure-grub/grub-defaults-nornet<br> share/configure-grub/grub-defaults-standard<br> +share/locale/de/LC_MESSAGES/System-Info.mo<br> +share/locale/de/LC_MESSAGES/System-Maintenance.mo<br> +share/locale/nb/LC_MESSAGES/System-Info.mo<br> +share/locale/nb/LC_MESSAGES/System-Maintenance.mo<br> +share/man/man1/configure-grub.1.gz<br> +share/man/man1/System-Info.1.gz<br> +share/man/man1/System-Maintenance.1.gz<br> +share/System-Info/01-example<br> +share/System-Info/09-hostname-example<br> +share/System-Info/10-company-logo-example<br> +share/System-Info/banner-helper<br> </blockquote></div><br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><span style="color:rgb(102,102,102)">Nuno Teixeira<br>FreeBSD Committer (ports)</span></div></div>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7U%2BOeTfBOXqmOe20joiG8fOr0pxv4n1jyZ0BjLmm8CM0tw>
