Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48c84ff138fc97912fff05d7766786a2255e9e4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48c84ff138fc97912fff05d7766786a2255e9e4)
  • Date: Tue, 6 Jan 2015 08:33:15 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

disk/partclone/DEPENDS | 3 +++
disk/partclone/DETAILS | 4 ++--
disk/partclone/HISTORY | 4 ++++
libs/newt/DEPENDS | 2 +-
libs/newt/DETAILS | 4 ++--
libs/newt/HISTORY | 4 ++++
net/network-manager/DEPENDS | 7 ++++---
net/network-manager/HISTORY | 3 +++
8 files changed, 23 insertions(+), 8 deletions(-)

New commits:
commit d48c84ff138fc97912fff05d7766786a2255e9e4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

network-manager - fix typos, depends wpa_supplicant

commit 593a985c4a7810a24be61f33196aa60f0331d8b1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

newt: => 0.52.18

commit 06ab3b830451e2d967e5bde88ad8a546d27151f2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

partclone: => 0.2.75

diff --git a/disk/partclone/DEPENDS b/disk/partclone/DEPENDS
index 425588d..9cabec8 100755
--- a/disk/partclone/DEPENDS
+++ b/disk/partclone/DEPENDS
@@ -7,4 +7,7 @@ optional_depends gettext \
'National Language support' &&
optional_depends e2fsprogs '--enable-extfs' '' 'support ext2/3/4 ' &&
optional_depends ntfs-3g '--enable-ntfs' '' 'support NTFS' &&
+optional_depends btrfs-progs '--enable-btrfs' '' 'support BTRFS' &&
+optional_depends jfsutils '--enable-jfs' '' 'support JFS' &&
+optional_depends xfsprogs '--enable-xfs' '' 'support XFS' &&
optional_depends ncurses '--enable-ncursesw' '' 'enable TEXT User
Interface'
diff --git a/disk/partclone/DETAILS b/disk/partclone/DETAILS
index c47c5d0..eaa9483 100755
--- a/disk/partclone/DETAILS
+++ b/disk/partclone/DETAILS
@@ -1,6 +1,6 @@
SPELL=partclone
- VERSION=0.2.73
-
SOURCE_HASH=sha512:9392a422a4bc698d043a3526c7594c961cc6da8061aa016038026f05e44df0cea2c39f22d42dc97d539b8faad6855c687d8804a8bf6c255cd89a756462cbc638
+ VERSION=0.2.75
+
SOURCE_HASH=sha512:8a76db040b76c08d7c34d75c9853ac64921126bd8cd2533bc0eddac725e6518c9847b203425d002cb444bb39154995cb19861a5764f86fe22fd39f057581c632
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
diff --git a/disk/partclone/HISTORY b/disk/partclone/HISTORY
index 58c9ee7..6a17523 100644
--- a/disk/partclone/HISTORY
+++ b/disk/partclone/HISTORY
@@ -1,3 +1,7 @@
+2015-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.2.75
+ * DEPENDS: xfsprogs, btrfs-progs, jfsutils
+
2014-10-13 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.73

diff --git a/libs/newt/DEPENDS b/libs/newt/DEPENDS
index ca937ef..97cfefe 100755
--- a/libs/newt/DEPENDS
+++ b/libs/newt/DEPENDS
@@ -8,4 +8,4 @@ optional_depends tcl "--with-tcl" \
"--without-tcl" \
"tcl bindings" &&

-optional_depends python '' '' 'for Python bindings (snack module)'
+optional_depends PYTHON '' '' 'for Python bindings (snack module)'
diff --git a/libs/newt/DETAILS b/libs/newt/DETAILS
index 5187acc..ce078be 100755
--- a/libs/newt/DETAILS
+++ b/libs/newt/DETAILS
@@ -1,6 +1,6 @@
SPELL=newt
- VERSION=0.52.17
-
SOURCE_HASH=sha512:ff96180e4501af88609a647b7737e2309e04cf8c7f1e93bf338c1d133ca49fdd20acfc872f8a91d8546a4f1c7a7d2e540bf3d245ff85eaf85a0414cbc7702b41
+ VERSION=0.52.18
+
SOURCE_HASH=sha512:223b4fba9568d7ddddd9292f52d5e556a24403642d1dac97b58c8ede698bc182ce7d5afd31df2cb1c5b8a8850529b50ce71d8ad84856be8d42fad0f1a33a48f8
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE_URL[0]=https://fedorahosted.org/releases/n/e/${SPELL}/${SOURCE}
diff --git a/libs/newt/HISTORY b/libs/newt/HISTORY
index f0da943..c0b8239 100644
--- a/libs/newt/HISTORY
+++ b/libs/newt/HISTORY
@@ -1,3 +1,7 @@
+2015-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.52.18
+ * DEPENDS: python => PYTHON
+
2014-09-14 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Update website
* DEPENDS: Clarify the python's module name
diff --git a/net/network-manager/DEPENDS b/net/network-manager/DEPENDS
index e81162e..3bdc637 100755
--- a/net/network-manager/DEPENDS
+++ b/net/network-manager/DEPENDS
@@ -38,7 +38,7 @@ optional_depends consolekit
\
"Enable ConsoleKit session tracking support?" &&

optional_depends dnsmasq \
- "--with-dnsmasq=" \
+ "--with-dnsmasq" \
"" \
"DNS proxy with integrated DHCP" &&

@@ -67,6 +67,7 @@ optional_depends ifupdown \
"Network activation" &&

optional_depends BLUEZ \
- "--enable-ifupdown" \
"" \
- "Bluetooth support"
+ "" \
+ "Bluetooth support" &&
+runtime_depends wpa_supplicant
diff --git a/net/network-manager/HISTORY b/net/network-manager/HISTORY
index a07a945..4769837 100644
--- a/net/network-manager/HISTORY
+++ b/net/network-manager/HISTORY
@@ -1,3 +1,6 @@
+2015-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: fix typos, add wpa_supplicant
+
2015-01-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.0
* DEPENDS add upower, dnsmasq, util-linux, libsoup, newt, libndp,
readline,



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d48c84ff138fc97912fff05d7766786a2255e9e4), Treeve Jelbert, 01/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page