diff options
author | Don Lewis <truckman@FreeBSD.org> | 2015-10-28 02:36:18 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2015-10-28 02:36:18 +0000 |
commit | c7e328bb68bb32bbaaf39bad91f9364495d4a1ed (patch) | |
tree | 6f50bb4870bdacb3f2af53ea5acd25d3214dacab /net/nmsg | |
parent | aadb18327d88db02ef14e46ec9a6ff31b0ee3139 (diff) |
Notes
Diffstat (limited to 'net/nmsg')
-rw-r--r-- | net/nmsg/Makefile | 8 | ||||
-rw-r--r-- | net/nmsg/distinfo | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net/nmsg/Makefile b/net/nmsg/Makefile index 98738b3e0c53..28f18a44da5f 100644 --- a/net/nmsg/Makefile +++ b/net/nmsg/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= nmsg -PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTVERSION= 0.10.0 CATEGORIES= net MASTER_SITES= FARSIGHT LOCAL/truckman/farsight @@ -14,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c \ libxs.so:${PORTSDIR}/devel/libxs \ - libwdns.so:${PORTSDIR}/dns/wdns + libwdns.so:${PORTSDIR}/dns/wdns \ + libyajl.so:${PORTSDIR}/devel/yajl GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -30,6 +30,8 @@ OPTIONS_DEFINE= DOXYGEN EXAMPLES MANPAGES OPTIONS_DEFAULT= DOXYGEN MANPAGES OPTIONS_SUB= yes +CPPFLAGS+= -I${LOCALBASE}/include/yajl + ALL_TARGET= all DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen DOXYGEN_ALL_TARGET= html-local diff --git a/net/nmsg/distinfo b/net/nmsg/distinfo index db8c44ee0f73..b60c0d59cf02 100644 --- a/net/nmsg/distinfo +++ b/net/nmsg/distinfo @@ -1,2 +1,2 @@ -SHA256 (nmsg-0.9.1.tar.gz) = b214e2354f35356dbd9f448277d8fc638495349f8b9560d3f3391415c46a06cc -SIZE (nmsg-0.9.1.tar.gz) = 566849 +SHA256 (nmsg-0.10.0.tar.gz) = efa676074ce428c482edd4890dfb3a7a7a376ce48c5ce4842f832b1841a56653 +SIZE (nmsg-0.10.0.tar.gz) = 583484 |