[Lunar-commits] <moonbase> subversion: DEPENDS cleanup, explicit flags

Christian Krause wookietreiber at lunar-linux.org
Wed May 11 12:25:00 CEST 2011


commit 5c54182d4d58e0b96fbc21cd8d220b898d10feb8
Author: Christian Krause <wookietreiber at lunar-linux.org>
Date:   Wed May 11 12:25:00 2011 +0200

    subversion: DEPENDS cleanup, explicit flags
---
 devel/subversion/DEPENDS |   14 +++-----------
 devel/subversion/DETAILS |    4 ++--
 2 files changed, 5 insertions(+), 13 deletions(-)

diff --git a/devel/subversion/DEPENDS b/devel/subversion/DEPENDS
index b83c9a8..f4a4798 100644
--- a/devel/subversion/DEPENDS
+++ b/devel/subversion/DEPENDS
@@ -3,14 +3,6 @@ depends  zlib
 depends  apr-util
 depends  sqlite
 
-optional_depends "cyrus-sasl"  ""  ""  "for SASL support"
-
-optional_depends "swig"  \
-                 ""      \
-                 "--without-swig"  \
-                 "for Perl/Python and Ruby Swig Bindings"
-
-optional_depends "%JAVA_SDK"  \
-                 "--enable-javahl --without-jikes"  \
-                 "--disable-javahl"   \
-                 "for java bindings"
+optional_depends "cyrus-sasl" "--with-sasl"                     "--without-sasl"   "for SASL support"
+optional_depends "swig"       "--with-swig"                     "--without-swig"   "for Swig bindings"
+optional_depends "%JAVA_SDK"  "--enable-javahl --without-jikes" "--disable-javahl" "for Java bindings (JavaHL)"
diff --git a/devel/subversion/DETAILS b/devel/subversion/DETAILS
index d4cc0d2..97566e4 100644
--- a/devel/subversion/DETAILS
+++ b/devel/subversion/DETAILS
@@ -3,11 +3,11 @@
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://subversion.tigris.org/downloads
       SOURCE_VFY=sha1:c1a050bd8ad2444eb6729b8a7f451960711af2df
-        WEB_SITE=http://subversion.tigris.org
+        WEB_SITE=http://subversion.tigris.org/
          ENTERED=20030126
          UPDATED=20110305
-           PSAFE=no
            SHORT="A free/open-source version control system"
+           PSAFE=no
 
 cat << EOF
 Subversion is a free/open-source version control system. That


More information about the Lunar-commits mailing list