Magellan Linux

Diff of /trunk/extras/sshfs/sshfs-3.3.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30354 by niro, Mon Dec 18 09:24:17 2017 UTC revision 30747 by niro, Tue Mar 27 12:23:12 2018 UTC
# Line 9  PCAT="sys-fs" Line 9  PCAT="sys-fs"
9  DESCRIPTION="SSH Filesystem for FUSE."  DESCRIPTION="SSH Filesystem for FUSE."
10  HOMEPAGE="https://github.com/libfuse/sshfs"  HOMEPAGE="https://github.com/libfuse/sshfs"
11    
12  DEPEND=">= sys-fs/fuse-2.9  DEPEND=">= sys-fs/fuse3-3
13   >= net-misc/openssh-7"   >= net-misc/openssh-7"
14    
15  SRCFILE="${PNAME}-${PVER}.tar.gz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
16  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"  SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18  sminclude mbuild  sminclude meson
19    
20  SRC_URI=(  SRC_URI=(
21   https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE}   https://github.com/libfuse/${PNAME}/releases/download/${PNAME}-${PVER}/${SRCFILE}
22   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
23  )  )
24    
25  UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball gz"  UP2DATE="updatecmd -listonly https://github.com/libfuse/${PNAME}/releases | grep ${PNAME}- | highesttarball xz"

Legend:
Removed from v.30354  
changed lines
  Added in v.30747