Index: head/sysutils/fusefs-ext2/Makefile =================================================================== --- head/sysutils/fusefs-ext2/Makefile (revision 475640) +++ head/sysutils/fusefs-ext2/Makefile (revision 475641) @@ -1,30 +1,32 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs RUN_DEPENDS= mke2fs:sysutils/e2fsprogs USES= autoreconf libtool fuse pkgconfig localbase:ldflags USE_GITHUB= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs GH_PROJECT= fuse-ext2 GH_ACCOUNT= alperakcan +GH_TAGNAME= 677722d PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ man/man1/fuse-ext2.1.gz .include Index: head/sysutils/fusefs-ext2/distinfo =================================================================== --- head/sysutils/fusefs-ext2/distinfo (revision 475640) +++ head/sysutils/fusefs-ext2/distinfo (revision 475641) @@ -1,3 +1,3 @@ -TIMESTAMP = 1519131045 -SHA256 (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = ad2260df4ccfb8ba9f761c66ea7c3b24bf690eab46e6d562d2d2e5a5f2f76dff -SIZE (alperakcan-fuse-ext2-v0.0.10_GH0.tar.gz) = 122746 +TIMESTAMP = 1532787157 +SHA256 (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 5f1c46f6015d7b1053d0366b727bc76da5962f14886f049b1169510bd448cdf5 +SIZE (alperakcan-fuse-ext2-v0.0.10-677722d_GH0.tar.gz) = 123158 Index: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h =================================================================== --- head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h (revision 475640) +++ head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h (nonexistent) @@ -1,13 +0,0 @@ ---- fuse-ext2/fuse-ext2.h.orig 2018-02-08 17:53:26 UTC -+++ fuse-ext2/fuse-ext2.h -@@ -34,6 +34,10 @@ - #include - #include - -+#ifndef ENODATA -+#define ENODATA ENOMSG -+#endif -+ - #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26) - #error "***********************************************************" - #error "* *" Property changes on: head/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property