[129495] trunk/dports/net/hping3/Portfile

khindenburg at macports.org khindenburg at macports.org
Sun Dec 14 06:40:07 PST 2014


Revision: 129495
          https://trac.macports.org/changeset/129495
Author:   khindenburg at macports.org
Date:     2014-12-14 06:40:07 -0800 (Sun, 14 Dec 2014)
Log Message:
-----------
hping3: whitespace changes #46087

Modified Paths:
--------------
    trunk/dports/net/hping3/Portfile

Modified: trunk/dports/net/hping3/Portfile
===================================================================
--- trunk/dports/net/hping3/Portfile	2014-12-14 11:28:44 UTC (rev 129494)
+++ trunk/dports/net/hping3/Portfile	2014-12-14 14:40:07 UTC (rev 129495)
@@ -1,16 +1,16 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name		hping3
-version		20051105
-revision	2
-categories	net security
-platforms       darwin
-maintainers	wohner.eu:normen
+name                hping3
+version             20051105
+revision            2
+categories          net security
+platforms           darwin
+maintainers         wohner.eu:normen
 
-description	hping is a command-line oriented TCP/IP packet assembler/analyzer
+description         hping is a command-line oriented TCP/IP packet assembler/analyzer
 long_description \
     hping is a command-line oriented TCP/IP packet assembler/analyzer. \
     The interface is inspired to the ping(8) unix command, but hping \
@@ -18,26 +18,26 @@
     ICMP and RAW-IP protocols, has a traceroute mode, the ability to send \
     files between a covered channel, and many other features.
 
-homepage	http://www.hping.org
-master_sites	${homepage}
+homepage            http://www.hping.org
+master_sites        ${homepage}
 
-checksums	sha1 e13d27e14e7f90c2148a9b00a480781732fd351e \
-		    rmd160 e4ec209228b5cb99e2d561c5a7b1c82ff8abe540
+checksums           sha1    e13d27e14e7f90c2148a9b00a480781732fd351e \
+                    rmd160  e4ec209228b5cb99e2d561c5a7b1c82ff8abe540
 
-patchfiles	patch-Makefile.in.diff patch-libpcap_stuff.c.diff \
-		patch-script.c.diff patch-sendip.c.diff patch-ars.c.diff \
-		patch-bytesex.h.diff patch-gethostname.c.diff
+patchfiles          patch-Makefile.in.diff patch-libpcap_stuff.c.diff \
+                    patch-script.c.diff patch-sendip.c.diff patch-ars.c.diff \
+                    patch-bytesex.h.diff patch-gethostname.c.diff
 
-configure.args  --no-tcl
+configure.args      --no-tcl
 
 post-configure {
     reinplace "s#/usr/local#${prefix}#g" ${worksrcpath}/Makefile
     reinplace "s#MANPATH=#MANPATH=${prefix}/share/man#g" \
-    	      ${worksrcpath}/Makefile
+              ${worksrcpath}/Makefile
     reinplace "s#INSTALL_PATH=#INSTALL_PATH=${destroot}${prefix}#g" \
-    	      ${worksrcpath}/Makefile
+              ${worksrcpath}/Makefile
     reinplace "s#INSTALL_MANPATH=#INSTALL_MANPATH=${destroot}#g" \
-    	      ${worksrcpath}/Makefile
+              ${worksrcpath}/Makefile
 }
 
 variant universal {}
@@ -57,10 +57,10 @@
 default_variants +tcl
 
 variant tcl description "Add the Tcl scripting support" {
-    depends_lib-append		port:tcl
-    configure.args-delete	--no-tcl
+    depends_lib-append      port:tcl
+    configure.args-delete   --no-tcl
 }
 
-livecheck.type	regex
-livecheck.url	${homepage}/download.php
-livecheck.regex	${name}-(\[0-9a-z.\]+)${extract.suffix}
+livecheck.type      regex
+livecheck.url       ${homepage}/download.php
+livecheck.regex     ${name}-(\[0-9a-z.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141214/f900482f/attachment-0001.html>


More information about the macports-changes mailing list