ports/143561: [MAINTAINER] sysutils/fusefs-mhddfs: update to 0.1.30

Oleg Alexeenkov proler at gmail.com
Thu Feb 4 19:00:06 UTC 2010


>Number:         143561
>Category:       ports
>Synopsis:       [MAINTAINER] sysutils/fusefs-mhddfs: update to 0.1.30
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 04 19:00:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Oleg Alexeenkov
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ku.setun.net 7.2-RELEASE FreeBSD 7.2-RELEASE #2: Wed Jul  8 05:27:58 MSD
>Description:
- Update to 0.1.30

Removed file(s):
- files/patch-src-tools.c

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- fusefs-mhddfs-0.1.30.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-mhddfs/Makefile /usr/ports/sysutils/fusefs-mhddfs_30/Makefile
--- /usr/ports/sysutils/fusefs-mhddfs/Makefile	2010-02-04 07:27:19.000000000 +0300
+++ /usr/ports/sysutils/fusefs-mhddfs_30/Makefile	2010-01-12 20:33:52.000000000 +0300
@@ -2,11 +2,11 @@
 # Date created:		2009-06-25
 # Whom:			Oleg Alexeenkov <proler at gmail.com>
 #
-# $FreeBSD: ports/sysutils/fusefs-mhddfs/Makefile,v 1.5 2010/02/04 04:27:19 pgollucci Exp $
+# $FreeBSD: ports/sysutils/fusefs-mhddfs/Makefile,v 1.4 2009/10/10 12:53:44 avl Exp $
 #
 
 PORTNAME=	mhddfs
-PORTVERSION=	0.1.29
+PORTVERSION=	0.1.30
 CATEGORIES=	sysutils
 MASTER_SITES=	http://mhddfs.uvw.ru/downloads/
 PKGNAMEPREFIX=	fusefs-
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-mhddfs/distinfo /usr/ports/sysutils/fusefs-mhddfs_30/distinfo
--- /usr/ports/sysutils/fusefs-mhddfs/distinfo	2010-02-04 07:27:19.000000000 +0300
+++ /usr/ports/sysutils/fusefs-mhddfs_30/distinfo	2010-01-12 20:34:00.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (mhddfs_0.1.29.tar.gz) = 82491c20c9eb06fc467e70371619cd85
-SHA256 (mhddfs_0.1.29.tar.gz) = 6b5fa0169234dbd0d438bda71a259aefadf2f90a8ff8d43a2089d90eea05ee59
-SIZE (mhddfs_0.1.29.tar.gz) = 36938
+MD5 (mhddfs_0.1.30.tar.gz) = 246b9f18b3f885a00c867779b7af0efc
+SHA256 (mhddfs_0.1.30.tar.gz) = 64dc2a4e0bb573bc55382f96b40e577c4e3d965a88904a95d876109d82333a16
+SIZE (mhddfs_0.1.30.tar.gz) = 36983
diff -ruN --exclude=CVS /usr/ports/sysutils/fusefs-mhddfs/files/patch-src-tools.c /usr/ports/sysutils/fusefs-mhddfs_30/files/patch-src-tools.c
--- /usr/ports/sysutils/fusefs-mhddfs/files/patch-src-tools.c	2010-02-04 07:27:19.000000000 +0300
+++ /usr/ports/sysutils/fusefs-mhddfs_30/files/patch-src-tools.c	1970-01-01 03:00:00.000000000 +0300
@@ -1,57 +0,0 @@
---- src/tools.c.orig	2010-01-11 15:48:46.000000000 +0300
-+++ src/tools.c	2010-01-11 15:53:42.000000000 +0300
-@@ -30,7 +30,10 @@
- #include <fcntl.h>
- #include <sys/types.h>
- #include <dirent.h>
-+
-+#ifndef WITHOUT_XATTR
- #include <attr/xattr.h>
-+#endif
- 
- #include "tools.h"
- #include "debug.h"
-@@ -262,11 +265,13 @@
- 	ftime.modtime = st.st_mtime;
- 	utime(to, &ftime);
- 
-+#ifndef WITHOUT_XATTR
-         // extended attributes
-         if (copy_xattrs(from, to) == -1)
-             mhdd_debug(MHDD_MSG,
-                     "copy_xattrs: error copying xattrs from %s to %s\n",
-                     from, to);
-+#endif
- 
- 
- 	from = strdup(from);
-@@ -282,6 +287,7 @@
- 	return ret;
- }
- 
-+#ifndef WITHOUT_XATTR
- int copy_xattrs(const char *from, const char *to)
- {
-         int listsize=0, attrvalsize=0;
-@@ -350,6 +356,7 @@
-         free(listbuf);
-         return 0;
- }
-+#endif
- 
- char * create_path(const char *dir, const char * file)
- {
-@@ -465,11 +472,13 @@
- 			strerror(errno));
- 	}
- 
-+#ifndef WITHOUT_XATTR
-         // copy extended attributes of parent dir
-         if (copy_xattrs(exists, path_parent) == -1)
-             mhdd_debug(MHDD_MSG,
-                     "copy_xattrs: error copying xattrs from %s to %s\n",
-                     exists, path_parent);
-+#endif
- 
- 	free(exists);
- 	free(path_parent);
--- fusefs-mhddfs-0.1.30.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list