aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2016-11-24 15:02:46 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2016-11-24 15:02:46 +0000
commit7bb76dc6d5f6e73319e6ff7857531a21f07e6fef (patch)
tree28044cc3ba435f0bf93305a26aec767f07871761 /net
parent172572ce8cd76a6d79196d2434fd01c1235dc06e (diff)
downloadports-7bb76dc6d5f6e73319e6ff7857531a21f07e6fef.tar.gz
ports-7bb76dc6d5f6e73319e6ff7857531a21f07e6fef.zip
Notes
Diffstat (limited to 'net')
-rw-r--r--net/go.net/Makefile2
-rw-r--r--net/go.net/pkg-plist3
2 files changed, 5 insertions, 0 deletions
diff --git a/net/go.net/Makefile b/net/go.net/Makefile
index 32ba392f4515..ef839ebfc9b9 100644
--- a/net/go.net/Makefile
+++ b/net/go.net/Makefile
@@ -3,6 +3,7 @@
PORTNAME= go.net
PORTVERSION= 20160708
+PORTREVISION= 1
CATEGORIES= net devel
MAINTAINER= jlaffaye@FreeBSD.org
@@ -30,6 +31,7 @@ GO_TARGET= ${GO_PKGNAME}/bpf \
${GO_PKGNAME}/http2/hpack \
${GO_PKGNAME}/icmp \
${GO_PKGNAME}/idna \
+ ${GO_PKGNAME}/internal/iana \
${GO_PKGNAME}/ipv4 \
${GO_PKGNAME}/ipv6 \
${GO_PKGNAME}/lex/httplex \
diff --git a/net/go.net/pkg-plist b/net/go.net/pkg-plist
index 7f66ac4a9bc4..8606a3eb0f84 100644
--- a/net/go.net/pkg-plist
+++ b/net/go.net/pkg-plist
@@ -10,6 +10,7 @@ bin/h2i
%%GO_LIBDIR%%/%%GO_PKGNAME%%/http2/hpack.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/icmp.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/idna.a
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/internal/iana.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv4.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/ipv6.a
%%GO_LIBDIR%%/%%GO_PKGNAME%%/lex/httplex.a
@@ -212,6 +213,8 @@ bin/h2i
%%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%%/internal/iana/const.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/internal/iana/gen.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpf_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_linux.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/ipv4/bpfopt_stub.go