[153505] trunk/dports/devel/bashdb/Portfile

larryv at macports.org larryv at macports.org
Mon Oct 3 19:06:57 CEST 2016


Revision: 153505
          https://trac.macports.org/changeset/153505
Author:   larryv at macports.org
Date:     2016-10-03 10:06:57 -0700 (Mon, 03 Oct 2016)
Log Message:
-----------
bashdb: Rearrange and reformat

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

Modified: trunk/dports/devel/bashdb/Portfile
===================================================================
--- trunk/dports/devel/bashdb/Portfile	2016-10-03 16:31:47 UTC (rev 153504)
+++ trunk/dports/devel/bashdb/Portfile	2016-10-03 17:06:57 UTC (rev 153505)
@@ -1,33 +1,32 @@
 # -*- 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            bashdb
-version         4.3-0.91
-categories      devel
-maintainers     nomaintainer
-license         GPL-2
+name                bashdb
+version             4.3-0.91
+categories          devel
+platforms           darwin
+license             GPL-2
+maintainers         nomaintainer
 
-description     Debugger for scripts written in BASH
-long_description \
-    bashdb is a script debugger for BASH that follows the GNU Project Debugger \
-    (GDB) command syntax. bashdb can run your script, stop it on specified \
-    conditions, help you examine what has happened when it has stopped, and \
-    allow you to modify parts of your script so that you can experiment with \
-    your code and fix problems once they are identified.
+description         Debugger for scripts written in BASH
+long_description    bashdb is a script debugger for BASH that follows \
+                    the GNU Project Debugger (GDB) command syntax. \
+                    bashdb can run your script, stop it on specified \
+                    conditions, help you examine what has happened when \
+                    it has stopped, and allow you to modify parts of \
+                    your script so that you can experiment with your \
+                    code and fix problems once they are identified.
+homepage            http://bashdb.sourceforge.net
 
-homepage        http://bashdb.sourceforge.net/
-platforms       darwin
+depends_lib         port:bash
 
-master_sites    sourceforge
+master_sites        sourceforge
+checksums           rmd160  5f6b8e6b2abaa55abb64e21371ab7ea20a6bd855 \
+                    sha256  a8d76679d254b9f3195343d593c43004bba77acc284a35f2fa724472f5efceb1
 
-checksums       rmd160  5f6b8e6b2abaa55abb64e21371ab7ea20a6bd855 \
-                sha256  a8d76679d254b9f3195343d593c43004bba77acc284a35f2fa724472f5efceb1
+test.run            yes
+test.target         check
 
-depends_lib     port:bash
-
-test.run        yes
-test.target     check
-
-livecheck.type  sourceforge
+livecheck.type      sourceforge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161003/24faeebe/attachment-0002.html>


More information about the macports-changes mailing list