Date: Sun, 11 Sep 2016 19:57:47 +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: r421873 - head/devel/godep Message-ID: <201609111957.u8BJvl47046859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <rwestlun@gmail.com> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609111957.u8BJvl47046859>