diff options
author | koobs <koobs@FreeBSD.org> | 2015-02-09 11:23:49 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2015-02-09 11:23:49 +0800 |
commit | aaa76bc0b7cea0d89bda357205498c45a54b5749 (patch) | |
tree | 63837c88191f723b0576cdd61a28045fe4cfa983 /net/py-pyzmq/Makefile | |
parent | 006fadb5e68929508c8a2ab97d4eafdb9218aa22 (diff) | |
download | freebsd-ports-gnome-aaa76bc0b7cea0d89bda357205498c45a54b5749.tar.gz freebsd-ports-gnome-aaa76bc0b7cea0d89bda357205498c45a54b5749.tar.zst freebsd-ports-gnome-aaa76bc0b7cea0d89bda357205498c45a54b5749.zip |
net/libzmq4: Update to 4.0.5
- Update to 4.0.5
- Add LICENSE_FILE
- Sort Makefile sections
- Verbose'ify build
- Reduce diffs between net/libzmq3 [1]
[1] NOTE: OpenPGM is now a DEFAULT option in net/libzmq3
Changes:
* https://github.com/zeromq/zeromq4-x/blob/v4.0.5/NEWS
While I'm here:
- Bump PORTREVISIONS to chase shared library version change
- czmq: Verbose'ify czmq build
- czmq: Use install-strip to strip shared library
PR: 197407
Diffstat (limited to 'net/py-pyzmq/Makefile')
-rw-r--r-- | net/py-pyzmq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile index 6b217bb20e23..44f9b7b5277f 100644 --- a/net/py-pyzmq/Makefile +++ b/net/py-pyzmq/Makefile @@ -3,6 +3,7 @@ PORTNAME= pyzmq PORTVERSION= 14.3.1 +PORTREVISION= 1 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |