Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Nov 2015 14:12:33 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r401570 - branches/2015Q4/security/lynis
Message-ID:  <201511141412.tAEECXHi029945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Sat Nov 14 14:12:33 2015
New Revision: 401570
URL: https://svnweb.freebsd.org/changeset/ports/401570

Log:
  MFH: r401568
  
  - Fix fetch after upstreams switch from http to https
  
  Approved by: portmgr (erwin)

Modified:
  branches/2015Q4/security/lynis/Makefile
Directory Properties:
  branches/2015Q4/   (props changed)

Modified: branches/2015Q4/security/lynis/Makefile
==============================================================================
--- branches/2015Q4/security/lynis/Makefile	Sat Nov 14 13:56:32 2015	(r401569)
+++ branches/2015Q4/security/lynis/Makefile	Sat Nov 14 14:12:33 2015	(r401570)
@@ -3,8 +3,9 @@
 
 PORTNAME=	lynis
 PORTVERSION=	1.6.4
+DISTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://cisofy.com/files/
+MASTER_SITES=	https://cisofy.com/files/
 
 MAINTAINER=	lme@FreeBSD.org
 COMMENT=	Security and system auditing tool



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