git: ebdd1438151a - main - textproc/icdiff: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed May 26 12:58:15 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ebdd1438151a40087207e632a9df6ba135d327b1

commit ebdd1438151a40087207e632a9df6ba135d327b1
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-26 12:54:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-26 12:54:28 +0000

    textproc/icdiff: Add LICENSE_FILE
    
    - Remove flavors: not needed for an application
    - Take maintainership
---
 textproc/icdiff/Makefile  | 6 ++++--
 textproc/icdiff/pkg-descr | 8 ++++----
 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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the dev-commits-ports-all mailing list