From owner-svn-ports-head@freebsd.org Sat Nov 14 13:52:44 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 41F18A2E3BB; Sat, 14 Nov 2015 13:52:44 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0492D1DA7; Sat, 14 Nov 2015 13:52:43 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAEDqgoA023839; Sat, 14 Nov 2015 13:52:42 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAEDqggs023838; Sat, 14 Nov 2015 13:52:42 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201511141352.tAEDqggs023838@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Sat, 14 Nov 2015 13:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401568 - head/security/lynis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Nov 2015 13:52:44 -0000 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@FreeBSD.org COMMENT= Security and system auditing tool