[128495] trunk/dports/security/fail2ban/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Nov 22 03:11:55 PST 2014


Revision: 128495
          https://trac.macports.org/changeset/128495
Author:   ryandesign at macports.org
Date:     2014-11-22 03:11:54 -0800 (Sat, 22 Nov 2014)
Log Message:
-----------
fail2ban: fix livecheck (#45980)

Modified Paths:
--------------
    trunk/dports/security/fail2ban/Portfile

Modified: trunk/dports/security/fail2ban/Portfile
===================================================================
--- trunk/dports/security/fail2ban/Portfile	2014-11-22 07:27:19 UTC (rev 128494)
+++ trunk/dports/security/fail2ban/Portfile	2014-11-22 11:11:54 UTC (rev 128495)
@@ -10,7 +10,6 @@
 license                 GPL-2+
 maintainers             free.fr:fclaire openmaintainer
 platforms               darwin
-homepage                http://www.fail2ban.org
 supported_archs         noarch
 
 description             Fail2ban protects computer against brute-force attacks
@@ -23,6 +22,8 @@
                         or ejecting CD-ROM tray) could also be configured. Out of the box \
                         Fail2Ban comes with filters for various services (apache, curier, ssh, etc).
 
+homepage                http://www.fail2ban.org/
+
 checksums               rmd160 17f3535a4b92740f5203dfdee874d71d2377e5c9 \
                         sha256 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be
 
@@ -84,5 +85,6 @@
     }
 }
 
-livecheck.url           ${github.raw}/master/ChangeLog
-livecheck.regex         "Fail2Ban \\(version (\[0-9\.\]+)\\)"
+livecheck.type          regexm
+livecheck.url           ${homepage}wiki/index.php/Downloads
+livecheck.regex         <i>stable</i>.*?>${name}-(\[0-9.\]+)<
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141122/7d03b99f/attachment.html>


More information about the macports-changes mailing list