[Lunar-commits] <moonbase> ddd: fix the download path. some small tweaks.

Florin Braescu florin at lunar-linux.org
Thu Feb 12 13:46:07 CET 2009


commit 4f49bc65db839b9d83cced053adcd51366b7975f
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Feb 12 14:46:07 2009 +0200

    ddd: fix the download path. some small tweaks.
---
 devel/ddd/DEPENDS |    2 +-
 devel/ddd/DETAILS |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/devel/ddd/DEPENDS b/devel/ddd/DEPENDS
index e2ec379..9ab8050 100644
--- a/devel/ddd/DEPENDS
+++ b/devel/ddd/DEPENDS
@@ -1,2 +1,2 @@
-depends  openMotif  &&
+depends  openMotif
 depends  gdb
diff --git a/devel/ddd/DETAILS b/devel/ddd/DETAILS
index e65097b..b63de15 100644
--- a/devel/ddd/DETAILS
+++ b/devel/ddd/DETAILS
@@ -1,9 +1,9 @@
           MODULE=ddd
          VERSION=3.3.11
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_URL=$GNU_URL/$MODULE
       SOURCE_VFY=sha1:c302c37bdcccaad22e235177f5962dec424b1de3
-        WEB_SITE=http://www.gnu.org/software/ddd/
+        WEB_SITE=http://www.gnu.org/software/ddd
          ENTERED=20020308
          UPDATED=20050722
            SHORT="A graphical front-end for command-line debuggers"
@@ -11,7 +11,7 @@
 cat << EOF
 GNU DDD is a graphical front-end for command-line debuggers such as 
 GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash 
-debugger, or the Python debugger.  Besides ``usual'' front-end 
+debugger, or the Python debugger. Besides ``usual'' front-end 
 features such as viewing source texts, DDD has become famous through
 its interactive graphical data display, where data structures are
 displayed as graphs.


More information about the Lunar-commits mailing list