From owner-svn-ports-head@freebsd.org Sun Jul 9 02:48:22 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 DD0FADA9738; Sun, 9 Jul 2017 02:48:22 +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 AC6ED74B1A; Sun, 9 Jul 2017 02:48:22 +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 v692mLJt041864; Sun, 9 Jul 2017 02:48:21 GMT (envelope-from ultima@FreeBSD.org) Received: (from ultima@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v692mLKx041863; Sun, 9 Jul 2017 02:48:21 GMT (envelope-from ultima@FreeBSD.org) Message-Id: <201707090248.v692mLKx041863@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ultima set sender to ultima@FreeBSD.org using -f From: Richard Gallamore Date: Sun, 9 Jul 2017 02:48:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445362 - 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: 445362 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: Sun, 09 Jul 2017 02:48:23 -0000 Author: ultima Date: Sun Jul 9 02:48:21 2017 New Revision: 445362 URL: https://svnweb.freebsd.org/changeset/ports/445362 Log: * Changed MASTER_SITES to DEBIAN pool * Removed SHEBANG_LANG, shebangfix already includes this for perl PR: 220569 Reported by: matt Reviewed by: lifanov (mentor), Jov (maintainer) Approved by: lifanov (mentor), Jov (maintainer) Differential Revision: https://reviews.freebsd.org/D11538 Modified: head/security/hardening-check/Makefile Modified: head/security/hardening-check/Makefile ============================================================================== --- head/security/hardening-check/Makefile Sun Jul 9 02:28:50 2017 (r445361) +++ head/security/hardening-check/Makefile Sun Jul 9 02:48:21 2017 (r445362) @@ -4,7 +4,8 @@ PORTNAME= hardening-check PORTVERSION= 2.6 CATEGORIES= security -MASTER_SITES= http://http.debian.net/debian/pool/main/h/hardening-wrapper/ +MASTER_SITES= DEBIAN +MASTER_SITE_SUBDIR= pool/main/h/hardening-wrapper DISTNAME= hardening-wrapper_${PORTVERSION} MAINTAINER= amutu@amutu.com @@ -14,7 +15,6 @@ LICENSE= GPLv2+ USES= tar:xz shebangfix perl5 -SHEBANG_LANG= perl SHEBANG_FILES= ${PORTNAME} NO_BUILD= yes