diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-09 03:23:49 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2015-02-09 03:23:49 +0000 |
commit | 6016b498833100da326f2d347f1d48304bcaf782 (patch) | |
tree | 63837c88191f723b0576cdd61a28045fe4cfa983 /net/czmq | |
parent | 05b0fd01a5b2838b78f7ee9e6125bbac902efaa6 (diff) | |
download | freebsd-ports-6016b498833100da326f2d347f1d48304bcaf782.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/czmq')
-rw-r--r-- | net/czmq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/czmq/Makefile b/net/czmq/Makefile index 66bb9c5d0ff3..8cd54df69282 100644 --- a/net/czmq/Makefile +++ b/net/czmq/Makefile @@ -3,6 +3,7 @@ PORTNAME= czmq PORTVERSION= 2.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ @@ -19,6 +20,9 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} +MAKE_ENV= V=1 +INSTALL_TARGET= install-strip + regression-test: build @cd ${WRKSRC} && ${MAKE} check |