[22286] trunk/dports/sysutils/john-devel/Portfile

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


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

Log Message:
-----------
#11298: whitespace changes

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

Modified: trunk/dports/sysutils/john-devel/Portfile
===================================================================
--- trunk/dports/sysutils/john-devel/Portfile	2007-02-25 07:24:18 UTC (rev 22285)
+++ trunk/dports/sysutils/john-devel/Portfile	2007-02-25 07:25:45 UTC (rev 22286)
@@ -1,19 +1,17 @@
 # $Id$
 
-PortSystem 1.0
-name        john-devel
+PortSystem          1.0
+name                john-devel
 version             1.7.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,10 +32,10 @@
 checksums           md5 dc6a6c2a885110ccb5da4c1e2010cb07 \
                     sha1 7cc994f9cbd1582b46cbdeb1d5f318891ea8b411 \
                     rmd160 3754da88a98f1c120e28de1eb10b214bf7dd3baf
-distname    john-${version}
-worksrcdir  ${distname}/src
+distname            john-${version}
+worksrcdir          ${distname}/src
 
-post-patch  {
+post-patch {
     reinplace "s,CFLAGS =,CFLAGS = -DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\",g" ${worksrcpath}/Makefile
     reinplace "s,CFLAGS=\",CFLAGS=\"-DJOHN_SYSTEMWIDE=1 -DJOHN_SYSTEMWIDE_EXEC=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" -DJOHN_SYSTEMWIDE_HOME=\\\\\\\\\\\\\"${prefix}/share/john\\\\\\\\\\\\\" ,g" ${worksrcpath}/Makefile
 }
@@ -48,7 +46,7 @@
 }
 platform i386 {
     build.target    "clean macosx-x86-mmx"
-    }
+}
 variant altivec conflicts i386 {
     build.target    "clean macosx-ppc32-altivec"
 }
@@ -64,7 +62,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/ca8a151d/attachment.html


More information about the macports-changes mailing list