Date: Mon, 28 Nov 2016 13:43:11 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427307 - head/devel/go-runewidth Message-ID: <201611281343.uASDhBdf090991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Nov 28 13:43:11 2016 New Revision: 427307 URL: https://svnweb.freebsd.org/changeset/ports/427307 Log: - Add missing file to plist Approved by: portmgr blanket Modified: head/devel/go-runewidth/Makefile head/devel/go-runewidth/pkg-plist Modified: head/devel/go-runewidth/Makefile ============================================================================== --- head/devel/go-runewidth/Makefile Mon Nov 28 13:42:52 2016 (r427306) +++ head/devel/go-runewidth/Makefile Mon Nov 28 13:43:11 2016 (r427307) @@ -3,6 +3,7 @@ PORTNAME= go-runewidth PORTVERSION= 0.0.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= knu@FreeBSD.org Modified: head/devel/go-runewidth/pkg-plist ============================================================================== --- head/devel/go-runewidth/pkg-plist Mon Nov 28 13:42:52 2016 (r427306) +++ head/devel/go-runewidth/pkg-plist Mon Nov 28 13:43:11 2016 (r427307) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611281343.uASDhBdf090991>