head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.4 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.2 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.1.0.2 pkgsrc-2011Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2012.03.22.11.58.58; author fhajny; state dead; branches; next 1.1; 1.1 date 2011.12.14.11.55.20; author fhajny; state Exp; branches; next ; desc @@ 1.2 log @Update rabbitmq to 2.8.0. Changes in 2.8.0: * Dead lettering * Internal flow control @ text @$NetBSD: patch-plugins-src__rabbitmq-erlang-client__Makefile,v 1.1 2011/12/14 11:55:20 fhajny Exp $ Drop dependency on gsed. --- plugins-src/rabbitmq-erlang-client/Makefile.orig 2011-11-08 16:55:55.000000000 +0000 +++ plugins-src/rabbitmq-erlang-client/Makefile @@@@ -39,7 +39,8 @@@@ distribution: documentation source_tarba %.app: %.app.in $(SOURCES) $(BROKER_DIR)/generate_app escript $(BROKER_DIR)/generate_app $< $@@ $(SOURCE_DIR) - sed -i.save 's/%%VSN%%/$(VERSION)/' $@@ && rm $@@.save + sed 's/%%VSN%%/$(VERSION)/' $@@ > $@@.tmp && \ + mv $@@.tmp $@@ ############################################################################### ## Dialyzer @ 1.1 log @Updated net/rabbitmq to 2.7.0. Major changes: * Order preservation of re-queued messages * Plugins included with server * "amqp" URI client connection * Performance improvements See full changelog: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20111109/116e9fd4/attachment.txt @ text @d1 1 a1 1 $NetBSD$ @