sysutils/archivemount: update to 0.8.12

Upstream switched to https, so MASTER_SITES changed
to avoid extra request and delay.

Put archivemount more in line with common FreeBSD utilities
providing symlink mount_archive and add pkg-message describing
how it can be used in /etc/fstab.

PR:		237014
Approved by:	jirnov@gmail.com (maintainer timeout, 7 weeks)
This commit is contained in:
Eugene Grosbein 2019-05-26 18:12:25 +00:00
parent d477af59e1
commit a732c5b4e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502737
3 changed files with 21 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# $FreeBSD$
PORTNAME= archivemount
DISTVERSION= 0.8.1
DISTVERSION= 0.8.12
CATEGORIES= sysutils
MASTER_SITES= http://www.cybernoia.de/software/archivemount/
MASTER_SITES= https://www.cybernoia.de/software/archivemount/
MAINTAINER= jirnov@gmail.com
COMMENT= Mount archives with FUSE
@ -16,6 +16,13 @@ USES= fuse gmake iconv libarchive pkgconfig
GNU_CONFIGURE= yes
PLIST_FILES= bin/archivemount \
man/man1/archivemount.1.gz
man/man1/archivemount.1.gz \
sbin/mount_archive
SUB_FILES= pkg-message
post-install:
${RLN} ${STAGEDIR}${PREFIX}/bin/archivemount \
${STAGEDIR}${PREFIX}/sbin/mount_archive
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1519352003
SHA256 (archivemount-0.8.1.tar.gz) = eaa1622a5ae3e1d3749127b6eb58ed0b838088f320e427e9c2aba69800240e71
SIZE (archivemount-0.8.1.tar.gz) = 119302
TIMESTAMP = 1554380378
SHA256 (archivemount-0.8.12.tar.gz) = 247e475539b84e6d2a13083fd6df149995560ff1ea92fe9fdbfc87569943cb89
SIZE (archivemount-0.8.12.tar.gz) = 131934

View File

@ -0,0 +1,8 @@
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Make sure you have fuse.ko loaded then use archivemount
or mount_archive command or add an entry to the /etc/fstab such as:
/path/to/archive /mnt/path fusefs ro,late,mountprog=%%PREFIX%%/sbin/mount_archive 0 0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!