Index: head/devel/go-runewidth/Makefile =================================================================== --- head/devel/go-runewidth/Makefile (revision 427306) +++ head/devel/go-runewidth/Makefile (revision 427307) @@ -1,20 +1,21 @@ # Created by: Akinori MUSHA aka knu # $FreeBSD$ PORTNAME= go-runewidth PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= knu@FreeBSD.org COMMENT= Go library to get the fixed width of a character or string LICENSE= MIT USES= go USE_GITHUB= yes GH_ACCOUNT= mattn GH_TAGNAME= d6bea18f GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} .include Index: head/devel/go-runewidth/pkg-plist =================================================================== --- head/devel/go-runewidth/pkg-plist (revision 427306) +++ head/devel/go-runewidth/pkg-plist (revision 427307) @@ -1,6 +1,7 @@ %%GO_LIBDIR%%/github.com/mattn/go-runewidth.a %%GO_SRCDIR%%/%%GO_PKGNAME%%/README.mkd %%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth.go +%%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_js.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_posix.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_test.go %%GO_SRCDIR%%/%%GO_PKGNAME%%/runewidth_windows.go