Wed Sep 15 03:44:17 2010 UTC ()
Update to perfused-20100915, which fixes reliability problems (lost frames).


(manu)
diff -r1.3457 -r1.3458 pkgsrc/doc/CHANGES-2010
diff -r1.9 -r1.10 pkgsrc/filesystems/perfuse/Makefile
diff -r1.7 -r1.8 pkgsrc/filesystems/perfuse/distinfo

cvs diff -r1.3457 -r1.3458 pkgsrc/doc/CHANGES-2010 (expand / switch to unified diff)

--- pkgsrc/doc/CHANGES-2010 2010/09/15 01:01:19 1.3457
+++ pkgsrc/doc/CHANGES-2010 2010/09/15 03:44:17 1.3458
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: CHANGES-2010,v 1.3457 2010/09/15 01:01:19 obache Exp $ 1$NetBSD: CHANGES-2010,v 1.3458 2010/09/15 03:44:17 manu Exp $
2 2
3Changes to the packages collection and infrastructure in 2010: 3Changes to the packages collection and infrastructure in 2010:
4 4
5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01] 5 Updated textproc/mdoclint to 1.4 [wiz 2010-01-01]
6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01] 6 Updated net/ntop to 3.3.10nb1 [tron 2010-01-01]
7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01] 7 Updated net/libtorrent to 0.12.6 [snj 2010-01-01]
8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01] 8 Updated net/rtorrent to 0.8.6 [snj 2010-01-01]
9 Updated misc/py-anita to 1.9 [gson 2010-01-02] 9 Updated misc/py-anita to 1.9 [gson 2010-01-02]
10 Updated net/rsync to 3.0.7 [tron 2010-01-02] 10 Updated net/rsync to 3.0.7 [tron 2010-01-02]
11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03] 11 Updated www/ikiwiki to 3.20100102.3 [schmonz 2010-01-03]
12 Updated www/trac to 0.11.6 [gdt 2010-01-03] 12 Updated www/trac to 0.11.6 [gdt 2010-01-03]
13 Removed www/firefox-bin-nightly [joerg 2010-01-04] 13 Removed www/firefox-bin-nightly [joerg 2010-01-04]
14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04] 14 Removed mail/thunderbird-bin-nightly [joerg 2010-01-04]
@@ -4588,13 +4588,14 @@ Changes to the packages collection and i @@ -4588,13 +4588,14 @@ Changes to the packages collection and i
4588 Updated devel/p5-Test-NoWarnings to 1.02 [sno 2010-09-14] 4588 Updated devel/p5-Test-NoWarnings to 1.02 [sno 2010-09-14]
4589 Updated devel/p5-Test-SharedFork to 0.15 [sno 2010-09-14] 4589 Updated devel/p5-Test-SharedFork to 0.15 [sno 2010-09-14]
4590 Updated graphics/ruby-rcairo to 1.10.0 [obache 2010-09-14] 4590 Updated graphics/ruby-rcairo to 1.10.0 [obache 2010-09-14]
4591 Updated devel/p5-pip to 1.18 [sno 2010-09-14] 4591 Updated devel/p5-pip to 1.18 [sno 2010-09-14]
4592 Updated devel/p5-Object-InsideOut to 3.67 [sno 2010-09-14] 4592 Updated devel/p5-Object-InsideOut to 3.67 [sno 2010-09-14]
4593 Updated pkgtools/x11-links to 0.55 [tron 2010-09-14] 4593 Updated pkgtools/x11-links to 0.55 [tron 2010-09-14]
4594 Updated net/samba33 to 3.3.14 [taca 2010-09-14] 4594 Updated net/samba33 to 3.3.14 [taca 2010-09-14]
4595 Updated print/tex-tetex to 3.0.19695 [minskim 2010-09-14] 4595 Updated print/tex-tetex to 3.0.19695 [minskim 2010-09-14]
4596 Updated print/tex-tetex-doc to 3.0.19695 [minskim 2010-09-14] 4596 Updated print/tex-tetex-doc to 3.0.19695 [minskim 2010-09-14]
4597 Updated print/tex-hyphen-base to 2010 [minskim 2010-09-14] 4597 Updated print/tex-hyphen-base to 2010 [minskim 2010-09-14]
4598 Updated pkgtools/x11-links to 0.60 [tron 2010-09-14] 4598 Updated pkgtools/x11-links to 0.60 [tron 2010-09-14]
4599 Updated converters/nkf to 2.11 [obache 2010-09-15] 4599 Updated converters/nkf to 2.11 [obache 2010-09-15]
4600 Updated converters/p5-nkf to 2.11 [obache 2010-09-15] 4600 Updated converters/p5-nkf to 2.11 [obache 2010-09-15]
 4601 Updated filesystems/perfuse to 20100915 [manu 2010-09-15]

cvs diff -r1.9 -r1.10 pkgsrc/filesystems/perfuse/Makefile (expand / switch to unified diff)

--- pkgsrc/filesystems/perfuse/Makefile 2010/09/09 09:36:56 1.9
+++ pkgsrc/filesystems/perfuse/Makefile 2010/09/15 03:44:17 1.10
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.9 2010/09/09 09:36:56 manu Exp $ 1# $NetBSD: Makefile,v 1.10 2010/09/15 03:44:17 manu Exp $
2# 2#
3 3
4DISTNAME= perfuse-20100909 4DISTNAME= perfuse-20100915
5CATEGORIES= filesystems 5CATEGORIES= filesystems
6MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/perfuse/ 6MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/perfuse/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= manu@NetBSD.org 9MAINTAINER= manu@NetBSD.org
10COMMENT= PUFFS Enabled Relay to FUSE 10COMMENT= PUFFS Enabled Relay to FUSE
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
15WRKSRC= ${WRKDIR}/src/ 15WRKSRC= ${WRKDIR}/src/
16BUILD_DIRS= lib/libperfuse usr.sbin/perfused 16BUILD_DIRS= lib/libperfuse usr.sbin/perfused
17BUILDLINK_TRANSFORM= rm:-Werror 17BUILDLINK_TRANSFORM= rm:-Werror

cvs diff -r1.7 -r1.8 pkgsrc/filesystems/perfuse/distinfo (expand / switch to unified diff)

--- pkgsrc/filesystems/perfuse/distinfo 2010/09/09 09:36:56 1.7
+++ pkgsrc/filesystems/perfuse/distinfo 2010/09/15 03:44:17 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2010/09/09 09:36:56 manu Exp $ 1$NetBSD: distinfo,v 1.8 2010/09/15 03:44:17 manu Exp $
2 2
3SHA1 (perfuse-20100909.tgz) = b77cd50127dcad90f4c4d2dd44817d33df1ac41c 3SHA1 (perfuse-20100915.tgz) = c69e7b540e01d966129f6cb70409da919c82514f
4RMD160 (perfuse-20100909.tgz) = 9e1d71935194e3fa7ad4cc498d4882302cc5f66c 4RMD160 (perfuse-20100915.tgz) = 6e85fd90897b6aeef1b71d4b8944cfe099c790e8
5Size (perfuse-20100909.tgz) = 33406 bytes 5Size (perfuse-20100915.tgz) = 34611 bytes
6SHA1 (patch-aa) = 2c043fa53fdf00c530299b3af8b3db0e192a67cc 6SHA1 (patch-aa) = 2c043fa53fdf00c530299b3af8b3db0e192a67cc