diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2017-08-03 22:15:20 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2017-08-03 22:15:20 +0000 |
commit | e9f9027b7c629bb7fbd79ee67887d3684f07ded0 (patch) | |
tree | ae4a2ba4200da6d02e04967ba222154408d89150 /sysutils/fusefs-encfs | |
parent | 7f766d43601ae620760c4ee5afff9681279bfcdb (diff) |
Update to 1.9.2
PR: 221028
Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=447286
Diffstat (limited to 'sysutils/fusefs-encfs')
-rw-r--r-- | sysutils/fusefs-encfs/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fusefs-encfs/distinfo | 6 | ||||
-rw-r--r-- | sysutils/fusefs-encfs/files/patch-encfs_encfs.cpp | 11 |
3 files changed, 4 insertions, 16 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index b9c5207a0e38..c6649b33749b 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= encfs -PORTVERSION= 1.9.1 -PORTREVISION= 2 +PORTVERSION= 1.9.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-encfs/distinfo b/sysutils/fusefs-encfs/distinfo index 2ac25649fc7d..e5dc578520a1 100644 --- a/sysutils/fusefs-encfs/distinfo +++ b/sysutils/fusefs-encfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481339464 -SHA256 (vgough-encfs-v1.9.1_GH0.tar.gz) = 67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4 -SIZE (vgough-encfs-v1.9.1_GH0.tar.gz) = 455910 +TIMESTAMP = 1501078993 +SHA256 (vgough-encfs-v1.9.2_GH0.tar.gz) = cd9e972cd9565cdc26473c86d2c77c98de31fc6f604fa7d149dd5d6e35d46eaa +SIZE (vgough-encfs-v1.9.2_GH0.tar.gz) = 11043181 diff --git a/sysutils/fusefs-encfs/files/patch-encfs_encfs.cpp b/sysutils/fusefs-encfs/files/patch-encfs_encfs.cpp deleted file mode 100644 index 856cf6590dda..000000000000 --- a/sysutils/fusefs-encfs/files/patch-encfs_encfs.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- encfs/encfs.cpp.orig 2016-09-18 20:16:04 UTC -+++ encfs/encfs.cpp -@@ -741,6 +741,6 @@ int encfs_removexattr(const char *path, - bind(_do_removexattr, _1, _2, name)); - } - --} // namespace encfs -- - #endif // HAVE_XATTR -+ -+} // namespace encfs |