svn commit: r505765 - head/devel/hub
Vinícius Zavam
egypcio at FreeBSD.org
Wed Jul 3 17:27:20 UTC 2019
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
More information about the svn-ports-all
mailing list