Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 May 2021 12:58:14 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ebdd1438151a - main - textproc/icdiff: Add LICENSE_FILE
Message-ID:  <202105261258.14QCwE31032824@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit ebdd1438151a40087207e632a9df6ba135d327b1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-26 12:54:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105261258.14QCwE31032824>