[124112] trunk/dports/security/ophcrack/Portfile

khindenburg at macports.org khindenburg at macports.org
Mon Aug 18 17:51:51 PDT 2014


Revision: 124112
          https://trac.macports.org/changeset/124112
Author:   khindenburg at macports.org
Date:     2014-08-18 17:51:50 -0700 (Mon, 18 Aug 2014)
Log Message:
-----------
ophcrack: update to 3.6.0; add license; add notes changes from #41961

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

Modified: trunk/dports/security/ophcrack/Portfile
===================================================================
--- trunk/dports/security/ophcrack/Portfile	2014-08-18 22:35:04 UTC (rev 124111)
+++ trunk/dports/security/ophcrack/Portfile	2014-08-19 00:51:50 UTC (rev 124112)
@@ -3,9 +3,9 @@
 PortSystem          1.0
 
 name                ophcrack
-version             3.3.1
-revision            2
+version             3.6.0
 categories          security
+license             GPL-2+
 maintainers         nomaintainer
 description         Microsoft Windows password cracker
 long_description    Ophcrack is a free Windows password cracker based on \
@@ -17,10 +17,10 @@
 master_sites        sourceforge
 
 use_bzip2           yes
-checksums           ${distname}${extract.suffix} md5 740eef54e9082f26851e15c1cb4ef55c \
-                    ${distname}${extract.suffix} sha1 65982407f0b7738940d5444530492ce1d81899f9 \
-                    ${distname}${extract.suffix} rmd160 3a4562e861eb90030c68b067a02cc41271ee8c66
 
+checksums           ${distname}${extract.suffix} rmd160  9b1684bda4da361b841849ff4eabaab3b2de957d \
+                    ${distname}${extract.suffix} sha256  79219baa03afd7e52bc6d365dd5a445bc73dfac2e88216e7b050ad7749191893
+
 configure.args      --disable-gui --disable-graph
 
 set hasMoreThan512MBofRAM 0
@@ -53,17 +53,26 @@
     }
 }
 
+notes "
+****************************************************
+
+  Visit http://ophcrack.sourceforge.net/tables.php
+  to get rainbow tables.
+
+****************************************************
+"
+
 post-activate {
     if {[variant_isset tables]} {
-        ui_msg "****************************************************"
-        ui_msg ""
-        ui_msg "  Free rainbow tables have been installed into"
-        ui_msg "  ${prefix}/share/${name}/tables"
-        ui_msg ""
-        ui_msg "  Visit http://ophcrack.sourceforge.net/tables.php"
-        ui_msg "  to get more (non-free) rainbow tables."
-        ui_msg ""
-        ui_msg "****************************************************"
+
+        notes-append "
+****************************************************
+
+  Free rainbow tables have been installed into
+  ${prefix}/share/${name}/tables
+
+****************************************************
+        "
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140818/26533496/attachment.html>


More information about the macports-changes mailing list