[118770] trunk/dports/devel/valgrind/Portfile

sean at macports.org sean at macports.org
Thu Apr 10 17:13:06 PDT 2014


Revision: 118770
          https://trac.macports.org/changeset/118770
Author:   sean at macports.org
Date:     2014-04-10 17:13:06 -0700 (Thu, 10 Apr 2014)
Log Message:
-----------
valgrind: add openmaintainer and reformat whitespace

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2014-04-11 00:13:03 UTC (rev 118769)
+++ trunk/dports/devel/valgrind/Portfile	2014-04-11 00:13:06 UTC (rev 118770)
@@ -1,36 +1,37 @@
+# -*- 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
-PortGroup  mpi 1.0
+PortSystem          1.0
+PortGroup           mpi 1.0
 
-compilers.choose cc cxx
+compilers.choose    cc cxx
 mpi.choose
 mpi.setup
 
-name            valgrind
-conflicts       valgrind-devel
-version         3.9.0
-revision        1
-categories      devel
-platforms       darwin
-supported_archs i386 x86_64
-license         GPL-2
-maintainers     raimue \
-                openmaintainer
+name                valgrind
+conflicts           valgrind-devel
+version             3.9.0
+revision            1
+categories          devel
+platforms           darwin
+supported_archs     i386 x86_64
+license             GPL-2
+maintainers         raimue \
+                    openmaintainer
 
-description     A powerful open-source memory debugger
+description         A powerful open-source memory debugger
 long_description \
     Valgrind is a powerful open-source memory debugger. When valgrind is \
     attached to a program, it intercepts calls to malloc/new/free/delete and \
     all memory operations are checked for invalid read or write.
 
-homepage        http://valgrind.org
-master_sites    http://valgrind.org/downloads/
-use_bzip2 yes
+homepage            http://valgrind.org
+master_sites        http://valgrind.org/downloads/
+use_bzip2           yes
 
-checksums       md5     0947de8112f946b9ce64764af7be6df2 \
-                sha1    9415e28933de9d6687f993c4bb797e6bd49583f1 \
-                sha256  e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0
+checksums           md5     0947de8112f946b9ce64764af7be6df2 \
+                    sha1    9415e28933de9d6687f993c4bb797e6bd49583f1 \
+                    sha256  e6af71a06bc2534541b07743e1d58dc3caf744f38205ca3e5b5a0bdf372ed6f0
 
 # Avoid conflict of faq.html and FAQ.html, #30541
 extract.post_args-append --exclude=${distname}/docs/html/FAQ.html
@@ -42,15 +43,15 @@
     }
 }
 
-depends_build   bin:perl:perl5
+depends_build       bin:perl:perl5
 # Ignore trace reports about boost, Qt and OpenMP
 # as they are only used for tests
 
-patchfiles      link_tool_exe_darwin-ccache.diff \
-                patch-compat-snowleo.diff
+patchfiles          link_tool_exe_darwin-ccache.diff \
+                    patch-compat-snowleo.diff
 
-configure.args  --mandir=${prefix}/share/man \
-                --without-mpicc
+configure.args      --mandir=${prefix}/share/man \
+                    --without-mpicc
 
 if {${build_arch} eq "i386"} {
     configure.args-append --enable-only32bit
@@ -84,6 +85,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url ${homepage}
-livecheck.regex ${name}-(\\d(?:\\.\\d)+)
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     ${name}-(\\d(?:\\.\\d)+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140410/33fff5e8/attachment.html>


More information about the macports-changes mailing list