Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 May 2020 07:20:49 +0000 (UTC)
From:      Santhosh Raju <fox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533671 - head/security/wolfssl
Message-ID:  <202005020720.0427Knjr073839@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fox
Date: Sat May  2 07:20:48 2020
New Revision: 533671
URL: https://svnweb.freebsd.org/changeset/ports/533671

Log:
  security/wolfssl: Fixes build failure.
  
  Uploaded the distfile manually into distcache to prevent failures during fetch.
  
  Reviewed by:	philip

Modified:
  head/security/wolfssl/Makefile

Modified: head/security/wolfssl/Makefile
==============================================================================
--- head/security/wolfssl/Makefile	Sat May  2 07:13:44 2020	(r533670)
+++ head/security/wolfssl/Makefile	Sat May  2 07:20:48 2020	(r533671)
@@ -3,8 +3,8 @@
 PORTNAME=	wolfssl
 PORTVERSION=	4.4.0
 CATEGORIES=	security devel
-MASTER_SITES=	https://www.wolfssl.com/
-
+MASTER_SITES=	https://www.wolfssl.com/ \
+		LOCAL/fox
 MAINTAINER=	fox@FreeBSD.org
 COMMENT=	Embedded SSL C-Library
 



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