From owner-svn-ports-head@freebsd.org Sun Sep 11 19:57:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC08FBD717B; Sun, 11 Sep 2016 19:57:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56B98ABA; Sun, 11 Sep 2016 19:57:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8BJvlK7046861; Sun, 11 Sep 2016 19:57:47 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8BJvl47046859; Sun, 11 Sep 2016 19:57:47 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201609111957.u8BJvl47046859@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sun, 11 Sep 2016 19:57:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421873 - head/devel/godep X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2016 19:57:48 -0000 Author: swills Date: Sun Sep 11 19:57:47 2016 New Revision: 421873 URL: https://svnweb.freebsd.org/changeset/ports/421873 Log: devel/godep: update to v74 While here: - Define LICENSE - Clean up Makefile: replace custom targets with USES=go PR: 212515 Submitted by: Randy Westlund Modified: head/devel/godep/Makefile head/devel/godep/distinfo Modified: head/devel/godep/Makefile ============================================================================== --- head/devel/godep/Makefile Sun Sep 11 19:25:07 2016 (r421872) +++ head/devel/godep/Makefile Sun Sep 11 19:57:47 2016 (r421873) @@ -1,33 +1,21 @@ # $FreeBSD$ PORTNAME= godep -PORTVERSION= 72 -CATEGORIES= devel +PORTVERSION= 74 DISTVERSIONPREFIX= v +CATEGORIES= devel MAINTAINER= swills@FreeBSD.org COMMENT= Godep helps build packages reproducibly -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go +LICENSE= BSD3CLAUSE + +USES= go +GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= tools PLIST_FILES= bin/godep -STRIP= # stripping can break go binaries - -post-patch: - @${MKDIR} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME} -.for src in *.go .gitignore .travis.yml Changelog.md Godeps License Readme.md - @${MV} ${WRKSRC}/${src} \ - ${WRKSRC}/src/github.com/tools/${PORTNAME} -.endfor - -do-build: - @cd ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}; ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/${GH_ACCOUNT}/${PORTNAME}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - .include Modified: head/devel/godep/distinfo ============================================================================== --- head/devel/godep/distinfo Sun Sep 11 19:25:07 2016 (r421872) +++ head/devel/godep/distinfo Sun Sep 11 19:57:47 2016 (r421873) @@ -1,3 +1,3 @@ -TIMESTAMP = 1464442110 -SHA256 (tools-godep-v72_GH0.tar.gz) = 9c429009ebd42b4f79160010ece5c1d0b563ccf4a128ee2d63c561412bf84197 -SIZE (tools-godep-v72_GH0.tar.gz) = 71317 +TIMESTAMP = 1473404553 +SHA256 (tools-godep-v74_GH0.tar.gz) = e68c7766c06c59327a4189fb929d390e1cc7a0c4910e33cada54cf40f40ca546 +SIZE (tools-godep-v74_GH0.tar.gz) = 71366