pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   maya
Date:           Tue Oct 24 07:01:28 UTC 2017

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/sysutils: Makefile

Log Message:
Makefile: +go-runewidth, +go-shellwidth, +go-isatty, +fzf


To generate a diff of this commit:
cvs rdiff -u -r1.2558 -r1.2559 pkgsrc/devel/Makefile
cvs rdiff -u -r1.735 -r1.736 pkgsrc/sysutils/Makefile

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.2558 pkgsrc/devel/Makefile:1.2559
--- pkgsrc/devel/Makefile:1.2558        Mon Oct 23 15:20:45 2017
+++ pkgsrc/devel/Makefile       Tue Oct 24 07:01:28 2017
@@ -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-homedir
 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-protobuf
 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

Index: pkgsrc/sysutils/Makefile
diff -u pkgsrc/sysutils/Makefile:1.735 pkgsrc/sysutils/Makefile:1.736
--- pkgsrc/sysutils/Makefile:1.735      Mon Oct 23 14:23:29 2017
+++ pkgsrc/sysutils/Makefile    Tue Oct 24 07:01:28 2017
@@ -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+=    fs-kit
 SUBDIR+=       fscd
 SUBDIR+=       fsviewer
 SUBDIR+=       ftwin
+SUBDIR+=       fzf
 SUBDIR+=       gamin
 SUBDIR+=       gcdmaster
 SUBDIR+=       gcombust



Home | Main Index | Thread Index | Old Index