summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko van der Vossen2007-06-01 11:35:25 +0200
committerRemko van der Vossen2007-06-01 11:35:25 +0200
commit990ed413f53c9fc952dadc2a93376b251b8f3328 (patch)
tree1f1504a5f323fca61f44e5311622002241ad48eb
parentfa4dee48a661c9e14e9f676fbf5413aace260b20 (diff)
net/dhcpcd: Updated to dhcpcd 3.0.17
-rwxr-xr-xnet/dhcpcd/BUILD10
-rw-r--r--[-rwxr-xr-x]net/dhcpcd/DEPENDS3
-rwxr-xr-xnet/dhcpcd/DETAILS6
-rw-r--r--net/dhcpcd/HISTORY6
-rwxr-xr-xnet/dhcpcd/INSTALL3
5 files changed, 12 insertions, 16 deletions
diff --git a/net/dhcpcd/BUILD b/net/dhcpcd/BUILD
index 5cdfa87b7b..9b48f69fc3 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
index 18594eb242..35bb69656e 100755..100644
--- 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 166efd8df4..917371666e 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 d241af43b4..4e31c2ac0c 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,9 @@
+2007-05-31 Remko van der Vossen <wich@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@sourcemage.org>
* DETAILS: version 2.0.8
diff --git a/net/dhcpcd/INSTALL b/net/dhcpcd/INSTALL
index e9ba6f17ca..44795166b7 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}