aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:54:28 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-26 12:54:28 +0000
commitebdd1438151a40087207e632a9df6ba135d327b1 (patch)
tree8653cc051f8deaeb298daba23f9cb7cb7036d4d2
parent2c8cd7e2d557ebd1a0009708aab22ee619c45c88 (diff)
downloadports-ebdd1438151a40087207e632a9df6ba135d327b1.tar.gz
ports-ebdd1438151a40087207e632a9df6ba135d327b1.zip
textproc/icdiff: Add LICENSE_FILE
- Remove flavors: not needed for an application - Take maintainership
-rw-r--r--textproc/icdiff/Makefile6
-rw-r--r--textproc/icdiff/pkg-descr8
2 files changed, 8 insertions, 6 deletions
diff --git a/textproc/icdiff/Makefile b/textproc/icdiff/Makefile
index 0c5c69141887..559afddc5646 100644
--- a/textproc/icdiff/Makefile
+++ b/textproc/icdiff/Makefile
@@ -5,13 +5,15 @@ PORTVERSION= 2.0.0
DISTVERSIONPREFIX= release-
CATEGORIES= textproc
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Improved colored diff
LICENSE= PSFL
+LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.6+
-USE_PYTHON= distutils autoplist concurrent optsuffix
+USE_PYTHON= autoplist distutils noflavors
+
USE_GITHUB= yes
GH_ACCOUNT= jeffkaufman
diff --git a/textproc/icdiff/pkg-descr b/textproc/icdiff/pkg-descr
index 6a113b579339..fcd207b15a9e 100644
--- a/textproc/icdiff/pkg-descr
+++ b/textproc/icdiff/pkg-descr
@@ -1,10 +1,10 @@
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.
+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.
+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