svn commit: r401568 - head/security/lynis

Lars Engels lme at FreeBSD.org
Sat Nov 14 13:52:44 UTC 2015


Author: lme
Date: Sat Nov 14 13:52:42 2015
New Revision: 401568
URL: https://svnweb.freebsd.org/changeset/ports/401568

Log:
  - Fix fetch after upstreams switch from http to https
  
  MFH:		2015Q4

Modified:
  head/security/lynis/Makefile

Modified: head/security/lynis/Makefile
==============================================================================
--- head/security/lynis/Makefile	Sat Nov 14 13:51:27 2015	(r401567)
+++ head/security/lynis/Makefile	Sat Nov 14 13:52:42 2015	(r401568)
@@ -4,8 +4,9 @@
 PORTNAME=	lynis
 
 PORTVERSION=	2.1.1
+DISTREVISION=	1
 CATEGORIES=	security
-MASTER_SITES=	http://cisofy.com/files/
+MASTER_SITES=	https://cisofy.com/files/
 
 MAINTAINER=	lme at FreeBSD.org
 COMMENT=	Security and system auditing tool


More information about the svn-ports-all mailing list