[97085] trunk/dports/devel/radare2/Portfile

g5pw at macports.org g5pw at macports.org
Mon Aug 27 03:16:40 PDT 2012


Revision: 97085
          https://trac.macports.org/changeset/97085
Author:   g5pw at macports.org
Date:     2012-08-27 03:16:40 -0700 (Mon, 27 Aug 2012)
Log Message:
-----------
devel/radare2:
Fix whitespace

Modified Paths:
--------------
    trunk/dports/devel/radare2/Portfile

Modified: trunk/dports/devel/radare2/Portfile
===================================================================
--- trunk/dports/devel/radare2/Portfile	2012-08-27 10:12:49 UTC (rev 97084)
+++ trunk/dports/devel/radare2/Portfile	2012-08-27 10:16:40 UTC (rev 97085)
@@ -3,20 +3,19 @@
 
 PortSystem          1.0
 
-name				radare2
-version				0.9
-categories			devel
+name                radare2
+version             0.9
+categories          devel
 platforms           darwin
 license             GPL-3
-maintainers			g5pw pixilla openmaintainer
-description			Opensource tools to disasm, debug, analyze and manipulate binary files.
+maintainers         g5pw pixilla openmaintainer
+description         Opensource tools to disasm, debug, analyze and manipulate binary files.
 long_description    ${description}
-homepage			http://radare.org/
-master_sites		${homepage}get/
+homepage            http://radare.org/
+master_sites        ${homepage}get/
 
-checksums           ${distname}${extract.suffix} \
-						rmd160  f68ebf07ec62e907980e8f8bc195754bf993b466 \
-						sha256  e12feea3b776601d7b680e64250897110cf4fca2f1214b4c527e13b7abe900e0
+checksums           rmd160  f68ebf07ec62e907980e8f8bc195754bf993b466 \
+                    sha256  e12feea3b776601d7b680e64250897110cf4fca2f1214b4c527e13b7abe900e0
 
 patch.pre_args      -p1
 patchfiles          patch-change_install_names.diff \
@@ -25,8 +24,8 @@
                     patch-libr-rules.mk.diff \
                     patch-mk-gcc.mk.diff
 
-build.env-append "LDFLAGS=-L${prefix}/lib"
-					
+build.env-append    "LDFLAGS=-L${prefix}/lib"
+
 post-destroot {
     # Fix link lib paths
     system "cd ${worksrcpath} && sh change_install_names ${destroot}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120827/e2d306c0/attachment.html>


More information about the macports-changes mailing list