Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5ca37747eecf38b2fddc3ca6175a9ba590eac795)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5ca37747eecf38b2fddc3ca6175a9ba590eac795)
  • Date: Wed, 23 Jul 2008 08:42:02 -0500

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

net/dhcpcd/DETAILS | 12 ++++++++----
net/dhcpcd/HISTORY | 6 +++++-
net/dhcpcd/INSTALL | 4 ++--
net/dhcpcd/PREPARE | 1 +
4 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit 5ca37747eecf38b2fddc3ca6175a9ba590eac795
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dhcpcd: => reverted to 3.2.3, added devel branch. Updating currently
working and stable version to -rc is a bad
idea, don't be lazy and make the selection ability for a user. Cleaned up
a bit.

diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index b63be4f..943338e 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,15 +1,19 @@
SPELL=dhcpcd
+if [[ $DHCPCD_DEVEL == y ]]; then
VERSION=4.0.0-rc1

SOURCE_HASH=sha512:c28d75744d615f91c8635c9195786f95ab7b52081f43c4af26cac918c114ff73a699cd0560972d7d11475330a7fa2c90fef0b3ca237a546042ee8e3eb2ef1a73
+else
+ VERSION=3.2.3
+
SOURCE_HASH=sha512:a491f6a01a4fc17be2135442f175f04a9d37fd5282b56d241a10eb3660979dc00c5652e77834adba13193be6bd750a3cf8d9f3b25569b0cf54f16afa230c4222
+fi
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://roy.marples.name/$SPELL/$SOURCE
-# SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
- WEB_SITE=http://developer.berlios.de/projects/dhcpcd/
+ WEB_SITE=http://roy.marples.name/dhcpcd/
LICENSE=GPL
ENTERED=20011126
KEYWORDS="net"
- SHORT='A DHCP client/daemon that works with @home'
+ SHORT="RFC2131 compliant DHCP client/daemon"
cat << EOF
dhcpcd is an RFC2131-, RFC2132-, and RFC1541-compliant DHCP client
daemon. It gets an IP address and other information from the DHCP
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index f764554..6e763a1 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,8 @@
+2008-07-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: 3.2.3, added devel branch, fixed website, quoting the paths
+ * INSTALL: fixed leases dirname, quoting the paths, cleaned up
+ * PREPARE: added devel brranch selection
+
2008-07-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.0-rc1

@@ -97,4 +102,3 @@

2002-07-05 Jeff Schmidt <jschmidt AT fnal.gov>
* added HISTORY and LICENSE
-
diff --git a/net/dhcpcd/INSTALL b/net/dhcpcd/INSTALL
index af2e446..04f2588 100755
--- a/net/dhcpcd/INSTALL
+++ b/net/dhcpcd/INSTALL
@@ -1,3 +1,3 @@
-make install DESTDIR=${INSTALL_ROOT} &&
+make install DESTDIR="$INSTALL_ROOT" &&

-install -d -m 0755 -o root -g root $INSTALL_ROOT/var/lib/dhcpc
+install -d -m 755 "$INSTALL_ROOT/var/lib/dhcpcd"
diff --git a/net/dhcpcd/PREPARE b/net/dhcpcd/PREPARE
new file mode 100755
index 0000000..f07c486
--- /dev/null
+++ b/net/dhcpcd/PREPARE
@@ -0,0 +1 @@
+config_query DHCPCD_DEVEL "Use development branch?" n



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5ca37747eecf38b2fddc3ca6175a9ba590eac795), Vlad Glagolev, 07/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page