Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2019 17:27:19 +0000 (UTC)
From:      =?UTF-8?Q?Vin=c3=adcius_Zavam?= <egypcio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505765 - head/devel/hub
Message-ID:  <201907031727.x63HRJKi097500@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <dg % syrec.org>

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



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