Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 21:26:32 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476322 - head/devel/libubox
Message-ID:  <201808032126.w73LQWd6094338@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Fri Aug  3 21:26:32 2018
New Revision: 476322
URL: https://svnweb.freebsd.org/changeset/ports/476322

Log:
  devel/libubox: fix missing json-c dependency and distinfo

Modified:
  head/devel/libubox/Makefile
  head/devel/libubox/distinfo

Modified: head/devel/libubox/Makefile
==============================================================================
--- head/devel/libubox/Makefile	Fri Aug  3 20:29:52 2018	(r476321)
+++ head/devel/libubox/Makefile	Fri Aug  3 21:26:32 2018	(r476322)
@@ -10,6 +10,8 @@ COMMENT=	C utility functions for OpenWrt
 
 LICENSE=	GPLv2
 
+LIB_DEPENDS=	libjson-c.so:devel/json-c
+
 USES=		cmake lua:51 tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	mmatuska

Modified: head/devel/libubox/distinfo
==============================================================================
--- head/devel/libubox/distinfo	Fri Aug  3 20:29:52 2018	(r476321)
+++ head/devel/libubox/distinfo	Fri Aug  3 21:26:32 2018	(r476322)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533290168
-SHA256 (mmatuska-libubox-20180802-c83a84af_GH0.tar.gz) = 468debd29c52e49b6e327ee321df3b6835f35e18bd7d58e934137f72f0cf2c0f
-SIZE (mmatuska-libubox-20180802-c83a84af_GH0.tar.gz) = 63882
+TIMESTAMP = 1533297798
+SHA256 (mmatuska-libubox-20180803-c83a84af_GH0.tar.gz) = 468debd29c52e49b6e327ee321df3b6835f35e18bd7d58e934137f72f0cf2c0f
+SIZE (mmatuska-libubox-20180803-c83a84af_GH0.tar.gz) = 63882



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808032126.w73LQWd6094338>