Ticket #41961: patch-ophcrack-Portfile.diff

File patch-ophcrack-Portfile.diff, 2.2 KB (added by jul_bsd@…, 10 years ago)
  • security/ophcrack/Portfile

    old new  
    33PortSystem          1.0
    44
    55name                ophcrack
    6 version             3.3.1
    7 revision            2
     6version             3.6.0
    87categories          security
    98maintainers         gmail.com:cedric.luthi
    109description         Microsoft Windows password cracker
     
    1716master_sites        sourceforge
    1817
    1918use_bzip2           yes
    20 checksums           ${distname}${extract.suffix} md5 740eef54e9082f26851e15c1cb4ef55c \
    21                     ${distname}${extract.suffix} sha1 65982407f0b7738940d5444530492ce1d81899f9 \
    22                     ${distname}${extract.suffix} rmd160 3a4562e861eb90030c68b067a02cc41271ee8c66
     19checksums           ${distname}${extract.suffix} md5 93347fac9fee385b40d4f486680dfba9 \
     20                    ${distname}${extract.suffix} sha1 8e39b8c013b3f2144b23e33abeeadbb81e4120ca \
     21                    ${distname}${extract.suffix} rmd160 9b1684bda4da361b841849ff4eabaab3b2de957d \
     22                    ${distname}${extract.suffix} sha256 79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893
    2323
    2424configure.args      --disable-gui --disable-graph
    2525
     
    5959    }
    6060}
    6161
     62notes "
     63****************************************************
     64
     65  Visit http://ophcrack.sourceforge.net/tables.php
     66  to get rainbow tables.
     67
     68****************************************************
     69"
     70
    6271post-activate {
    6372    if {[variant_isset tables]} {
    64         ui_msg "****************************************************"
    65         ui_msg ""
    66         ui_msg "  Free rainbow tables have been installed into"
    67         ui_msg "  ${prefix}/share/${name}/tables"
    68         ui_msg ""
    69         ui_msg "  Visit http://ophcrack.sourceforge.net/tables.php"
    70         ui_msg "  to get more (non-free) rainbow tables."
    71         ui_msg ""
    72         ui_msg "****************************************************"
     73
     74notes-append "
     75****************************************************
     76
     77  Free rainbow tables have been installed into
     78  ${prefix}/share/${name}/tables
     79
     80****************************************************
     81"
     82
    7383    }
    7484}
    7585