diff --git a/textproc/icdiff/Makefile b/textproc/icdiff/Makefile index 559afddc5646..693912406130 100644 --- a/textproc/icdiff/Makefile +++ b/textproc/icdiff/Makefile @@ -1,22 +1,22 @@ # Created by: Ben Woods PORTNAME= icdiff -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.3 DISTVERSIONPREFIX= release- CATEGORIES= textproc MAINTAINER= sunpoet@FreeBSD.org COMMENT= Improved colored diff LICENSE= PSFL LICENSE_FILE= ${WRKSRC}/LICENSE USES= python:3.6+ 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 493791a88167..3e6ed82e156f 100644 --- a/textproc/icdiff/distinfo +++ b/textproc/icdiff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614724696 -SHA256 (jeffkaufman-icdiff-release-2.0.0_GH0.tar.gz) = bce07ff4995aafe9de274ca0a322e56275dc264948b125457d2cc73dd7e9eee2 -SIZE (jeffkaufman-icdiff-release-2.0.0_GH0.tar.gz) = 32145 +TIMESTAMP = 1628103054 +SHA256 (jeffkaufman-icdiff-release-2.0.3_GH0.tar.gz) = 23e9502895999a929e1d3559403205846742f7cf8a22c5d7f3c4db910ba12321 +SIZE (jeffkaufman-icdiff-release-2.0.3_GH0.tar.gz) = 32357 diff --git a/textproc/icdiff/pkg-descr b/textproc/icdiff/pkg-descr index fcd207b15a9e..65a5f0d4b1ca 100644 --- a/textproc/icdiff/pkg-descr +++ b/textproc/icdiff/pkg-descr @@ -1,10 +1,11 @@ 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. WWW: https://www.jefftk.com/icdiff +WWW: https://github.com/jeffkaufman/icdiff