From owner-dev-commits-ports-main@freebsd.org Wed May 26 12:58:15 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9AA2763BF44; Wed, 26 May 2021 12:58:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FqrbW18pQz4t1q; Wed, 26 May 2021 12:58:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E4A87111E9; Wed, 26 May 2021 12:58:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14QCwECc032825; Wed, 26 May 2021 12:58:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14QCwE31032824; Wed, 26 May 2021 12:58:14 GMT (envelope-from git) Date: Wed, 26 May 2021 12:58:14 GMT Message-Id: <202105261258.14QCwE31032824@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ebdd1438151a - main - textproc/icdiff: Add LICENSE_FILE MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ebdd1438151a40087207e632a9df6ba135d327b1 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 May 2021 12:58:15 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebdd1438151a40087207e632a9df6ba135d327b1 commit ebdd1438151a40087207e632a9df6ba135d327b1 Author: Po-Chuan Hsieh AuthorDate: 2021-05-26 12:54:28 +0000 Commit: Po-Chuan Hsieh 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