From e04ae4959b17dbd2062b10c0f0878cc8566a372a Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 5 May 2009 15:58:23 +0200 Subject: [PATCH] update to Coherence-0.6.2, fix installation of libproxy --- packages/network/libproxy/install | 3 ++- packages/python/net/Coherence/url | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/network/libproxy/install b/packages/network/libproxy/install index d4bf2d7205..86413197ed 100755 --- a/packages/network/libproxy/install +++ b/packages/network/libproxy/install @@ -13,4 +13,5 @@ cp -PR $BUILD/$1*/src/lib/.libs/*.so* $INSTALL/usr/lib mkdir -p $INSTALL/$PLUGIN_DIR cp -PR $BUILD/$1*/src/plugins/.libs/*.so $INSTALL/$PLUGIN_DIR -cp -PR $BUILD/$1*/test.d $INSTALL \ No newline at end of file +mkdir -p $INSTALL/test.libproxy +cp -PR $BUILD/$1*/test.d/*test* $INSTALL/test.libproxy diff --git a/packages/python/net/Coherence/url b/packages/python/net/Coherence/url index 564414c83e..0393e74169 100644 --- a/packages/python/net/Coherence/url +++ b/packages/python/net/Coherence/url @@ -1 +1 @@ -http://coherence.beebits.net/download/Coherence-0.6.0.tar.gz +http://coherence.beebits.net/download/Coherence-0.6.2.tar.gz