Date: Sun, 17 Dec 2023 00:38:11 GMT From: Larry Rosenman <ler@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d85c123861ba - main - sysutils/lsof: update to 4.99.3: fix 00DIST Message-ID: <202312170038.3BH0cBqe099741@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=d85c123861ba4f47b03385d08257a2809d8ddbbf commit d85c123861ba4f47b03385d08257a2809d8ddbbf Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2023-12-17 00:36:27 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2023-12-17 00:38:00 +0000 sysutils/lsof: update to 4.99.3: fix 00DIST I forgot that 00DIST is TABS not SPACES. OOPS. Pointy Hat to: ler --- sysutils/lsof/Makefile | 2 +- sysutils/lsof/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index b25e26c6f449..ef9e0374510f 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # to commit it. I (ler) don't have access to all the ARCH's PORTNAME= lsof -DISTVERSION= 4.99.2 +DISTVERSION= 4.99.3 PORTEPOCH= 8 CATEGORIES= sysutils diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 23030a832c38..ce08800328f8 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1702750514 -SHA256 (lsof-org-lsof-4.99.2_GH0.tar.gz) = 8f11213ac120b2b96b48c1ff57c56c88942901d6620484802502729993323908 -SIZE (lsof-org-lsof-4.99.2_GH0.tar.gz) = 1134346 +TIMESTAMP = 1702773381 +SHA256 (lsof-org-lsof-4.99.3_GH0.tar.gz) = b9c56468b927d9691ab168c0b1e9f8f1f835694a35ff898c549d383bd8d09bd4 +SIZE (lsof-org-lsof-4.99.3_GH0.tar.gz) = 1134357
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312170038.3BH0cBqe099741>