[112359] trunk/dports/www/FileZilla/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 20 20:01:09 PDT 2013


Revision: 112359
          https://trac.macports.org/changeset/112359
Author:   ryandesign at macports.org
Date:     2013-10-20 20:01:08 -0700 (Sun, 20 Oct 2013)
Log Message:
-----------
FileZilla: fix livecheck (#40773); avoid redirects in homepage

Modified Paths:
--------------
    trunk/dports/www/FileZilla/Portfile

Modified: trunk/dports/www/FileZilla/Portfile
===================================================================
--- trunk/dports/www/FileZilla/Portfile	2013-10-21 02:17:35 UTC (rev 112358)
+++ trunk/dports/www/FileZilla/Portfile	2013-10-21 03:01:08 UTC (rev 112359)
@@ -18,7 +18,7 @@
                     FTP, FTPS and SFTP client with lots of useful features \
                     and an intuitive graphical user interface.
 
-homepage            http://filezilla-project.org/
+homepage            https://filezilla-project.org/
 master_sites        sourceforge:project/filezilla/FileZilla_Client/${version}
 
 checksums           sha1    34c3dd1943816a916c54e49cbbea51c97ef3f583 \
@@ -82,3 +82,7 @@
         default_variants +wxwidgets28
     }
 }
+
+livecheck.type      regex
+livecheck.url       ${homepage}download.php?type=client
+livecheck.regex     /${name}_(\[0-9.\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131020/29f0bb3a/attachment.html>


More information about the macports-changes mailing list