From 2070c91672046df93fbf35c777e0f13a1f73036b Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Wed, 13 Mar 2013 18:29:08 +0000
Subject: [PATCH] fix date and dependency

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 36006
---
 package/procd/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/procd/Makefile b/package/procd/Makefile
index 25b0271b37e..8cb1d30742d 100644
--- a/package/procd/Makefile
+++ b/package/procd/Makefile
@@ -1,7 +1,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=procd
-PKG_VERSION:=2012-03-13
+PKG_VERSION:=2013-03-13
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
 
 PKG_SOURCE_PROTO:=git
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/cmake.mk
 define Package/procd
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=+ubusd +ubus +libjson_script
+  DEPENDS:=+ubusd +ubus +libjson-script
   TITLE:=OpenWrt system process manager
 endef
 
-- 
GitLab