Date: Tue, 29 Mar 2016 12:41:48 +0000 (UTC) From: Akinori MUSHA <knu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412105 - head/devel/go-runewidth Message-ID: <201603291241.u2TCfmkh002264@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: knu Date: Tue Mar 29 12:41:47 2016 New Revision: 412105 URL: https://svnweb.freebsd.org/changeset/ports/412105 Log: Update to 0.0.1. Modified: head/devel/go-runewidth/Makefile head/devel/go-runewidth/distinfo Modified: head/devel/go-runewidth/Makefile ============================================================================== --- head/devel/go-runewidth/Makefile Tue Mar 29 12:37:34 2016 (r412104) +++ head/devel/go-runewidth/Makefile Tue Mar 29 12:41:47 2016 (r412105) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= runewidth -PORTVERSION= 0.0.0.20140715 +PORTVERSION= 0.0.1 CATEGORIES= devel PKGNAMEPREFIX= go- @@ -14,7 +14,7 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= mattn GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME} -GH_TAGNAME= 36f63b8 +GH_TAGNAME= d6bea18f GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} Modified: head/devel/go-runewidth/distinfo ============================================================================== --- head/devel/go-runewidth/distinfo Tue Mar 29 12:37:34 2016 (r412104) +++ head/devel/go-runewidth/distinfo Tue Mar 29 12:41:47 2016 (r412105) @@ -1,2 +1,2 @@ -SHA256 (mattn-go-runewidth-0.0.0.20140715-36f63b8_GH0.tar.gz) = be9ef72313e80057234255333c85b66d8e8328d177c9533ae741817c50da32e0 -SIZE (mattn-go-runewidth-0.0.0.20140715-36f63b8_GH0.tar.gz) = 4522 +SHA256 (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 7ad847cd4cba8007609f8e0d42f90ff6220ae63c85a0e441eb10558859226fef +SIZE (mattn-go-runewidth-0.0.1-d6bea18f_GH0.tar.gz) = 5877
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603291241.u2TCfmkh002264>