Index: head/sysutils/archivemount/Makefile =================================================================== --- head/sysutils/archivemount/Makefile (revision 502736) +++ head/sysutils/archivemount/Makefile (revision 502737) @@ -1,21 +1,28 @@ # Created by: Evgeny Zhirnov # $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 LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING 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 Index: head/sysutils/archivemount/distinfo =================================================================== --- head/sysutils/archivemount/distinfo (revision 502736) +++ head/sysutils/archivemount/distinfo (revision 502737) @@ -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 Index: head/sysutils/archivemount/files/pkg-message.in =================================================================== --- head/sysutils/archivemount/files/pkg-message.in (nonexistent) +++ head/sysutils/archivemount/files/pkg-message.in (revision 502737) @@ -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 + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Property changes on: head/sysutils/archivemount/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property