svn commit: r407815 - head/net/libzmq4
Kubilay Kocak
koobs at FreeBSD.org
Tue Feb 2 13:10:56 UTC 2016
Author: koobs
Date: Tue Feb 2 13:10:54 2016
New Revision: 407815
URL: https://svnweb.freebsd.org/changeset/ports/407815
Log:
net/libzmq4: Update to 4.1.4
- Update PORTVERSION and distinfo checksum (4.1.4) [1]
- Convert DEBUG option conditional into helper
- Convert test target into new test framework bits
PR: 206555 [1]
Submitted by: w.schwarzenfeld at aon.at [1]
Modified:
head/net/libzmq4/Makefile
head/net/libzmq4/distinfo
Modified: head/net/libzmq4/Makefile
==============================================================================
--- head/net/libzmq4/Makefile Tue Feb 2 12:52:19 2016 (r407814)
+++ head/net/libzmq4/Makefile Tue Feb 2 13:10:54 2016 (r407815)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libzmq4
-PORTVERSION= 4.1.3
+PORTVERSION= 4.1.4
CATEGORIES= net
MASTER_SITES= http://download.zeromq.org/
DISTNAME= zeromq-${DISTVERSION}
@@ -28,6 +28,7 @@ CURVE_CONFIGURE_WITH= libsodium
CURVE_LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium
DEBUG_CONFIGURE_ENABLE= debug
+DEBUG_VARS= WITH_DEBUG=yes
PGM_CONFIGURE_WITH= pgm
PGM_LIB_DEPENDS= libpgm.so:${PORTSDIR}/net/openpgm
@@ -36,16 +37,8 @@ CONFIGURE_ARGS+= --with-pkgconfigdir=${P
CFLAGS+= -Wno-long-long
MAKE_ENV= V=1
-INSTALL_TARGET= install-strip
-
-.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MDEBUG}
-WITH_DEBUG= yes
-.endif
-
-regression-test: build
- @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
- ${MAKEFILE} ${MAKE_ARGS} check)
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
.include <bsd.port.mk>
Modified: head/net/libzmq4/distinfo
==============================================================================
--- head/net/libzmq4/distinfo Tue Feb 2 12:52:19 2016 (r407814)
+++ head/net/libzmq4/distinfo Tue Feb 2 13:10:54 2016 (r407815)
@@ -1,2 +1,2 @@
-SHA256 (zeromq-4.1.3.tar.gz) = 61b31c830db377777e417235a24d3660a4bcc3f40d303ee58df082fcd68bf411
-SIZE (zeromq-4.1.3.tar.gz) = 1372069
+SHA256 (zeromq-4.1.4.tar.gz) = e99f44fde25c2e4cb84ce440f87ca7d3fe3271c2b8cfbc67d55e4de25e6fe378
+SIZE (zeromq-4.1.4.tar.gz) = 1400012
More information about the svn-ports-head
mailing list