pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f0aa097bdc0
branches:  trunk
changeset: 370800:8f0aa097bdc0
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Oct 24 07:01:28 2017 +0000

description:
Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf

diffstat:

 devel/Makefile    |  5 ++++-
 sysutils/Makefile |  3 ++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r 1b9b40bd21c0 -r 8f0aa097bdc0 devel/Makefile
--- a/devel/Makefile    Tue Oct 24 06:57:50 2017 +0000
+++ b/devel/Makefile    Tue Oct 24 07:01:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2558 2017/10/23 15:20:45 adam Exp $
+# $NetBSD: Makefile,v 1.2559 2017/10/24 07:01:28 maya Exp $
 #
 
 COMMENT=       Development utilities
@@ -326,6 +326,7 @@
 SUBDIR+=       go-i18n
 SUBDIR+=       go-immutable-radix
 SUBDIR+=       go-ini
+SUBDIR+=       go-isatty
 SUBDIR+=       go-jwalterweatherman
 SUBDIR+=       go-mapstructure
 SUBDIR+=       go-mow-cli
@@ -338,7 +339,9 @@
 SUBDIR+=       go-purell
 SUBDIR+=       go-ratelimit
 SUBDIR+=       go-review
+SUBDIR+=       go-runewidth
 SUBDIR+=       go-sanitized_anchor_name
+SUBDIR+=       go-shellwords
 SUBDIR+=       go-shuffle
 SUBDIR+=       go-siphash
 SUBDIR+=       go-sys
diff -r 1b9b40bd21c0 -r 8f0aa097bdc0 sysutils/Makefile
--- a/sysutils/Makefile Tue Oct 24 06:57:50 2017 +0000
+++ b/sysutils/Makefile Tue Oct 24 07:01:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.735 2017/10/23 14:23:29 maya Exp $
+# $NetBSD: Makefile,v 1.736 2017/10/24 07:01:28 maya Exp $
 #
 
 COMMENT=       System utilities
@@ -175,6 +175,7 @@
 SUBDIR+=       fscd
 SUBDIR+=       fsviewer
 SUBDIR+=       ftwin
+SUBDIR+=       fzf
 SUBDIR+=       gamin
 SUBDIR+=       gcdmaster
 SUBDIR+=       gcombust



Home | Main Index | Thread Index | Old Index