diff options
author | Eugene Grosbein <eugen@FreeBSD.org> | 2019-05-26 18:12:25 +0000 |
---|---|---|
committer | Eugene Grosbein <eugen@FreeBSD.org> | 2019-05-26 18:12:25 +0000 |
commit | a732c5b4e9a89d2b079bde47d55211341c3a0c19 (patch) | |
tree | c62561261c7e415ab2bebe4f438c4e91ef27d1d0 | |
parent | d477af59e1b31595b8eccf535cac7eb68d042365 (diff) |
Notes
-rw-r--r-- | sysutils/archivemount/Makefile | 13 | ||||
-rw-r--r-- | sysutils/archivemount/distinfo | 6 | ||||
-rw-r--r-- | sysutils/archivemount/files/pkg-message.in | 8 |
3 files changed, 21 insertions, 6 deletions
diff --git a/sysutils/archivemount/Makefile b/sysutils/archivemount/Makefile index b04f15894ab8..4bf5be18a3fc 100644 --- a/sysutils/archivemount/Makefile +++ b/sysutils/archivemount/Makefile @@ -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> diff --git a/sysutils/archivemount/distinfo b/sysutils/archivemount/distinfo index c1edd8daf011..c49698358eb0 100644 --- a/sysutils/archivemount/distinfo +++ b/sysutils/archivemount/distinfo @@ -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 diff --git a/sysutils/archivemount/files/pkg-message.in b/sysutils/archivemount/files/pkg-message.in new file mode 100644 index 000000000000..467d62ec0c3d --- /dev/null +++ b/sysutils/archivemount/files/pkg-message.in @@ -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 + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |