aboutsummaryrefslogtreecommitdiff
path: root/textproc/diff-so-fancy
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2022-04-11 07:49:43 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2022-04-11 07:49:43 +0000
commit047e25615b2b3e1a29dbabe093d61f02287ff81e (patch)
treeabc9ea5dffc72cac0ceb03911fbf7848881c7851 /textproc/diff-so-fancy
parent9047a619ab6d681e95c3bf913cbe2019015b79e8 (diff)
downloadports-047e25615b2b3e1a29dbabe093d61f02287ff81e.tar.gz
ports-047e25615b2b3e1a29dbabe093d61f02287ff81e.zip
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.
Diffstat (limited to 'textproc/diff-so-fancy')
-rw-r--r--textproc/diff-so-fancy/Makefile4
-rw-r--r--textproc/diff-so-fancy/distinfo6
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