1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

- Update to 3.2.3

- Add patch for tests/test_connect_delay.cpp (no newline at the end of the file error)
- Pet portlint(1) by replacing tab into space in WWW link
- Drop maintainership
This commit is contained in:
Andrej Zverev 2013-07-19 09:51:46 +00:00
parent a1e0b28083
commit 84569d17ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323277
4 changed files with 15 additions and 7 deletions

View File

@ -1,14 +1,13 @@
# $FreeBSD$
PORTNAME= zmq
PORTVERSION= 3.2.2
PORTREVISION= 1
PORTVERSION= 3.2.3
CATEGORIES= devel net
MASTER_SITES= http://download.zeromq.org/
PKGNAMESUFFIX= -devel
DISTNAME= zeromq-${DISTVERSION}
MAINTAINER= az@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Open source message queue optimised for performance
MAKE_JOBS_SAFE= yes
@ -66,7 +65,7 @@ MAN3= \
zmq_version.3
regression-test:
cd ${WRKSRC} && ${MAKE} check
cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.pre.mk>

View File

@ -1,2 +1,2 @@
SHA256 (zeromq-3.2.2.tar.gz) = 2b4eeda60fe47a9fa0804d53d76f656665c5f84dab7e63a1d496d9430b554f99
SIZE (zeromq-3.2.2.tar.gz) = 2067590
SHA256 (zeromq-3.2.3.tar.gz) = e134c1aaf829dd77bca9dc0fa199ba31095a581bd0d3dda5fc59523b9f401238
SIZE (zeromq-3.2.3.tar.gz) = 2072758

View File

@ -0,0 +1,9 @@
--- ./tests/test_connect_delay.cpp.orig 2013-07-19 13:30:55.436108722 +0400
+++ ./tests/test_connect_delay.cpp 2013-07-19 13:30:59.430156726 +0400
@@ -257,4 +257,4 @@
rc = zmq_ctx_destroy(context2);
assert (rc == 0);
-}
\ No newline at end of file
+}

View File

@ -1,3 +1,3 @@
An open source message queue optimised for performance.
WWW: http://www.zeromq.org/
WWW: http://www.zeromq.org/