svn commit: r445362 - head/security/hardening-check

Richard Gallamore ultima at FreeBSD.org
Sun Jul 9 02:48:23 UTC 2017


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 at amutu.com> (maintainer)
  Approved by:	lifanov (mentor), Jov <amutu at 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 at amutu.com
@@ -14,7 +15,6 @@ LICENSE=	GPLv2+
 
 USES=		tar:xz shebangfix perl5
 
-SHEBANG_LANG=	perl
 SHEBANG_FILES=	${PORTNAME}
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list