mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
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@aon.at [1]
This commit is contained in:
parent
03b527c9f2
commit
dabdfb4abd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407815
@ -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=${PREFIX}/libdata/pkgconfig
|
||||
|
||||
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)
|
||||
TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user