FreeBSD Bugzilla – Attachment 175499 Details for
Bug 213275
sysutils/avfs: update from 1.0.3 to 1.0.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
avfs.patch (text/plain), 3.20 KB, created by
mp39590
on 2016-10-07 14:41:18 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
mp39590
Created:
2016-10-07 14:41:18 UTC
Size:
3.20 KB
patch
obsolete
>diff --git a/sysutils/avfs/Makefile b/sysutils/avfs/Makefile >index 1445ae3..83ec38c 100644 >--- a/sysutils/avfs/Makefile >+++ b/sysutils/avfs/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= avfs >-PORTVERSION= 1.0.3 >+PORTVERSION= 1.0.4 > CATEGORIES= sysutils > MASTER_SITES= SF/avf/${PORTNAME}/${PORTVERSION} > >diff --git a/sysutils/avfs/distinfo b/sysutils/avfs/distinfo >index ce69551..f9e02d2 100644 >--- a/sysutils/avfs/distinfo >+++ b/sysutils/avfs/distinfo >@@ -1,2 +1,3 @@ >-SHA256 (avfs-1.0.3.tar.bz2) = c6dee77b2b71567528f897727e51695587189765fc35f694e4734db0a7d4fec8 >-SIZE (avfs-1.0.3.tar.bz2) = 722861 >+TIMESTAMP = 1474051275 >+SHA256 (avfs-1.0.4.tar.bz2) = 6b652120d9ed8730a9dcfd161d0e68481d176e854d94bed67754cb7b03e0b100 >+SIZE (avfs-1.0.4.tar.bz2) = 719761 >diff --git a/sysutils/avfs/files/patch-scripts_mountavfs b/sysutils/avfs/files/patch-scripts_mountavfs >index e69de29..1042b35 100644 >--- a/sysutils/avfs/files/patch-scripts_mountavfs >+++ b/sysutils/avfs/files/patch-scripts_mountavfs >@@ -0,0 +1,11 @@ >+--- scripts/mountavfs.orig 2016-09-16 18:43:19 UTC >++++ scripts/mountavfs >+@@ -14,7 +14,7 @@ else >+ MntDir=${HOME}/.avfs >+ fi >+ >+-grep -qE "avfsd ${MntDir}" /proc/mounts || { >++mount -p | grep -qE "${MntDir}.*fusefs" || { >+ if [ ! -e "$MntDir" ]; then >+ mkdir -p "$MntDir" >+ fi >diff --git a/sysutils/avfs/files/patch-scripts_mountavs b/sysutils/avfs/files/patch-scripts_mountavs >deleted file mode 100644 >index 978bb80..0000000 >--- a/sysutils/avfs/files/patch-scripts_mountavs >+++ /dev/null >@@ -1,11 +0,0 @@ >---- scripts/mountavfs.orig 2015-02-07 16:14:05.773404035 +0600 >-+++ scripts/mountavfs 2015-02-07 16:14:56.488399333 +0600 >-@@ -14,7 +14,7 @@ >- MntDir=${HOME}/.avfs >- fi >- >--grep -qE "avfsd ${MntDir}" /proc/mounts || { >-+mount -p | grep -qE "${MntDir}.*fusefs" || { >- if [ ! -e "$MntDir" ]; then >- mkdir -p "$MntDir" >- fi >diff --git a/sysutils/avfs/files/patch-scripts_umountavfs b/sysutils/avfs/files/patch-scripts_umountavfs >index e69de29..e93c9c6 100644 >--- a/sysutils/avfs/files/patch-scripts_umountavfs >+++ b/sysutils/avfs/files/patch-scripts_umountavfs >@@ -0,0 +1,16 @@ >+--- scripts/umountavfs.orig 2016-09-16 18:43:19 UTC >++++ scripts/umountavfs >+@@ -14,11 +14,11 @@ else >+ MntDir="${HOME}/.avfs" >+ fi >+ >+-grep -qE "${MntDir}.*avfsd" /proc/mounts && { >++mount -p | grep -qE "${MntDir}.*fusefs" && { >+ echo unMounting AVFS on $MntDir... >+ if type -p fusermount > /dev/null 2>&1 ; then >+ fusermount -u -z "$MntDir" >+ else >+- umount -l "$MntDir" >++ umount "$MntDir" >+ fi >+ } >diff --git a/sysutils/avfs/files/patch-scripts_umountavs b/sysutils/avfs/files/patch-scripts_umountavs >deleted file mode 100644 >index 821db75..0000000 >--- a/sysutils/avfs/files/patch-scripts_umountavs >+++ /dev/null >@@ -1,16 +0,0 @@ >---- scripts/umountavfs.orig 2015-02-07 16:14:17.372402564 +0600 >-+++ scripts/umountavfs 2015-02-07 16:15:29.270400346 +0600 >-@@ -14,11 +14,11 @@ >- MntDir="${HOME}/.avfs" >- fi >- >--grep -qE "${MntDir}.*avfsd" /proc/mounts && { >-+mount -p | grep -qE "${MntDir}.*fusefs" && { >- echo unMounting AVFS on $MntDir... >- if type -p fusermount > /dev/null 2>&1 ; then >- fusermount -u -z "$MntDir" >- else >-- umount -l "$MntDir" >-+ umount "$MntDir" >- fi >- }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213275
: 175499