From owner-svn-ports-head@freebsd.org Wed Jul 3 17:27:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3889715DB07D; Wed, 3 Jul 2019 17:27:20 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BA0F785EC4; Wed, 3 Jul 2019 17:27:19 +0000 (UTC) (envelope-from egypcio@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 94DFDEF61; Wed, 3 Jul 2019 17:27:19 +0000 (UTC) (envelope-from egypcio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x63HRJts097502; Wed, 3 Jul 2019 17:27:19 GMT (envelope-from egypcio@FreeBSD.org) Received: (from egypcio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x63HRJKi097500; Wed, 3 Jul 2019 17:27:19 GMT (envelope-from egypcio@FreeBSD.org) Message-Id: <201907031727.x63HRJKi097500@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: egypcio set sender to egypcio@FreeBSD.org using -f From: =?UTF-8?Q?Vin=c3=adcius_Zavam?= Date: Wed, 3 Jul 2019 17:27:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505765 - head/devel/hub X-SVN-Group: ports-head X-SVN-Commit-Author: egypcio X-SVN-Commit-Paths: head/devel/hub X-SVN-Commit-Revision: 505765 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: BA0F785EC4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.98)[-0.976,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 03 Jul 2019 17:27:20 -0000 Author: egypcio Date: Wed Jul 3 17:27:18 2019 New Revision: 505765 URL: https://svnweb.freebsd.org/changeset/ports/505765 Log: devel/hub: Switch to USES=go:modules, fix build with go1.13beta1 while here, update 2.12.0 to 2.12.1 PR: 238941 Reported by: Dmitri Goutnik Modified: head/devel/hub/Makefile head/devel/hub/distinfo Modified: head/devel/hub/Makefile ============================================================================== --- head/devel/hub/Makefile Wed Jul 3 16:52:50 2019 (r505764) +++ head/devel/hub/Makefile Wed Jul 3 17:27:18 2019 (r505765) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hub -PORTVERSION= 2.12.0 +PORTVERSION= 2.12.1 DISTVERSIONPREFIX= v CATEGORIES= devel sysutils @@ -12,7 +12,7 @@ COMMENT= Introduces git to GitHub LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= github Modified: head/devel/hub/distinfo ============================================================================== --- head/devel/hub/distinfo Wed Jul 3 16:52:50 2019 (r505764) +++ head/devel/hub/distinfo Wed Jul 3 17:27:18 2019 (r505765) @@ -1,3 +1,3 @@ -TIMESTAMP = 1560955445 -SHA256 (github-hub-v2.12.0_GH0.tar.gz) = 937e0ea3ba6dcc8030889d987313efa4da27b6c54ed20fb40fbf5ff9df4c3780 -SIZE (github-hub-v2.12.0_GH0.tar.gz) = 1623350 +TIMESTAMP = 1562171936 +SHA256 (github-hub-v2.12.1_GH0.tar.gz) = 315114e46bbf583e23341e171c8e1a5efdbe96c04868ff0b343cf367f65f67a0 +SIZE (github-hub-v2.12.1_GH0.tar.gz) = 1623548