svn commit: r401570 - branches/2015Q4/security/lynis

Lars Engels lme at FreeBSD.org
Sat Nov 14 14:12:35 UTC 2015


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 at FreeBSD.org
 COMMENT=	Security and system auditing tool


More information about the svn-ports-all mailing list