summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2014-10-07 13:41:51 +0200
committerTreeve Jelbert2014-10-07 18:28:32 +0200
commit93e82d4f3a086caa97e69a95d7f9faee441e16fd (patch)
tree8077184003a8f452bbdc5fd04b1c360d7f3b4563
parenta6bfc5c2d049bdd681d02eebcadd9e3e3b99e0e1 (diff)
dhcpcd: => 6.5.0
-rwxr-xr-xnet/dhcpcd/DEPENDS3
-rwxr-xr-xnet/dhcpcd/DETAILS4
-rw-r--r--net/dhcpcd/HISTORY4
3 files changed, 8 insertions, 3 deletions
diff --git a/net/dhcpcd/DEPENDS b/net/dhcpcd/DEPENDS
index ad6200636f..0d87f06b92 100755
--- a/net/dhcpcd/DEPENDS
+++ b/net/dhcpcd/DEPENDS
@@ -1,4 +1,5 @@
# smgl-fhs and gnupg are needed to ensure proper directory structure and source
# checking are in place on a virgin system before casting
depends gnupg &&
-depends smgl-fhs
+depends smgl-fhs &&
+optional_depends UDEV '' '' 'device detection'
diff --git a/net/dhcpcd/DETAILS b/net/dhcpcd/DETAILS
index f9482b209e..768f693272 100755
--- a/net/dhcpcd/DETAILS
+++ b/net/dhcpcd/DETAILS
@@ -1,6 +1,6 @@
SPELL=dhcpcd
- VERSION=6.4.5
- SOURCE_HASH=sha512:04161d7475ac8abd71e6f20f63400ca29fa765751816d067850699576b67ab12d9fe822ffd1c6234823ddca7820009667ae7781bf2a31c2595b05208cca29711
+ VERSION=6.5.0
+ SOURCE_HASH=sha512:7e2e13013ca868f03124b2a93d08a4b5b41ecb11f8eaa60bc96788052cec0e755d5e9a9f21c67e33cc5007b6b3c8cf52953fa2e6117a6733a5475e9ea612e4bb
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://roy.marples.name/downloads/$SPELL/$SOURCE
diff --git a/net/dhcpcd/HISTORY b/net/dhcpcd/HISTORY
index 3a53c2ef8a..09bf51c8b7 100644
--- a/net/dhcpcd/HISTORY
+++ b/net/dhcpcd/HISTORY
@@ -1,3 +1,7 @@
+2014-10-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.5.0
+ * DEPENDS: add UDEV
+
2014-09-26 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 6.4.5