svn commit: r424686 - in head: . devel devel/go-btree devel/go-flags devel/go-runewidth devel/go-termbox

Akinori MUSHA knu at FreeBSD.org
Wed Oct 26 10:30:29 UTC 2016


Author: knu
Date: Wed Oct 26 10:30:27 2016
New Revision: 424686
URL: https://svnweb.freebsd.org/changeset/ports/424686

Log:
  Remove libraries that were added for and only used by textproc/peco

Deleted:
  head/devel/go-btree/
  head/devel/go-flags/
  head/devel/go-runewidth/
  head/devel/go-termbox/
Modified:
  head/MOVED
  head/devel/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Oct 26 10:12:33 2016	(r424685)
+++ head/MOVED	Wed Oct 26 10:30:27 2016	(r424686)
@@ -8772,3 +8772,7 @@ www/php55-session||2016-10-21|Has expire
 www/php55-tidy||2016-10-21|Has expired: EOL upstream since 21 Jul 2016
 www/lighttpd-mod_geoip|www/lighttpd|2016-10-21|Integrated into www/lighttpd
 net/dosdetector||2016-10-23|Has expired: No maintainer activity in over a decade
+devel/go-btree||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
+devel/go-flags||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
+devel/go-runewidth||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot
+devel/go-termbox||2016-10-26|The only consumer of this port (peco) started to bundle a snapshot

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Oct 26 10:12:33 2016	(r424685)
+++ head/devel/Makefile	Wed Oct 26 10:30:27 2016	(r424686)
@@ -742,11 +742,9 @@
     SUBDIR += gnustep-make
     SUBDIR += go-bayesian
     SUBDIR += go-bindata
-    SUBDIR += go-btree
     SUBDIR += go-cobra
     SUBDIR += go-codec
     SUBDIR += go-faker
-    SUBDIR += go-flags
     SUBDIR += go-form
     SUBDIR += go-go.uuid
     SUBDIR += go-goregen
@@ -759,11 +757,9 @@
     SUBDIR += go-pretty
     SUBDIR += go-protobuf
     SUBDIR += go-raw
-    SUBDIR += go-runewidth
     SUBDIR += go-shellwords
     SUBDIR += go-slices
     SUBDIR += go-sql-driver
-    SUBDIR += go-termbox
     SUBDIR += go-tools
     SUBDIR += go-uuid
     SUBDIR += go-yaml


More information about the svn-ports-head mailing list