pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pick: Adjust CATEGORIES and COMMENT



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed May 9 16:45:35 2018 +0200
Changeset:	5c8e5eac3df292777e606202301cd259995c2582

Modified Files:
	pick/Makefile
Removed Files:
	pick/TODO

Log Message:
pick: Adjust CATEGORIES and COMMENT

 - Move from sysutils to misc
 - Delete the `A ' in the COMMENT (as pointed out by `pkglint -Wall')

Discussed with Jenz Guenther, thanks! It will be imported in the
next minutes to pkgsrc/misc/pick (delete TODO, all entries were addressed).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c8e5eac3df292777e606202301cd259995c2582

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pick/Makefile | 4 ++--
 pick/TODO     | 9 ---------
 2 files changed, 2 insertions(+), 11 deletions(-)

diffs:
diff --git a/pick/Makefile b/pick/Makefile
index b272e5ca00..300a15cf3a 100644
--- a/pick/Makefile
+++ b/pick/Makefile
@@ -1,13 +1,13 @@
 # $NetBSD$
 
 DISTNAME=	pick-2.0.2
-CATEGORIES=	sysutils
+CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_GITHUB:=mptre/}
 GITHUB_RELEASE=	v${PKGVERSION_NOREV}
 
 MAINTAINER=	dbotw%gmx.net@localhost
 HOMEPAGE=	https://github.com/mptre/pick/
-COMMENT=	A fuzzy search tool for the command-line
+COMMENT=	Fuzzy search tool for the command-line
 LICENSE=	mit
 
 GNU_CONFIGURE=	yes
diff --git a/pick/TODO b/pick/TODO
deleted file mode 100644
index 466d528b72..0000000000
--- a/pick/TODO
+++ /dev/null
@@ -1,9 +0,0 @@
-Little, just cosmetic possible changes:
-
- - Should we change the CATEGORIES to misc? Possible similar packages
-   AFAIK are: misc/fzy, sysutils/fzf so it is a bit difficult to decide
-   that! :)
- - `pkglint -Wall' warns about the COMMENT beginning with `A ', we
-   can probably delete it as suggested.
-
-Package ready for review/import.


Home | Main Index | Thread Index | Old Index