aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-05 05:11:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-05 05:11:52 +0000
commitb69e50e666e77ae3ab49fcba811e4c42325f4d55 (patch)
treec1e0f9d182972196159e43b5f4cd04c4ffe6b70d /sysutils/fusefs-unionfs
parent4aff8f6863688bf8de1563eb6c77c5673ff4c194 (diff)
downloadports-b69e50e666e77ae3ab49fcba811e4c42325f4d55.tar.gz
ports-b69e50e666e77ae3ab49fcba811e4c42325f4d55.zip
- Update to 0.16
- Reset maintainership PR: ports/108713 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=184246
Diffstat (limited to 'sysutils/fusefs-unionfs')
-rw-r--r--sysutils/fusefs-unionfs/Makefile4
-rw-r--r--sysutils/fusefs-unionfs/distinfo6
-rw-r--r--sysutils/fusefs-unionfs/files/patch-unionfs.c7
3 files changed, 5 insertions, 12 deletions
diff --git a/sysutils/fusefs-unionfs/Makefile b/sysutils/fusefs-unionfs/Makefile
index 7c0132ccfddf..bf97694ef775 100644
--- a/sysutils/fusefs-unionfs/Makefile
+++ b/sysutils/fusefs-unionfs/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= unionfs
-PORTVERSION= 0.15
+PORTVERSION= 0.16
CATEGORIES= sysutils
MASTER_SITES= http://podgorny.cz/unionfs-fuse/releases/
PKGNAMEPREFIX= fusefs-
DISTNAME= unionfs-fuse-${PORTVERSION}
-MAINTAINER= gslin@gslin.org
+MAINTAINER= clsung@FreeBSD.org
COMMENT= FUSE based implementation of the well-known unionfs
RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
diff --git a/sysutils/fusefs-unionfs/distinfo b/sysutils/fusefs-unionfs/distinfo
index 5d6f34e88faf..29e4dd7c5a71 100644
--- a/sysutils/fusefs-unionfs/distinfo
+++ b/sysutils/fusefs-unionfs/distinfo
@@ -1,3 +1,3 @@
-MD5 (unionfs-fuse-0.15.tar.bz2) = 5631e14b9c57e59ee729ba5eb774fe43
-SHA256 (unionfs-fuse-0.15.tar.bz2) = 0145679ff29c13782bed8cb8d49aa69820520b81f1ce9eccdf69c76c5ee93d71
-SIZE (unionfs-fuse-0.15.tar.bz2) = 6112
+MD5 (unionfs-fuse-0.16.tar.bz2) = 7eb99f9b217463c2e378533b89219440
+SHA256 (unionfs-fuse-0.16.tar.bz2) = 2264fa51df47bbe62deb0ff78c63db6b4fb9ce59ec1b14f6dd46baa1c89aaa8f
+SIZE (unionfs-fuse-0.16.tar.bz2) = 6175
diff --git a/sysutils/fusefs-unionfs/files/patch-unionfs.c b/sysutils/fusefs-unionfs/files/patch-unionfs.c
index f67481b1a4a2..884a3448e366 100644
--- a/sysutils/fusefs-unionfs/files/patch-unionfs.c
+++ b/sysutils/fusefs-unionfs/files/patch-unionfs.c
@@ -14,10 +14,3 @@
if (res == -1) return -errno;
-@@ -928,5 +923,5 @@
- }
-
- umask(0);
-- return fuse_main(args.argc, args.argv, &unionfs_oper, NULL);
-+ return fuse_main(args.argc, args.argv, &unionfs_oper);
- }