Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (990ed413f53c9fc952dadc2a93376b251b8f3328)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (990ed413f53c9fc952dadc2a93376b251b8f3328)
  • Date: Fri, 1 Jun 2007 04:35:42 -0500

GIT changes to master grimoire by Remko van der Vossen <wich AT stack.nl>:

net/dhcpcd/BUILD | 10 +---------
net/dhcpcd/DEPENDS | 3 +--
net/dhcpcd/DETAILS | 6 +++---
net/dhcpcd/HISTORY | 6 ++++++
net/dhcpcd/INSTALL | 3 +--
5 files changed, 12 insertions(+), 16 deletions(-)

New commits:
commit 990ed413f53c9fc952dadc2a93376b251b8f3328
Author: Remko van der Vossen <wich AT stack.nl>
Commit: Remko van der Vossen <wich AT stack.nl>

net/dhcpcd: Updated to dhcpcd 3.0.17

diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
index 5cdfa87..9b48f69 100755
--- a/net/dhcpcd/BUILD
+++ b/net/dhcpcd/BUILD
@@ -1,9 +1 @@
-./configure --build=$BUILD \
- --prefix=${TRACK_ROOT} \
- --sysconfdir=${TRACK_ROOT}/etc \
- --mandir=${TRACK_ROOT}/usr/share/man \
- --infodir=${TRACK_ROOT}/usr/share/info \
- --localstatedir=${TRACK_ROOT}/var \
- $OPTS &&
-
-make DESTDIR=${INSTALL_ROOT}
+make DESTDIR=${TRACK_ROOT}
diff --git a/net/dhcpcd/DEPENDS b/net/dhcpcd/DEPENDS
old mode 100755
new mode 100644
index 18594eb..35bb696
--- a/net/dhcpcd/DEPENDS
+++ b/net/dhcpcd/DEPENDS
@@ -1,2 +1 @@
-depends gnupg &&
-depends smgl-fhs
+depends smgl-fhs
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index 166efd8..9173716 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,9 +1,9 @@
SPELL=dhcpcd
- VERSION=2.0.8
+ VERSION=3.0.17
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.berlios.de/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:ee32bb644a9db9b814c9d04aaa8717693d50f5165ead3101f500fc9b5863483fb3300287310a8d4ded77b111b159c49c71e8e1cb139ba562593dc634a67511c1
+
SOURCE_HASH=sha512:e390464a9726a1984a7d0601187d32ee343c386b402ca68c72ed364e0d8b4b25c357aa9495d49f3999b04fd03ecc8f17925410ad636da239a2ff5dd879a30a33
WEB_SITE=http://developer.berlios.de/projects/dhcpcd/
LICENSE=GPL
ENTERED=20011126
@@ -15,5 +15,5 @@ daemon. It gets an IP address and other information from
the DHCP
server, automatically configures the network interface, and tries to
renew the lease time according to RFC2131 or RFC1541.

-DHCPCD 2 is now hosted at BerliOS and has new maintainers.
+DHCPCD is now hosted at BerliOS and has new maintainers.
EOF
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index d241af4..4e31c2a 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,9 @@
+2007-05-31 Remko van der Vossen <wich AT stack.nl>
+ * DETAILS: Bumped to version 3.0.17
+ * BUILD: removed configure call
+ * INSTALL: removed chmod /etc/dhcpc/dhcpcd.exe
+ * DEPENDS: removed GnuPG dependency
+
200610-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.8

diff --git a/net/dhcpcd/INSTALL b/net/dhcpcd/INSTALL
index e9ba6f1..4479516 100755
--- a/net/dhcpcd/INSTALL
+++ b/net/dhcpcd/INSTALL
@@ -1,2 +1 @@
-make install DESTDIR=${INSTALL_ROOT} &&
-chmod a+x $INSTALL_ROOT/etc/dhcpc/dhcpcd.exe
+make install DESTDIR=${INSTALL_ROOT}




Archive powered by MHonArc 2.6.24.

Top of Page