aboutsummaryrefslogtreecommitdiff
path: root/net/py-pynmsg/Makefile
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 /net/py-pynmsg/Makefile
parentc7e328bb68bb32bbaaf39bad91f9364495d4a1ed (diff)
downloadports-fba9095e99ea8d82ec21c065e9c0ca36400dbf10.tar.gz
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.
Notes
Notes: svn path=/head/; revision=400370
Diffstat (limited to 'net/py-pynmsg/Makefile')
-rw-r--r--net/py-pynmsg/Makefile5
1 files changed, 2 insertions, 3 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