Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2018 06:11:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464459 - head/security/denyhosts
Message-ID:  <201803140611.w2E6BDKA023624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Mar 14 06:11:13 2018
New Revision: 464459
URL: https://svnweb.freebsd.org/changeset/ports/464459

Log:
  security/denyhosts: Unbreak by fixing shebang
  
  Another file needed daemon-control-dist.
  Also added NO_ARCH.
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/security/denyhosts/Makefile

Modified: head/security/denyhosts/Makefile
==============================================================================
--- head/security/denyhosts/Makefile	Wed Mar 14 05:13:01 2018	(r464458)
+++ head/security/denyhosts/Makefile	Wed Mar 14 06:11:13 2018	(r464459)
@@ -15,18 +15,20 @@ LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	DOCS
 
+USES=		cpe python:2.7 shebangfix
 REINPLACE_ARGS=	-i ''
 USE_PYTHON=	autoplist distutils
 USE_RC_SUBR=	denyhosts
-USES=		cpe python:2.7 shebangfix
 CPE_VENDOR=	phil_schwartz
+NO_ARCH=	yes
 
 PORTDOCS=	CHANGELOG.txt LICENSE.txt README.txt
 SUB_FILES=	pkg-message
 SUB_LIST=	PYTHON=${PYTHON_CMD}
 
 SHEBANG_LANG=	env
-SHEBANG_FILES=	plugins/test_deny.py \
+SHEBANG_FILES=	daemon-control-dist \
+		plugins/test_deny.py \
 		scripts/restricted_from_invalid.py \
 		scripts/restricted_from_passwd.py
 env_OLD_CMD=	/bin/env



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