aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2015-10-28 10:37:51 +0800
committertruckman <truckman@FreeBSD.org>2015-10-28 10:37:51 +0800
commit12db8e721d9b116083bbff0d767e8b9ae1523278 (patch)
tree0eeea7cbf519575057e56db0c39d73bfadf33c50 /net
parent9a16777725a7f44cdc4679fc5f9ca8a375978339 (diff)
downloadfreebsd-ports-gnome-12db8e721d9b116083bbff0d767e8b9ae1523278.tar.gz
freebsd-ports-gnome-12db8e721d9b116083bbff0d767e8b9ae1523278.tar.zst
freebsd-ports-gnome-12db8e721d9b116083bbff0d767e8b9ae1523278.zip
Upgrade to pynmsg revision 0.4.0.
pynmsg (0.4.0) * Add missing 'nogil' annotations to nmsg_input_open_json(), nmsg_message_from_json() * setup.py: Require libnmsg >= 0.10.0 due to JSON I/O * Add JSON IO support * setup.py: Use pkg-config to retrieve -I, -L, -l flags for libnmsg * Add embedsignature preprocessor directive to all pyx files Sponsored by: Farsight Security, Inc.
Diffstat (limited to 'net')
-rw-r--r--net/py-pynmsg/Makefile5
-rw-r--r--net/py-pynmsg/distinfo4
2 files changed, 4 insertions, 5 deletions
diff --git a/net/py-pynmsg/Makefile b/net/py-pynmsg/Makefile
index 6258c94d6e75..8d980c1fadd0 100644
--- a/net/py-pynmsg/Makefile
+++ b/net/py-pynmsg/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= pynmsg
-PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTVERSION= 0.4.0
CATEGORIES= net python
MASTER_SITES= FARSIGHT LOCAL/truckman/farsight
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libnmsg.so:${PORTSDIR}/net/nmsg
USE_PYTHON= distutils autoplist
-USES= python shebangfix uniquefiles:dirs
+USES= pkgconfig python shebangfix uniquefiles:dirs
SHEBANG_FILES= examples/*.py
diff --git a/net/py-pynmsg/distinfo b/net/py-pynmsg/distinfo
index df1b14be6cd0..b47ab9e3b160 100644
--- a/net/py-pynmsg/distinfo
+++ b/net/py-pynmsg/distinfo
@@ -1,2 +1,2 @@
-SHA256 (pynmsg-0.3.1.tar.gz) = ee913ff099ef43543a70103a0642c2aa9e298402d73fa74def9fce50fc95c14a
-SIZE (pynmsg-0.3.1.tar.gz) = 103168
+SHA256 (pynmsg-0.4.0.tar.gz) = d31efbd08262e496cdbd2460bd130ba1e409c089f62b67031ab0b124a5d093f5
+SIZE (pynmsg-0.4.0.tar.gz) = 117746