From owner-svn-ports-head@freebsd.org Fri Jul 14 08:17:55 2017 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 D5B2DD9A5C9; Fri, 14 Jul 2017 08:17:55 +0000 (UTC) (envelope-from ultima@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 976C7814A2; Fri, 14 Jul 2017 08:17:55 +0000 (UTC) (envelope-from ultima@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6E8HscO053396; Fri, 14 Jul 2017 08:17:54 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6E8HsDp053395; Fri, 14 Jul 2017 08:17:54 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201707140817.v6E8HsDp053395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Fri, 14 Jul 2017 08:17:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445734 - head/security/hardening-check X-SVN-Group: ports-head X-SVN-Commit-Author: ultima X-SVN-Commit-Paths: head/security/hardening-check X-SVN-Commit-Revision: 445734 X-SVN-Commit-Repository: ports 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.23 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: Fri, 14 Jul 2017 08:17:55 -0000 Author: ultima Date: Fri Jul 14 08:17:54 2017 New Revision: 445734 URL: https://svnweb.freebsd.org/changeset/ports/445734 Log: Remove MASTER_SITE_SUBDIR, this is not required and can be added to MASTER_SITE_SUBDIR Reported by: matt Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D11538 Modified: head/security/hardening-check/Makefile Modified: head/security/hardening-check/Makefile ============================================================================== --- head/security/hardening-check/Makefile Fri Jul 14 07:58:08 2017 (r445733) +++ head/security/hardening-check/Makefile Fri Jul 14 08:17:54 2017 (r445734) @@ -4,8 +4,7 @@ PORTNAME= hardening-check PORTVERSION= 2.6 CATEGORIES= security -MASTER_SITES= DEBIAN -MASTER_SITE_SUBDIR= pool/main/h/hardening-wrapper +MASTER_SITES= DEBIAN/pool/main/h/hardening-wrapper DISTNAME= hardening-wrapper_${PORTVERSION} MAINTAINER= amutu@amutu.com