Revision: 118324 https://trac.macports.org/changeset/118324 Author: jmr@macports.org Date: 2014-03-30 12:41:56 -0700 (Sun, 30 Mar 2014) Log Message: ----------- ffp: set license, fix checksums Modified Paths: -------------- trunk/dports/net/ffp/Portfile Modified: trunk/dports/net/ffp/Portfile =================================================================== --- trunk/dports/net/ffp/Portfile 2014-03-30 19:22:06 UTC (rev 118323) +++ trunk/dports/net/ffp/Portfile 2014-03-30 19:41:56 UTC (rev 118324) @@ -1,10 +1,12 @@ # $Id$ + PortSystem 1.0 name ffp version 0.0.8 revision 2 categories net security +license BSD platforms darwin maintainers nomaintainer description generates fuzzy fingerprints to facilitate MiM attacks @@ -14,10 +16,10 @@ fingerprints that closely resemble the target's \ public key fingerprint. -homepage http://thc.org/thc-ffp/ -master_sites http://thc.org/releases/ -checksums md5 ddcb6acaaf579c4219268812e49b285a \ - sha1 50f17b355b7b108918fa2a6dc1e3e4d64cbde335 +homepage https://www.thc.org/thc-ffp/ +master_sites https://www.thc.org/releases/ +checksums md5 e96ab1f681815046c364c8d3d0c1285c \ + sha1 4dbbf50583e36c1bc940e8525d7d0a0b63892c1b livecheck.type regex livecheck.regex "ffp-(.*?).tar.gz"
participants (1)
-
jmr@macports.org