Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2018 09:06:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r461871 - head/devel/govendor
Message-ID:  <201802150906.w1F96D9I088994@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Feb 15 09:06:13 2018
New Revision: 461871
URL: https://svnweb.freebsd.org/changeset/ports/461871

Log:
  devel/govendor: Update to 1.0.9-6
  
  Additional port changes:
  * Changed to DISTVERSION
  
  PR:		225602
  Submitted by:	Dmitri Goutnik <dg@syrec.org>
  Approved by:	rwestlun@gmail.com (maintainer), tcberner (mentor, implicit)

Modified:
  head/devel/govendor/Makefile
  head/devel/govendor/distinfo

Modified: head/devel/govendor/Makefile
==============================================================================
--- head/devel/govendor/Makefile	Thu Feb 15 09:02:57 2018	(r461870)
+++ head/devel/govendor/Makefile	Thu Feb 15 09:06:13 2018	(r461871)
@@ -1,8 +1,9 @@
 # $FreeBSD$
 
 PORTNAME=	govendor
-PORTVERSION=	1.0.8
 DISTVERSIONPREFIX=	v
+DISTVERSION=	1.0.9-6
+DISTVERSIONSUFFIX=	-gc5ee5dc # includes the fix for 32-bit systems: https://github.com/kardianos/govendor/issues/386
 CATEGORIES=	devel
 
 MAINTAINER=	rwestlun@gmail.com
@@ -11,10 +12,9 @@ COMMENT=	Go vendor tool that works with the standard v
 LICENSE=	BSD3CLAUSE
 
 USES=		go
-GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
-
 USE_GITHUB=	yes
 GH_ACCOUNT=	kardianos
+GO_PKGNAME=	github.com/${GH_ACCOUNT}/${PORTNAME}
 
 PLIST_FILES=	bin/govendor
 

Modified: head/devel/govendor/distinfo
==============================================================================
--- head/devel/govendor/distinfo	Thu Feb 15 09:02:57 2018	(r461870)
+++ head/devel/govendor/distinfo	Thu Feb 15 09:06:13 2018	(r461871)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1475035246
-SHA256 (kardianos-govendor-v1.0.8_GH0.tar.gz) = 7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7
-SIZE (kardianos-govendor-v1.0.8_GH0.tar.gz) = 114321
+TIMESTAMP = 1518683576
+SHA256 (kardianos-govendor-v1.0.9-6-gc5ee5dc_GH0.tar.gz) = 1ab501169c7f821a99ca71a3140830fee7a3ea6d61344f58e5192465d430129c
+SIZE (kardianos-govendor-v1.0.9-6-gc5ee5dc_GH0.tar.gz) = 855920
+SHA256 (Bowery-prompt-94b504f_GH0.tar.gz) = 150775074bff1ee8b8b204a0794b6e91bb7f4e01376407617048cda05a349e44
+SIZE (Bowery-prompt-94b504f_GH0.tar.gz) = 11331



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