summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2015-10-28 02:37:51 +0000
committerDon Lewis <truckman@FreeBSD.org>2015-10-28 02:37:51 +0000
commitfba9095e99ea8d82ec21c065e9c0ca36400dbf10 (patch)
tree0eeea7cbf519575057e56db0c39d73bfadf33c50
parentc7e328bb68bb32bbaaf39bad91f9364495d4a1ed (diff)
downloadfreebsd-ports-fba9095e99ea8d82ec21c065e9c0ca36400dbf10.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.
-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