From 01b7b1059a7c4a163f4db183cdc7e3c4272d0db2 Mon Sep 17 00:00:00 2001 From: John Marino Date: Thu, 21 Aug 2014 13:34:25 +0000 Subject: Security/denyhosts: Limit to python 2.x and reset maintainer The maintainer has not been responsive and multiple PRs have timed out. Convert USE_PYTHON=yes to USES=python:2 as this application will not run on Python 3.x PR: 187408 Submitted by: corsmith (gmail) Approved by: maintainer timeout --- security/denyhosts/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'security/denyhosts') diff --git a/security/denyhosts/Makefile b/security/denyhosts/Makefile index d71eb7c39589..0964943e073d 100644 --- a/security/denyhosts/Makefile +++ b/security/denyhosts/Makefile @@ -8,16 +8,15 @@ CATEGORIES= security MASTER_SITES= SF DISTNAME= DenyHosts-${PORTVERSION} -MAINTAINER= jmohacsi@bsd.hu +MAINTAINER= ports@FreeBSD.org COMMENT= Script to thwart ssh attacks LICENSE= GPLv2 -USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -USES= shebangfix +USES= python:2 shebangfix env_OLD_CMD= /bin/env env_CMD= ${SETENV} SHEBANG_LANG= python env -- cgit v1.2.3