[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99c763f46d6adeee9c593439d733610fb206331b)

Vlad Glagolev scm at sourcemage.org
Thu Jul 29 08:24:08 EDT 2010


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 ftp/rsync/DEPENDS |   15 +++++++++++++--
 ftp/rsync/DETAILS |   13 +++++++++++++
 ftp/rsync/HISTORY |    5 +++++
 3 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 99c763f46d6adeee9c593439d733610fb206331b
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    rsync: added git version for 3.0.x branch

diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS
index 5206e3d..714589c 100755
--- a/ftp/rsync/DEPENDS
+++ b/ftp/rsync/DEPENDS
@@ -1,3 +1,14 @@
 optional_depends popt \
-                 "" "--with-included-popt" \
-                 "to use system popt library instead of bundled"
+                 "--without-included-popt" \
+                 "--with-included-popt" \
+                 "to use system popt library instead of bundled" &&
+
+optional_depends acl \
+                 "--enable-acl-support" \
+                 "--disable-acl-support" \
+                 "for ACL support" &&
+
+optional_depends attr \
+                 "--enable-xattr-support" \
+                 "--disable-xattr-support" \
+                 "for extended attributes support"
diff --git a/ftp/rsync/DETAILS b/ftp/rsync/DETAILS
index b2b16f7..3699408 100755
--- a/ftp/rsync/DETAILS
+++ b/ftp/rsync/DETAILS
@@ -1,4 +1,16 @@
            SPELL=rsync
+if [[ $RSYNC_GIT == y ]]; then
+  if [[ $RSYNC_GIT_AUTOUPDATE == y ]]; then
+         VERSION=$(date +%Y%m%d)
+  else
+         VERSION=git
+  fi
+          SOURCE=$SPELL-git.tar.bz2
+   SOURCE_URL[0]=git://git.samba.org/$SPELL.git:$SPELL-git:b3.0.x
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+   SOURCE_IGNORE=volatile
+  FORCE_DOWNLOAD=1
+else
          VERSION=3.0.7
           SOURCE=$SPELL-$VERSION.tar.gz
          SOURCE2=$SOURCE.asc
@@ -9,6 +21,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
       SOURCE_GPG=WayneDavison.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE2_IGNORE=signature
+fi
         WEB_SITE=http://rsync.samba.org/
          ENTERED=20010922
       LICENSE[0]=GPL
diff --git a/ftp/rsync/HISTORY b/ftp/rsync/HISTORY
index 1402e21..5dc59f6 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,8 @@
+2010-07-29 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: added git version
+	* PREPARE: added, to select git version
+	* DEPENDS: corrected popt flags; added missing deps
+
 2010-01-01 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 3.0.7
 



More information about the SM-Commit mailing list