[22284] trunk/dports/sysutils/john/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sat Feb 24 23:18:24 PST 2007


Revision: 22284
          http://trac.macosforge.org/projects/macports/changeset/22284
Author:   ryandesign at macports.org
Date:     2007-02-24 23:18:24 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
#11297: Whitespace changes

Modified Paths:
--------------
    trunk/dports/sysutils/john/Portfile

Modified: trunk/dports/sysutils/john/Portfile
===================================================================
--- trunk/dports/sysutils/john/Portfile	2007-02-25 07:15:45 UTC (rev 22283)
+++ trunk/dports/sysutils/john/Portfile	2007-02-25 07:18:24 UTC (rev 22284)
@@ -1,19 +1,17 @@
 # $Id$
 
-PortSystem 1.0
-name        john
+PortSystem          1.0
+name                john
 version             1.7.0.2
-categories  sysutils security
-maintainers yeled at macports.org
-description Featureful Unix password cracker
-long_description    \
-    John the Ripper is a UNIX password cracker, currently available for \
-    UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 \
-    Alpha), DOS, WinNT/Win95.
-homepage    http://www.openwall.com/john/
-platforms   darwin
-master_sites    \
-                    http://www.openwall.com/john/f/ \
+categories          sysutils security
+maintainers         yeled at macports.org
+description         Featureful Unix password cracker
+long_description    John the Ripper is a UNIX password cracker, currently available for \
+                    UNIX (tested with Linux x86, FreeBSD x86, Solaris 2.x SPARC, OSF/1 \
+                    Alpha), DOS, WinNT/Win95.
+homepage            http://www.openwall.com/john/
+platforms           darwin
+master_sites        http://www.openwall.com/john/f/ \
                     ftp://ftp2.msk.ru.openwall.com/pub/projects/john/${version}/ \
                     ftp://ftp.ibiblio.org/pub/linux/distributions/openwall/projects/john/${version}/ \
                     ftp://ftp.cert.dfn.de/pub/tools/net/Openwall/projects/john/${version}/ \
@@ -34,7 +32,7 @@
 checksums           md5 0a87dca1f149493fc087ea8a8b6ae5d5 \
                     sha1 bc6895c986d65f502366cf93c91f88ba865572b6 \
                     rmd160 9e75f5fd5561595ec2f3a1a290e85605234b8c41
-worksrcdir ${distname}/src
+worksrcdir          ${distname}/src
 
 post-patch  {
     reinplace "s,CFLAGS =,CFLAGS = -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\",g" ${worksrcpath}/Makefile
@@ -63,7 +61,7 @@
 }
 
 post-install {
-        ui_msg  ""
-        ui_msg  "You'll find the john files under ${prefix}/share/john/"
-        ui_msg  ""
+    ui_msg  ""
+    ui_msg  "You'll find the john files under ${prefix}/share/john/"
+    ui_msg  ""
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070224/8aed9815/attachment.html


More information about the macports-changes mailing list