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

Richard Gallamore ultima at FreeBSD.org
Fri Jul 14 08:17:55 UTC 2017


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 at amutu.com


More information about the svn-ports-all mailing list