svn commit: r533671 - head/security/wolfssl

Santhosh Raju fox at FreeBSD.org
Sat May 2 07:20:49 UTC 2020


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 at FreeBSD.org
 COMMENT=	Embedded SSL C-Library
 


More information about the svn-ports-head mailing list