summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-07-29 16:23:52 +0400
committerVlad Glagolev2010-07-29 16:23:52 +0400
commit99c763f46d6adeee9c593439d733610fb206331b (patch)
treebe3c5d8dabb0a26ef58612744a5b72f9aff4d419
parentb13a807498c9c3231bcc06cf656fcff8e7a82eee (diff)
rsync: added git version for 3.0.x branch
-rwxr-xr-xftp/rsync/DEPENDS15
-rwxr-xr-xftp/rsync/DETAILS13
-rw-r--r--ftp/rsync/HISTORY5
3 files changed, 31 insertions, 2 deletions
diff --git a/ftp/rsync/DEPENDS b/ftp/rsync/DEPENDS
index 5206e3debf..714589c4ed 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 b2b16f71b8..3699408d93 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 1402e21a3f..5dc59f691e 100644
--- a/ftp/rsync/HISTORY
+++ b/ftp/rsync/HISTORY
@@ -1,3 +1,8 @@
+2010-07-29 Vlad Glagolev <stealth@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@sourcemage.org>
* DETAILS: updated spell to 3.0.7