1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Upgrade to 0.2.99.2.

PR:		ports/92386
Submitted by:	maintainer
This commit is contained in:
Vanilla I. Shu 2006-01-27 06:35:55 +00:00
parent bc4491ebf4
commit 9ec131794b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154560
3 changed files with 6 additions and 17 deletions

View File

@ -6,13 +6,13 @@
#
PORTNAME= fusefs
PORTVERSION= 0.2.99.1
PORTREVISION= 1
PORTVERSION= 0.2.99.2
PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= http://fuse4bsd.creo.hu/downloads/ \
http://am-productions.biz/docs/
PKGNAMESUFFIX= -kmod
DISTNAME= fuse4bsd-0.3.0-pre1
DISTNAME= fuse4bsd-0.3.0-pre2
MAINTAINER= amistry@am-productions.biz
COMMENT= Kernel module for fuse

View File

@ -1,3 +1,3 @@
MD5 (fuse4bsd-0.3.0-pre1.tar.gz) = 9ac79caade41a0c0579f8247f89bac54
SHA256 (fuse4bsd-0.3.0-pre1.tar.gz) = 1dbfa704787fbd60b6d880cb75af8d79c4c8d1e4cac16895da417814f1885790
SIZE (fuse4bsd-0.3.0-pre1.tar.gz) = 165743
MD5 (fuse4bsd-0.3.0-pre2.tar.gz) = 713dfe50aa8069def98ef2464bc948aa
SHA256 (fuse4bsd-0.3.0-pre2.tar.gz) = c69fdc2f2bb068a81a20e92ba55f3a2644c43acc1c77ae0a3c1cafdf97291f0c
SIZE (fuse4bsd-0.3.0-pre2.tar.gz) = 168271

View File

@ -1,11 +0,0 @@
--- fuse_module/fuse.c.orig Fri Jan 20 15:14:36 2006
+++ fuse_module/fuse.c Fri Jan 20 15:18:08 2006
@@ -2604,7 +2604,7 @@
fufh->useco);
if (! fufh->fp && fufh->useco == 0) {
LIST_REMOVE(fufh, fh_link);
- fuse_send_release(vp, td, cred, fufh, fufh->mode, (int)param);
+ fuse_send_release(vp, td, cred, fufh, fufh->mode, (long)param);
}
return (0);