From 29979aceee6a1e41dd291f3897ceebe7ef863308 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 12 Jan 2006 20:32:04 +0000 Subject: Changes 0.7.6: * Bug fixes --- net/libtorrent/Makefile | 4 ++-- net/libtorrent/buildlink3.mk | 4 ++-- net/libtorrent/distinfo | 8 ++++---- net/libtorrent/hacks.mk | 5 ++--- 4 files changed, 10 insertions(+), 11 deletions(-) (limited to 'net') diff --git a/net/libtorrent/Makefile b/net/libtorrent/Makefile index e207ca6ba49..e451669af9f 100644 --- a/net/libtorrent/Makefile +++ b/net/libtorrent/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2005/12/23 22:51:37 heinz Exp $ +# $NetBSD: Makefile,v 1.7 2006/01/12 20:32:04 adam Exp $ -DISTNAME= libtorrent-0.7.5 +DISTNAME= libtorrent-0.7.6 CATEGORIES= net MASTER_SITES= http://libtorrent.rakshasa.no/downloads/ diff --git a/net/libtorrent/buildlink3.mk b/net/libtorrent/buildlink3.mk index 36deefef6da..64b8dd259c9 100644 --- a/net/libtorrent/buildlink3.mk +++ b/net/libtorrent/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.2 2005/07/23 11:37:08 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.3 2006/01/12 20:32:04 adam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ LIBTORRENT_BUILDLINK3_MK:= ${LIBTORRENT_BUILDLINK3_MK}+ @@ -18,4 +18,4 @@ BUILDLINK_PKGSRCDIR.libtorrent?= ../../net/libtorrent .include "../../devel/libsigc++2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/net/libtorrent/distinfo b/net/libtorrent/distinfo index 121a9a94339..be8220120c6 100644 --- a/net/libtorrent/distinfo +++ b/net/libtorrent/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2005/10/24 08:41:11 adam Exp $ +$NetBSD: distinfo,v 1.5 2006/01/12 20:32:04 adam Exp $ -SHA1 (libtorrent-0.7.5.tar.gz) = 219f70281dc4dffc0bf196fc751015750bd41029 -RMD160 (libtorrent-0.7.5.tar.gz) = 693e0b3187cb247889b34be43e18584376479f14 -Size (libtorrent-0.7.5.tar.gz) = 438261 bytes +SHA1 (libtorrent-0.7.6.tar.gz) = eac5cbbd60fd4086c947fd3cd3c102f05ccb6f40 +RMD160 (libtorrent-0.7.6.tar.gz) = 042dd53ad6fcea9ce89bdb943cbcde2860d7ff96 +Size (libtorrent-0.7.6.tar.gz) = 440246 bytes SHA1 (patch-ab) = 414a0ebb75d3cc46bc106abb7671600962753859 diff --git a/net/libtorrent/hacks.mk b/net/libtorrent/hacks.mk index 099f078167a..dba91c11c1f 100644 --- a/net/libtorrent/hacks.mk +++ b/net/libtorrent/hacks.mk @@ -1,4 +1,4 @@ -# $NetBSD: hacks.mk,v 1.1 2005/11/17 18:54:15 joerg Exp $ +# $NetBSD: hacks.mk,v 1.2 2006/01/12 20:32:04 adam Exp $ .include "../../mk/bsd.prefs.mk" @@ -7,8 +7,7 @@ # Workaround an ICE in the stack-smashing protection in GCC 3.4.x. # .if !defined(HAS_PROPOLICE) -HAS_PROPOLICE!= \ - ( ${CC} -v 2>&1 | ${GREP} 'propolice' ) 2>/dev/null || echo no +HAS_PROPOLICE!= ( ${CC} -v 2>&1 | ${GREP} 'propolice' ) 2>/dev/null || echo no MAKEVARS+= HAS_PROPOLICE .endif -- cgit v1.2.3