diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-29 17:57:19 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2018-07-29 17:57:19 +0800 |
commit | efb84df9b0abfed76b2790ef1915667935aebfbd (patch) | |
tree | 862f93653ac405cb94a0cd4a48886a6f55976ce3 /sysutils | |
parent | 5c89b9bbcda201e4cbf0544c037b807a17145f69 (diff) | |
download | freebsd-ports-gnome-efb84df9b0abfed76b2790ef1915667935aebfbd.tar.gz freebsd-ports-gnome-efb84df9b0abfed76b2790ef1915667935aebfbd.tar.zst freebsd-ports-gnome-efb84df9b0abfed76b2790ef1915667935aebfbd.zip |
Update to the most recent upstream commit. This includes some fixes already
reported upstream.
Notified by: pfg
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ext2/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-ext2/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h | 13 |
3 files changed, 5 insertions, 16 deletions
diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile index 7e2b15ad769d..1d6650409019 100644 --- a/sysutils/fusefs-ext2/Makefile +++ b/sysutils/fusefs-ext2/Makefile @@ -4,6 +4,7 @@ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.10 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org @@ -23,6 +24,7 @@ LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprog 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 diff --git a/sysutils/fusefs-ext2/distinfo b/sysutils/fusefs-ext2/distinfo index 2e8c6252698f..bcd0a0650f2a 100644 --- a/sysutils/fusefs-ext2/distinfo +++ b/sysutils/fusefs-ext2/distinfo @@ -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 diff --git a/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h b/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h deleted file mode 100644 index ace4c2e8619f..000000000000 --- a/sysutils/fusefs-ext2/files/patch-fuse-ext2_fuse-ext2.h +++ /dev/null @@ -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 <fuse.h> - #include <ext2fs/ext2fs.h> - -+#ifndef ENODATA -+#define ENODATA ENOMSG -+#endif -+ - #if !defined(FUSE_VERSION) || (FUSE_VERSION < 26) - #error "***********************************************************" - #error "* *" |