svn commit: r464459 - head/security/denyhosts

Yuri Victorovich yuri at FreeBSD.org
Wed Mar 14 06:11:14 UTC 2018


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


More information about the svn-ports-all mailing list