diff --git a/textproc/icdiff/Makefile b/textproc/icdiff/Makefile index 963a153147fa..41eeab716f93 100644 --- a/textproc/icdiff/Makefile +++ b/textproc/icdiff/Makefile @@ -1,21 +1,22 @@ PORTNAME= icdiff -PORTVERSION= 2.0.6 +PORTVERSION= 2.0.7 DISTVERSIONPREFIX= release- CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved colored diff -WWW= https://www.jefftk.com/icdiff +WWW= https://www.jefftk.com/icdiff \ + https://github.com/jeffkaufman/icdiff LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist distutils noflavors USE_GITHUB= yes GH_ACCOUNT= jeffkaufman NO_ARCH= yes .include diff --git a/textproc/icdiff/distinfo b/textproc/icdiff/distinfo index 37b1c3ca9159..52675b5d24b7 100644 --- a/textproc/icdiff/distinfo +++ b/textproc/icdiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674589556 -SHA256 (jeffkaufman-icdiff-release-2.0.6_GH0.tar.gz) = 8f79b82032696d2eea2a3acf722cd34cf45215d4b09b52139880626a2b0d360e -SIZE (jeffkaufman-icdiff-release-2.0.6_GH0.tar.gz) = 39715 +TIMESTAMP = 1692812381 +SHA256 (jeffkaufman-icdiff-release-2.0.7_GH0.tar.gz) = 147ebdd0c2b8019d0702bbbb1349d77442a4f05530cba39276b58b005ca08c77 +SIZE (jeffkaufman-icdiff-release-2.0.7_GH0.tar.gz) = 40150 diff --git a/textproc/icdiff/pkg-descr b/textproc/icdiff/pkg-descr index c3840b4698a9..60a3831c7b9c 100644 --- a/textproc/icdiff/pkg-descr +++ b/textproc/icdiff/pkg-descr @@ -1,10 +1,8 @@ Your terminal can display color, but most diff tools don't make good use of it. By highlighting changes, icdiff can show you the differences between similar files without getting in the way. This is especially helpful for identifying and understanding small changes within existing lines. Instead of trying to be a diff replacement for all circumstances, the goal of icdiff is to be a tool you can reach for to get a better picture of what changed when it's not immediately obvious from diff. - -See also: https://github.com/jeffkaufman/icdiff