Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 20:45:48 +0000 (UTC)
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r471239 - head/net/wireguard
Message-ID:  <201805312045.w4VKjm7C014642@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: decke
Date: Thu May 31 20:45:48 2018
New Revision: 471239
URL: https://svnweb.freebsd.org/changeset/ports/471239

Log:
  - Update to 0.0.20180531
  - Remove not needed bash build dependency

Modified:
  head/net/wireguard/Makefile
  head/net/wireguard/distinfo

Modified: head/net/wireguard/Makefile
==============================================================================
--- head/net/wireguard/Makefile	Thu May 31 20:44:19 2018	(r471238)
+++ head/net/wireguard/Makefile	Thu May 31 20:45:48 2018	(r471239)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	wireguard
-PORTVERSION=	0.0.20180524
+PORTVERSION=	0.0.20180531
 CATEGORIES=	net
 MASTER_SITES=	https://git.zx2c4.com/WireGuard/snapshot/
 DISTNAME=	WireGuard-${PORTVERSION}
@@ -12,7 +12,6 @@ COMMENT=	Fast, modern and secure VPN Tunnel
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKDIR}/${DISTNAME}/COPYING
 
-BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash \
 		wireguard-go:net/wireguard-go
 

Modified: head/net/wireguard/distinfo
==============================================================================
--- head/net/wireguard/distinfo	Thu May 31 20:44:19 2018	(r471238)
+++ head/net/wireguard/distinfo	Thu May 31 20:45:48 2018	(r471239)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527145408
-SHA256 (WireGuard-0.0.20180524.tar.xz) = 57614239c1f1a99a367f2c816153acda5bffada66a3b8e3b8215f1625784abc9
-SIZE (WireGuard-0.0.20180524.tar.xz) = 268996
+TIMESTAMP = 1527801144
+SHA256 (WireGuard-0.0.20180531.tar.xz) = ff653095cc0e4c491ab6cd095ddf5d1db207f48f947fb92873a73220363f423c
+SIZE (WireGuard-0.0.20180531.tar.xz) = 269880



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