[SM-Commit] GIT changes to stable-0.6 grimoire by Jaka Kranjc (b1b59de5d0f51597de445737af0879f04fb4122f)

Jaka Kranjc scm at mail.sourcemage.org
Mon Jan 29 16:35:18 EST 2007


GIT changes to stable-0.6 grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 devel/monotone/DEPENDS |    8 ++++++--
 devel/monotone/DETAILS |    1 +
 devel/monotone/HISTORY |    4 ++++
 3 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit b1b59de5d0f51597de445737af0879f04fb4122f
Author: Andraž Levstik <ruskie at mages.ath.cx>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    monotone: fix bug #10262
    (cherry picked from commit c3efb0df09ce817548941041000d1a96a499fb19)

diff --git a/devel/monotone/DEPENDS b/devel/monotone/DEPENDS
index d425240..1f2e2d4 100755
--- a/devel/monotone/DEPENDS
+++ b/devel/monotone/DEPENDS
@@ -1,5 +1,9 @@
-depends  boost  &&
-depends  popt   &&
+depends  boost                                   &&
+sub_depends boost REGEX                          &&
+sub_depends boost FILESYSTEM                     &&
+sub_depends boost DATE_TIME                      &&
+sub_depends boost PROGRAM_OPTIONS                &&
+depends  popt                                    &&
 
 optional_depends  gettext                        \
                   "--enable-nls"                 \
diff --git a/devel/monotone/DETAILS b/devel/monotone/DETAILS
index e163db6..f1e2d41 100755
--- a/devel/monotone/DETAILS
+++ b/devel/monotone/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
    SOURCE_URL[0]=http://www.venge.net/monotone/downloads/$SOURCE
       LICENSE[0]=GPL
         WEB_SITE=http://www.venge.net/monotone/
+      PATCHLEVEL=1
          ENTERED=20040117
         KEYWORDS="devel"
            SHORT='Free, distributed version control system'
diff --git a/devel/monotone/HISTORY b/devel/monotone/HISTORY
index ddc3b9f..b443387 100644
--- a/devel/monotone/HISTORY
+++ b/devel/monotone/HISTORY
@@ -1,3 +1,7 @@
+2007-01-04 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
+	* DETAILS: patchlevel++
+	* DEPENDS: added sub_depends for boost #10262
+
 2006-10-06 Anton Brondz <dinolinux at sourcemage.org>
 	* DETAILS: updated to 0.30, works with GCC 4 now, removed UPDATED
 



More information about the SM-Commit mailing list