Skip to Content.
Sympa Menu

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

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 (ed0682584ab5fa51311470a45872fd3084fe7f36)
  • Date: Sun, 24 Aug 2008 09:49:34 -0500

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

net/dhcpcd/BUILD | 2 +-
net/dhcpcd/DETAILS | 8 ++++----
net/dhcpcd/HISTORY | 3 +++
3 files changed, 8 insertions(+), 5 deletions(-)

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

dhcpcd: => 4.0.0, cleaned up

diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
index 2d09619..99e1269 100755
--- a/net/dhcpcd/BUILD
+++ b/net/dhcpcd/BUILD
@@ -1 +1 @@
-CSTD=gnu99 make DESTDIR=${TRACK_ROOT}
+CSTD=gnu99 make DESTDIR="$INSTALL_ROOT"
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 943338e..0a54c6e 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,10 +1,10 @@
SPELL=dhcpcd
if [[ $DHCPCD_DEVEL == y ]]; then
- VERSION=4.0.0-rc1
-
SOURCE_HASH=sha512:c28d75744d615f91c8635c9195786f95ab7b52081f43c4af26cac918c114ff73a699cd0560972d7d11475330a7fa2c90fef0b3ca237a546042ee8e3eb2ef1a73
+ VERSION=4.0.0
+
SOURCE_HASH=sha512:15cc4e939b43fdde03eed572d1c3cb3a93fbe99a3e3c8d3a3e7226d8594e507c6f26c7d5d3d9a58d4978dcb9de41a5a6e2e347e93f6878defe0217530007c598
else
- VERSION=3.2.3
-
SOURCE_HASH=sha512:a491f6a01a4fc17be2135442f175f04a9d37fd5282b56d241a10eb3660979dc00c5652e77834adba13193be6bd750a3cf8d9f3b25569b0cf54f16afa230c4222
+ VERSION=4.0.0
+
SOURCE_HASH=sha512:15cc4e939b43fdde03eed572d1c3cb3a93fbe99a3e3c8d3a3e7226d8594e507c6f26c7d5d3d9a58d4978dcb9de41a5a6e2e347e93f6878defe0217530007c598
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index 6e763a1..369ca06 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,6 @@
+2008-08-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.0.0 (both branches)
+
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




Archive powered by MHonArc 2.6.24.

Top of Page