Date: Tue, 21 Sep 2010 18:38:23 +0200 (CEST) From: Jimmy Olgeni <olgeni@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/150791: [PATCH] devel/zmq: update to 2.0.9 Message-ID: <201009211638.o8LGcNDU015480@backoffice.colby.local> Resent-Message-ID: <201009211640.o8LGe1P0084855@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 150791 >Category: ports >Synopsis: [PATCH] devel/zmq: update to 2.0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Sep 21 16:40:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Jimmy Olgeni >Release: FreeBSD 8.1-RELEASE i386 >Organization: >Environment: System: FreeBSD backoffice 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 14:01:04 CEST 2010 >Description: - Update to 2.0.9 Port maintainer (gslin@gslin.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- zmq-2.0.9.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/zmq/Makefile,v retrieving revision 1.3 diff -u -u -r1.3 Makefile --- Makefile 29 Aug 2010 01:53:31 -0000 1.3 +++ Makefile 21 Sep 2010 16:37:35 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zmq -PORTVERSION= 2.0.8 +PORTVERSION= 2.0.9 CATEGORIES= devel net MASTER_SITES= http://zeromq.wdfiles.com/local--files/area:download/ DISTNAME= zeromq-${DISTVERSION} @@ -18,10 +18,12 @@ USE_GNOME= gnomehack USE_LDCONFIG= yes +MAN1= zmq_forwarder.1 \ + zmq_queue.1 \ + zmq_streamer.1 MAN3= zmq_bind.3 \ zmq_close.3 \ zmq_connect.3 \ - zmq_device.3 \ zmq_errno.3 \ zmq_getsockopt.3 \ zmq_init.3 \ Index: distinfo =================================================================== RCS file: /home/pcvs/ports/devel/zmq/distinfo,v retrieving revision 1.3 diff -u -u -r1.3 distinfo --- distinfo 29 Aug 2010 01:53:31 -0000 1.3 +++ distinfo 21 Sep 2010 16:37:35 -0000 @@ -1,3 +1,3 @@ -MD5 (zeromq-2.0.8.tar.gz) = 6a5c362deaaa24e0e94b42e13f68da51 -SHA256 (zeromq-2.0.8.tar.gz) = 2d4789b0ac593f3fb86257ed29f3ea0c813be7cc404bca987331234e6e22b0d7 -SIZE (zeromq-2.0.8.tar.gz) = 1044023 +MD5 (zeromq-2.0.9.tar.gz) = eadda72ecc5bcfa50a521436e6d92252 +SHA256 (zeromq-2.0.9.tar.gz) = 2ffa18d1a8539cd745aefcdaddbe0233db4a356ab132f855cce9d8acbae56cdf +SIZE (zeromq-2.0.9.tar.gz) = 1077793 --- zmq-2.0.9.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009211638.o8LGcNDU015480>