Index: Makefile =================================================================== --- Makefile (revision 522874) +++ Makefile (working copy) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.10.4 -PORTREVISION= 2 +PORTVERSION= 0.11.1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +25,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} -PYDISTUTILS_INSTALLARGS+= --install-data=${ETCDIR} +PYDISTUTILS_INSTALLARGS+= --install-data=${ETCDIR} --without-test PORTDOCS= README.md DEVELOP @@ -37,6 +36,7 @@ INOTIFY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyinotify>=0.8.3:devel/py-pyinotify@${PY_FLAVOR} + FILES= ${WRKSRC}/bin/fail2ban-client \ ${WRKSRC}/fail2ban/client/configreader.py \ ${WRKSRC}/fail2ban/client/fail2bancmdline.py \ Index: distinfo =================================================================== --- distinfo (revision 522874) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1538666739 -SHA256 (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = d6ca1bbc7e7944f7acb2ba7c1065953cd9837680bc4d175f30ed155c6a372449 -SIZE (fail2ban-fail2ban-0.10.4_GH0.tar.gz) = 493064 +TIMESTAMP = 1578911137 +SHA256 (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d +SIZE (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 538660 Index: files/patch-setup.py =================================================================== --- files/patch-setup.py (revision 522874) +++ files/patch-setup.py (nonexistent) @@ -1,30 +0,0 @@ ---- setup.py.orig 2016-12-09 14:36:08 UTC -+++ setup.py -@@ -149,27 +149,14 @@ setup( - 'bin/fail2ban-client', - 'bin/fail2ban-server', - 'bin/fail2ban-regex', -- 'bin/fail2ban-testcases', - # 'bin/fail2ban-python', -- link (binary), will be installed via install_scripts_f2b wrapper - ], - packages = [ - 'fail2ban', - 'fail2ban.client', - 'fail2ban.server', -- 'fail2ban.tests', -- 'fail2ban.tests.action_d', - ], - package_data = { -- 'fail2ban.tests': -- [ join(w[0], f).replace("fail2ban/tests/", "", 1) -- for w in os.walk('fail2ban/tests/files') -- for f in w[2]] + -- [ join(w[0], f).replace("fail2ban/tests/", "", 1) -- for w in os.walk('fail2ban/tests/config') -- for f in w[2]] + -- [ join(w[0], f).replace("fail2ban/tests/", "", 1) -- for w in os.walk('fail2ban/tests/action_d') -- for f in w[2]] - }, - data_files = [ - ('/etc/fail2ban', Property changes on: files/patch-setup.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property