Re: git: cfc667547715 - main - net/td-system-tools: Update to new release 1.6.0

From: Nuno Teixeira <eduardo_at_freebsd.org>
Date: Mon, 01 Apr 2024 22:13:40 UTC
-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)