svn commit: r365559 - head/security/denyhosts
John Marino
marino at FreeBSD.org
Thu Aug 21 13:34:26 UTC 2014
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 at bsd.hu
+MAINTAINER= ports at 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
More information about the svn-ports-head
mailing list