pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libtorrent Changes 0.7.6:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96d9164e0525
branches:  trunk
changeset: 506186:96d9164e0525
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 12 20:32:04 2006 +0000

description:
Changes 0.7.6:
* Bug fixes

diffstat:

 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(-)

diffs (60 lines):

diff -r 4bee801d659b -r 96d9164e0525 net/libtorrent/Makefile
--- a/net/libtorrent/Makefile   Thu Jan 12 20:05:49 2006 +0000
+++ b/net/libtorrent/Makefile   Thu Jan 12 20:32:04 2006 +0000
@@ -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 -r 4bee801d659b -r 96d9164e0525 net/libtorrent/buildlink3.mk
--- a/net/libtorrent/buildlink3.mk      Thu Jan 12 20:05:49 2006 +0000
+++ b/net/libtorrent/buildlink3.mk      Thu Jan 12 20:32:04 2006 +0000
@@ -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 @@
 .include "../../devel/libsigc++2/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 
-BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r 4bee801d659b -r 96d9164e0525 net/libtorrent/distinfo
--- a/net/libtorrent/distinfo   Thu Jan 12 20:05:49 2006 +0000
+++ b/net/libtorrent/distinfo   Thu Jan 12 20:32:04 2006 +0000
@@ -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 -r 4bee801d659b -r 96d9164e0525 net/libtorrent/hacks.mk
--- a/net/libtorrent/hacks.mk   Thu Jan 12 20:05:49 2006 +0000
+++ b/net/libtorrent/hacks.mk   Thu Jan 12 20:32:04 2006 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index