svn commit: r442444 - head/textproc/go.text

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 2 18:15:16 UTC 2017


Author: sunpoet
Date: Fri Jun  2 18:15:10 2017
New Revision: 442444
URL: https://svnweb.freebsd.org/changeset/ports/442444

Log:
  Fix GH_TAGNAME
  
  Approved by:	portmgr (blanket)

Modified:
  head/textproc/go.text/Makefile
  head/textproc/go.text/distinfo

Modified: head/textproc/go.text/Makefile
==============================================================================
--- head/textproc/go.text/Makefile	Fri Jun  2 18:15:04 2017	(r442443)
+++ head/textproc/go.text/Makefile	Fri Jun  2 18:15:10 2017	(r442444)
@@ -13,7 +13,7 @@ LICENSE=	BSD3CLAUSE
 USE_GITHUB=	yes
 GH_ACCOUNT=	golang
 GH_PROJECT=	text
-GH_TAGNAME=	ce78b075c2fbd48520f4995b173eb9fe18b56ef3
+GH_TAGNAME=	ce78b07
 USES=		go
 GO_PKGNAME=	golang.org/x/text
 GO_TARGET=	${GO_PKGNAME}/cases				\

Modified: head/textproc/go.text/distinfo
==============================================================================
--- head/textproc/go.text/distinfo	Fri Jun  2 18:15:04 2017	(r442443)
+++ head/textproc/go.text/distinfo	Fri Jun  2 18:15:10 2017	(r442444)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1468175199
-SHA256 (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 88e9fb27c48773cfd34ca1da0fd9b012461e6f11b1f6379f0ece74ac13c306b2
-SIZE (golang-text-20160702-ce78b075c2fbd48520f4995b173eb9fe18b56ef3_GH0.tar.gz) = 4078217
+TIMESTAMP = 1496424507
+SHA256 (golang-text-20160702-ce78b07_GH0.tar.gz) = b20d8435d4f9df3dd127b3f0b37fb0fd67fb51065ea77eaec9177c2a8a7b9df2
+SIZE (golang-text-20160702-ce78b07_GH0.tar.gz) = 4082187


More information about the svn-ports-all mailing list