Date: Mon, 11 Apr 2022 07:53:23 GMT From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 047e25615b2b - main - textproc/diff-so-fancy: Update to 1.4.3. Message-ID: <202204110753.23B7rNJR057317@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rakuco: URL: https://cgit.FreeBSD.org/ports/commit/?id=047e25615b2b3e1a29dbabe093d61f02287ff81e commit 047e25615b2b3e1a29dbabe093d61f02287ff81e Author: Raphael Kubo da Costa <rakuco@FreeBSD.org> AuthorDate: 2022-04-11 07:49:43 +0000 Commit: Raphael Kubo da Costa <rakuco@FreeBSD.org> CommitDate: 2022-04-11 07:49:43 +0000 textproc/diff-so-fancy: Update to 1.4.3. While here, add a runtime dependency on devel/git, as diff-so-fancy invokes it multiple times when called, even if just being piped `diff -u`'s output. --- textproc/diff-so-fancy/Makefile | 4 +++- textproc/diff-so-fancy/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/textproc/diff-so-fancy/Makefile b/textproc/diff-so-fancy/Makefile index 4351bb0c97ca..1ffaf2d22b59 100644 --- a/textproc/diff-so-fancy/Makefile +++ b/textproc/diff-so-fancy/Makefile @@ -1,5 +1,5 @@ PORTNAME= diff-so-fancy -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.3 DISTVERSIONPREFIX= v CATEGORIES= textproc @@ -9,6 +9,8 @@ COMMENT= Fancier diff output formatter LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +RUN_DEPENDS= git:devel/git + USES= perl5 shebangfix USE_GITHUB= yes USE_PERL5= run diff --git a/textproc/diff-so-fancy/distinfo b/textproc/diff-so-fancy/distinfo index 0cace1b5816c..8b9aa8215732 100644 --- a/textproc/diff-so-fancy/distinfo +++ b/textproc/diff-so-fancy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590956639 -SHA256 (so-fancy-diff-so-fancy-v1.3.0_GH0.tar.gz) = d37242282935aea2bdafee9813601f2c42e439ffac0f87c68318db790d136a0c -SIZE (so-fancy-diff-so-fancy-v1.3.0_GH0.tar.gz) = 45405 +TIMESTAMP = 1649622893 +SHA256 (so-fancy-diff-so-fancy-v1.4.3_GH0.tar.gz) = 2b88a1d1cc3bd63a0120c668125019aa5b65ad5c235c49d81431c5d89a86b137 +SIZE (so-fancy-diff-so-fancy-v1.4.3_GH0.tar.gz) = 51800
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204110753.23B7rNJR057317>