Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a7e23a5f4c22e037acf0d2da1b629b009ed42add)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a7e23a5f4c22e037acf0d2da1b629b009ed42add)
  • Date: Fri, 4 Sep 2009 09:41:09 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

archive/bacula/DEPENDS | 2 +-
archive/bacula/DETAILS | 27 +++++++++++----------------
archive/bacula/HISTORY | 5 +++++
archive/bacula/bacula-3.0.2.gpg |binary
archive/bacula/bacula.gpg | 0
dev/null |binary
6 files changed, 17 insertions(+), 17 deletions(-)

New commits:
commit 0a6d565a4c8605bdfb58b01e798120799c54308b
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

archive/bacula: updated to version 3.0.2, git for scm ; dependency on
mtx-tape made optional

diff --git a/archive/bacula/DEPENDS b/archive/bacula/DEPENDS
index c12d567..a71837b 100755
--- a/archive/bacula/DEPENDS
+++ b/archive/bacula/DEPENDS
@@ -4,9 +4,9 @@ if [[ "$BACULA_CVS" == y ]]; then
depends "CVS"
fi &&
if [[ -z "$BACULA_CLIENT" ]]; then
- depends mtx-tape &&
depends $BACULA_BACKEND "--with-$BACULA_BACKEND=$INSTALL_ROOT/usr" &&

+ optional_depends mtx-tape '' '' 'for tape support' &&
optional_depends libgnome '--enable-gnome' '--disable-gnome' 'for GNOME
console' &&
optional_depends wxgtk '--enable-wx-console' '--disable-wx-console' 'for
wxWidgets console' &&
optional_depends gtk+2 '--enable-tray-monitor' '--disable-tray-monitor'
'for tray monitor' &&
diff --git a/archive/bacula/DETAILS b/archive/bacula/DETAILS
index f4eabfe..d20f1f1 100755
--- a/archive/bacula/DETAILS
+++ b/archive/bacula/DETAILS
@@ -1,33 +1,28 @@
-
SPELL=bacula
-
if [ "${BACULA_CVS}" == 'y' ]
then
-if [ "${BACULA_CVS_AUTOUPDATE}" == 'y' ]
-then
+ if [ "${BACULA_CVS_AUTOUPDATE}" == 'y' ]
+ then
VERSION=$(date +%Y%m%d)
- FORCE_DOWNLOAD='on'
-else
- VERSION='cvs'
-fi
-
+ else
+ VERSION=scm
+ fi
+ FORCE_DOWNLOAD=on
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_IGNORE=volatile
-
SOURCE_URL[0]='cvs://:pserver:anonymous AT bacula.cvs.sourceforge.net:/cvsroot/bacula:bacula'
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=git://bacula.git.sourceforge.net/gitroot/bacula/bacula:$SPELL-$VERSION
else
- VERSION=1.38.11
+ VERSION=3.0.2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
- SOURCE_GPG="${SPELL}.gpg":"${SOURCE2}":UPSTREAM_KEY
SOURCE2_IGNORE=signature
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE2_URL[0]=${SOURCE_URL}.sig
+ SOURCE_GPG=${SPELL}-${VERSION}.gpg:${SOURCE2}
fi
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.bacula.org/
ENTERED=20050419
- UPDATED=20060507
LICENSE[0]=GPL
KEYWORDS="archive"
SHORT='Network backup system'
diff --git a/archive/bacula/HISTORY b/archive/bacula/HISTORY
index be1643d..ccf2f6e 100644
--- a/archive/bacula/HISTORY
+++ b/archive/bacula/HISTORY
@@ -1,3 +1,7 @@
+2009-09-04 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 3.0.2, now use git instead of cvs for
scm
+ * DEPENDS: made dependency on mtx-tape optional
+
2007-03-21 David Kowis <dkowis AT shlrm.org>
* BUILD: fixed python path, fixed sqlite include

@@ -55,3 +59,4 @@

2005-04-19 Sergey Lipnevich <sergey AT sourcemage.org>
* ALL: created spell
+
diff --git a/archive/bacula/bacula-3.0.2.gpg b/archive/bacula/bacula-3.0.2.gpg
new file mode 100644
index 0000000..948351b
Binary files /dev/null and b/archive/bacula/bacula-3.0.2.gpg differ
diff --git a/archive/bacula/bacula.gpg b/archive/bacula/bacula.gpg
deleted file mode 100644
index bb0d177..0000000
Binary files a/archive/bacula/bacula.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (a7e23a5f4c22e037acf0d2da1b629b009ed42add), Quentin Rameau, 09/04/2009

Archive powered by MHonArc 2.6.24.

Top of Page