Date: Thu, 21 Aug 2014 13:34:25 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365559 - head/security/denyhosts Message-ID: <201408211334.s7LDYP11075986@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 21 13:34:25 2014 New Revision: 365559 URL: http://svnweb.freebsd.org/changeset/ports/365559 QAT: https://qat.redports.org/buildarchive/r365559/ Log: 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 Modified: head/security/denyhosts/Makefile Modified: head/security/denyhosts/Makefile ============================================================================== --- head/security/denyhosts/Makefile Thu Aug 21 13:21:15 2014 (r365558) +++ head/security/denyhosts/Makefile Thu Aug 21 13:34:25 2014 (r365559) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408211334.s7LDYP11075986>