Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jul 2017 02:48:21 +0000 (UTC)
From:      Richard Gallamore <ultima@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445362 - head/security/hardening-check
Message-ID:  <201707090248.v692mLKx041863@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <amutu@amutu.com> (maintainer)
  Approved by:	lifanov (mentor), Jov <amutu@amutu.com> (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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707090248.v692mLKx041863>