Revision: 128954 https://trac.macports.org/changeset/128954 Author: ionic@macports.org Date: 2014-11-30 19:18:25 -0800 (Sun, 30 Nov 2014) Log Message: ----------- mod_evasive: apply maintainer patch. fixes #46094. Modified Paths: -------------- trunk/dports/www/mod_evasive/Portfile Modified: trunk/dports/www/mod_evasive/Portfile =================================================================== --- trunk/dports/www/mod_evasive/Portfile 2014-12-01 03:18:19 UTC (rev 128953) +++ trunk/dports/www/mod_evasive/Portfile 2014-12-01 03:18:25 UTC (rev 128954) @@ -7,7 +7,7 @@ version 1.10.1 categories www platforms darwin -maintainers touche.fr.st:julien.touche +maintainers nomaintainer description apache module against DDoS long_description mod_evasive is an evasive maneuvers module for \ Apache to provide evasive action in the event of an \ @@ -17,12 +17,14 @@ ipchains, firewalls, routers, and etcetera. \ mod_evasive presently reports abuses via email and \ syslog facilities. +license GPL-2 +checksums rmd160 1ce741bf3f3bbc0cc81a9aa73311b08a68bd454e \ + sha256 07c45139aa313899484a900f0fc162b3e17eb4f60fe474d7f3dd6c9941e95667 + homepage http://www.zdziarski.com/blog/?page_id=442 master_sites http://www.zdziarski.com/blog/wp-content/uploads/2010/02/ distname ${name}_${version} -checksums sha1 7240481f9f7b0f80693787a73a2bfd9bfec6f274 \ - rmd160 1ce741bf3f3bbc0cc81a9aa73311b08a68bd454e set worksrcdir ${name} set apachedir apache2 @@ -30,14 +32,14 @@ use_configure no -variant apache1 conflicts apache2 { +variant apache1 description "Apache 1.x module" conflicts apache2 { depends_lib port:apache set apachedir apache set cversion "" build.args -c -o ${name}.so ${name}.c } -variant apache2 conflicts apache1 { +variant apache2 description "Apache 2.x module" conflicts apache1 { depends_lib port:apache2 set apachedir apache2 set cversion "20" @@ -75,3 +77,11 @@ } if { ![variant_isset apache1] } { default_variants +apache2 } + +notes "This port has received no updates since 2010. You are strongly encouraged to use maintained alternatives." + +## always get 503, 404 in macport while working manually... +livecheck.type none +#livecheck.type regex +#livecheck.url ${homepage} +#livecheck.regex "mod_evasive_(\\d+(?:\\.\\d+)*).tar.gz"