public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 06042c2e3d3eebd34169819130b246651b5e3b5e
@ 2012-08-24 14:24 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-08-24 14:24 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4832 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".

The branch, thirteen has been updated
       via  06042c2e3d3eebd34169819130b246651b5e3b5e (commit)
       via  588ae9cd92389e804829a511403f60dbdb87f1cf (commit)
      from  161f8b313d0144f9ac766531b5742726fa54b46f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 06042c2e3d3eebd34169819130b246651b5e3b5e
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Aug 24 16:24:10 2012 +0200

    Remove glib as a dependency.

commit 588ae9cd92389e804829a511403f60dbdb87f1cf
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date:   Fri Aug 24 16:22:24 2012 +0200

    less: Update to 443.

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/common/less |    6 +++---
 lfs/bluetooth                |    2 +-
 lfs/less                     |    4 ++--
 lfs/mc                       |    2 +-
 lfs/mpd                      |    2 +-
 lfs/nagios                   |    2 +-
 lfs/openvmtools              |    3 ++-
 lfs/streamripper             |    2 +-
 8 files changed, 12 insertions(+), 11 deletions(-)

Difference in files:
diff --git a/config/rootfiles/common/less b/config/rootfiles/common/less
index bd8faf5..5b573c9 100644
--- a/config/rootfiles/common/less
+++ b/config/rootfiles/common/less
@@ -1,6 +1,6 @@
 usr/bin/less
 #usr/bin/lessecho
 #usr/bin/lesskey
-#usr/man/man1/less.1
-#usr/man/man1/lessecho.1
-#usr/man/man1/lesskey.1
+#usr/share/man/man1/less.1
+#usr/share/man/man1/lessecho.1
+#usr/share/man/man1/lesskey.1
diff --git a/lfs/bluetooth b/lfs/bluetooth
index 961b1e6..ca3176d 100644
--- a/lfs/bluetooth
+++ b/lfs/bluetooth
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = bluetooth
 PAK_VER    = 1
 
-DEPS       = "dbus glib"
+DEPS       = "dbus"
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/less b/lfs/less
index 0a4833f..d9680c8 100644
--- a/lfs/less
+++ b/lfs/less
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 394
+VER        = 443
 
 THISAPP    = less-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a9f072ccefa0d315b325f3e9cdbd4b97
+$(DL_FILE)_MD5 = 47db098fb3cdaf847b3c4be05ee954fc
 
 install : $(TARGET)
 
diff --git a/lfs/mc b/lfs/mc
index 25a949e..895b2d4 100644
--- a/lfs/mc
+++ b/lfs/mc
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mc
 PAK_VER    = 5
 
-DEPS       = "glib"
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/mpd b/lfs/mpd
index ca82ad2..1f57f18 100644
--- a/lfs/mpd
+++ b/lfs/mpd
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mpd
 PAK_VER    = 14
 
-DEPS       = "alsa faad2 ffmpeg-libs glib lame libmad libshout libogg libid3tag libvorbis"
+DEPS       = "alsa faad2 ffmpeg-libs lame libmad libshout libogg libid3tag libvorbis"
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/nagios b/lfs/nagios
index bbaed79..c2affea 100644
--- a/lfs/nagios
+++ b/lfs/nagios
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = nagios
 PAK_VER    = 2
 
-DEPS       = "glib traceroute libtool"
+DEPS       = "traceroute libtool"
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/openvmtools b/lfs/openvmtools
index d8a7c48..229ed8f 100644
--- a/lfs/openvmtools
+++ b/lfs/openvmtools
@@ -34,7 +34,8 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 SUP_ARCH   = i586
 PROG       = openvmtools
 PAK_VER    = 1
-DEPS       = "glib"
+
+DEPS       = ""
 
 ###############################################################################
 # Top-level Rules
diff --git a/lfs/streamripper b/lfs/streamripper
index 9ef65af..4e30f8b 100644
--- a/lfs/streamripper
+++ b/lfs/streamripper
@@ -34,7 +34,7 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = streamripper
 PAK_VER    = 1
 
-DEPS       = "glib libmad libogg libvorbis faad2"
+DEPS       = "libmad libogg libvorbis faad2"
 
 ###############################################################################
 # Top-level Rules


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-24 14:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-24 14:24 [git.ipfire.org] IPFire 2.x development tree branch, thirteen, updated. 06042c2e3d3eebd34169819130b246651b5e3b5e git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox