Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Apr 2016 14:14:07 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r412514 - head/devel/godep
Message-ID:  <201604041414.u34EE7Bx088094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Apr  4 14:14:07 2016
New Revision: 412514
URL: https://svnweb.freebsd.org/changeset/ports/412514

Log:
  devel/godep: update to new snapshot

Modified:
  head/devel/godep/Makefile
  head/devel/godep/distinfo

Modified: head/devel/godep/Makefile
==============================================================================
--- head/devel/godep/Makefile	Mon Apr  4 13:44:36 2016	(r412513)
+++ head/devel/godep/Makefile	Mon Apr  4 14:14:07 2016	(r412514)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	godep
-PORTVERSION=	0.0.0.2015080301
+PORTVERSION=	0.0.0.2016040401
 CATEGORIES=	devel
 
 MAINTAINER=	swills@FreeBSD.org
@@ -11,7 +11,7 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/go:lang/
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	tools
-GH_TAGNAME=	d8799f1
+GH_TAGNAME=	245097c
 
 PLIST_FILES=	bin/godep
 
@@ -19,10 +19,7 @@ STRIP=		# stripping can break go binarie
 
 post-patch:
 	@${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}
-.for src in .gitignore .travis.yml Godeps License Readme.md dep.go diff.go \
-	diff_test.go doc.go get.go go.go main.go match_test.go path.go pkg.go \
-	restore.go rewrite.go rewrite_test.go save.go save_test.go update.go \
-	update_test.go util.go vcs.go
+.for src in *.go .gitignore .travis.yml Changelog.md Godeps License Readme.md
 	@${MV} ${WRKSRC}/${src} \
 		${WRKSRC}/src/github.com/tools/${PORTNAME}
 .endfor

Modified: head/devel/godep/distinfo
==============================================================================
--- head/devel/godep/distinfo	Mon Apr  4 13:44:36 2016	(r412513)
+++ head/devel/godep/distinfo	Mon Apr  4 14:14:07 2016	(r412514)
@@ -1,2 +1,2 @@
-SHA256 (tools-godep-0.0.0.2015080301-d8799f1_GH0.tar.gz) = d9d51806fd06f8d9a8e54518128d881c36e8720620d1fea11b754c2373983afc
-SIZE (tools-godep-0.0.0.2015080301-d8799f1_GH0.tar.gz) = 45986
+SHA256 (tools-godep-0.0.0.2016040401-245097c_GH0.tar.gz) = 7f93521b7f03567826218638574db7d3e8d77467a386989b22b387ec7a2c505c
+SIZE (tools-godep-0.0.0.2016040401-245097c_GH0.tar.gz) = 66593



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604041414.u34EE7Bx088094>