ports/185724: [UPDATE] net/go.net
Carlo Strub
cs at FreeBSD.org
Sun Jan 12 21:10:00 UTC 2014
>Number: 185724
>Category: ports
>Synopsis: [UPDATE] net/go.net
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Jan 12 21:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator: Carlo Strub
>Release:
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN /usr/ports/net/go.net/Makefile go.net/Makefile
--- /usr/ports/net/go.net/Makefile 2014-01-11 18:46:33.000000000 +0100
+++ go.net/Makefile 2014-01-12 21:59:15.000000000 +0100
@@ -1,17 +1,25 @@
# Created by: Julien Laffaye <jlaffaye at FreeBSD.org>
-# $FreeBSD: net/go.net/Makefile 339441 2014-01-11 17:46:33Z jlaffaye $
+# $FreeBSD: net/go.net/Makefile 327755 2013-09-20 22:10:23Z bapt $
PORTNAME= go.net
-PORTVERSION= 20120502
-PORTREVISION= 1
+PORTVERSION= 20131220
CATEGORIES= net devel
-MASTER_SITES= http://jlaffaye.net/ LOCAL/jlaffaye
+MASTER_SITES= http://www.c-s.li/ports/
MAINTAINER= jlaffaye at FreeBSD.org
COMMENT= Additional Net packages for Go
+LICENSE= BSD3CLAUSE
+
GO_PKGNAME= code.google.com/p/go.net
GO_TARGET= ${GO_PKGNAME}/dict \
+ ${GO_PKGNAME}/html \
+ ${GO_PKGNAME}/idna \
+ ${GO_PKGNAME}/ipv4 \
+ ${GO_PKGNAME}/ipv6 \
+ ${GO_PKGNAME}/netutil \
+ ${GO_PKGNAME}/proxy \
+ ${GO_PKGNAME}/publicsuffix \
${GO_PKGNAME}/spdy \
${GO_PKGNAME}/websocket
diff -ruN /usr/ports/net/go.net/distinfo go.net/distinfo
--- /usr/ports/net/go.net/distinfo 2012-07-14 16:29:18.000000000 +0200
+++ go.net/distinfo 2013-12-23 22:54:47.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (go.net-20120502.tar.gz) = c786e087706ed09ce950d3824bc11c1a971f37b4ffddb807771c230797b39ff0
-SIZE (go.net-20120502.tar.gz) = 26302
+SHA256 (go.net-20131220.tar.gz) = ee98b76de38e633c79a5499f2eae502863fd931230933a2acd5842ab4054a042
+SIZE (go.net-20131220.tar.gz) = 359051
diff -ruN /usr/ports/net/go.net/pkg-descr go.net/pkg-descr
--- /usr/ports/net/go.net/pkg-descr 2012-07-14 16:29:18.000000000 +0200
+++ go.net/pkg-descr 2014-01-12 21:37:04.000000000 +0100
@@ -1,4 +1,4 @@
go.net contains additional Go packages for net applications such as dict (the
Dictionary Server Protocol), spdy and websocket.
-WWW: http://code.google.com/p/go/source/browse?repo=net
+WWW: http://code.google.com/p/go/source/browse?repo=net
diff -ruN /usr/ports/net/go.net/pkg-plist go.net/pkg-plist
--- /usr/ports/net/go.net/pkg-plist 2014-01-11 18:46:33.000000000 +0100
+++ go.net/pkg-plist 2014-01-12 21:57:16.000000000 +0100
@@ -1,27 +1,245 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%/dict.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/html.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/idna.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv4.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv6.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/netutil.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/proxy.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/publicsuffix.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/spdy.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/websocket.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/dict/dict.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/atom.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/atom_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/table.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom/table_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/charset.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/charset_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/table.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-charset.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-vs-UTF-8-BOM.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-vs-meta-charset.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/HTTP-vs-meta-content.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/No-encoding-declaration.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/README
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/UTF-16BE-BOM.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/UTF-16LE-BOM.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/UTF-8-BOM-vs-meta-charset.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/UTF-8-BOM-vs-meta-content.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/meta-charset-attribute.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata/meta-content-attribute.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/const.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/doctype.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/entity.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/entity_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/escape.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/escape_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/example_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/foreign.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/node.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/node_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/parse.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/parse_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/render.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/render_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/go1.html
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/README
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/adoption01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/adoption02.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/comments01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/doctype01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/entities01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/entities02.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/html5test-com.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/inbody01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/isindex.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/pending-spec-changes.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/plain-text-unsafe.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/scriptdata01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/scripted/adoption01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/scripted/webkit01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tables01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests1.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests10.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests11.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests12.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests14.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests15.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests16.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests17.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests18.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests19.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests2.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests20.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests21.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests22.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests23.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests24.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests25.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests26.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests3.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests4.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests5.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests6.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests7.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests8.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests9.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tests_innerHTML_1.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/tricky01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/webkit01.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/webkit02.dat
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/token.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/html/token_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/idna_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/idna/punycode_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_bsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/control_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/dgramopt_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/dgramopt_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/endpoint.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/example_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/genericopt_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/genericopt_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/gentest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/header.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/header_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/helper_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/iana.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/iana_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/icmp.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/mockicmp_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/mocktransponder_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicast_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicastlistener_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/multicastsockopt_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/packet.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/payload.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_bsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_freebsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/sockopt_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/unicast_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/unicastsockopt_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc2292_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_rfc3542_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/control_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/dgramopt_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/dgramopt_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/endpoint.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/genericopt_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/genericopt_posix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/gentest.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/helper_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/iana.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/iana_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_bsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/icmp_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/mockicmp_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/mocktransponder_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicast_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicastlistener_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/multicastsockopt_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload_cmsg.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/payload_noncmsg.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc2292_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_bsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3493_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_plan9.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_rfc3542_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sockopt_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_bsd.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_darwin.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_linux.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/sys_windows.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_linux_386.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_linux_386.s
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_nosplit4_linux_386.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_nosplit7_linux_386.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/syscall_unix.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/unicast_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6/unicastsockopt_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/netutil/listen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/netutil/listen_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/direct.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/per_host.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/per_host_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/proxy.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/proxy_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy/socks5.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/gen.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/list.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/list_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/table.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix/table_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/dictionary.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/read.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/spdy_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/types.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy/write.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/client.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/hixie.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/hixie_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/exampledial_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/examplehandler_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/hybi.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/hybi_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/server.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/websocket.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket/websocket_test.go
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%/dict
- at dirrmtry %%GO_SRCDIR%%/%%GO_PKGNAME%%
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/websocket
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/spdy
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/publicsuffix
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/proxy
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/netutil
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv6
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/idna
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit/scripted
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata/webkit
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/testdata
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset/testdata
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/charset
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html/atom
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/html
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%/dict
+ at dirrm %%GO_SRCDIR%%/%%GO_PKGNAME%%
@dirrmtry %%GO_SRCDIR%%/code.google.com/p
@dirrmtry %%GO_SRCDIR%%/code.google.com
@dirrmtry %%GO_SRCDIR%%
- at dirrmtry %%GO_LIBDIR%%/%%GO_PKGNAME%%
+ at dirrm %%GO_LIBDIR%%/%%GO_PKGNAME%%
@dirrmtry %%GO_LIBDIR%%/code.google.com/p
@dirrmtry %%GO_LIBDIR%%/code.google.com
@dirrmtry %%GO_LIBDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list