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

raimue at macports.org raimue at macports.org
Fri Aug 21 11:17:00 PDT 2009


Revision: 55949
          http://trac.macports.org/changeset/55949
Author:   raimue at macports.org
Date:     2009-08-21 11:16:56 -0700 (Fri, 21 Aug 2009)
Log Message:
-----------
devel/valgrind:
Changing description to remove old warning messages and better reflect what
valgrind is.

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

Modified: trunk/dports/devel/valgrind/Portfile
===================================================================
--- trunk/dports/devel/valgrind/Portfile	2009-08-21 17:56:58 UTC (rev 55948)
+++ trunk/dports/devel/valgrind/Portfile	2009-08-21 18:16:56 UTC (rev 55949)
@@ -8,14 +8,13 @@
 platforms       darwin
 maintainers     raimue
 
-description     Valgrind is a powerful open-source memory debugger.
+description     A powerful open-source memory debugger.
 long_description \
-    Valgrind is a powerful open-source memory debugger. This is a port of \
-    Valgrind for Mac OS X. It is UNSUPPORTED and INCOMPLETE and BUGGY. It may \
-    not find bugs in your program, or run your program correctly, or run your \
-    program at all.
+    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
+master_sites    http://valgrind.org/downloads/
 use_bzip2 yes
 
 depends_build   bin:perl:perl5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090821/5e1e2bca/attachment.html>


More information about the macports-changes mailing list