From owner-svn-ports-head@freebsd.org Sun May 26 18:12:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B460B15AC893; Sun, 26 May 2019 18:12:26 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55E0E8FDC1; Sun, 26 May 2019 18:12:26 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1223E1F49E; Sun, 26 May 2019 18:12:26 +0000 (UTC) (envelope-from eugen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4QICPcU061679; Sun, 26 May 2019 18:12:25 GMT (envelope-from eugen@FreeBSD.org) Received: (from eugen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4QICPLf061676; Sun, 26 May 2019 18:12:25 GMT (envelope-from eugen@FreeBSD.org) Message-Id: <201905261812.x4QICPLf061676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eugen set sender to eugen@FreeBSD.org using -f From: Eugene Grosbein Date: Sun, 26 May 2019 18:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502737 - in head/sysutils/archivemount: . files X-SVN-Group: ports-head X-SVN-Commit-Author: eugen X-SVN-Commit-Paths: in head/sysutils/archivemount: . files X-SVN-Commit-Revision: 502737 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55E0E8FDC1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 May 2019 18:12:27 -0000 Author: eugen Date: Sun May 26 18:12:25 2019 New Revision: 502737 URL: https://svnweb.freebsd.org/changeset/ports/502737 Log: 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) Added: head/sysutils/archivemount/files/ head/sysutils/archivemount/files/pkg-message.in (contents, props changed) Modified: head/sysutils/archivemount/Makefile head/sysutils/archivemount/distinfo Modified: head/sysutils/archivemount/Makefile ============================================================================== --- head/sysutils/archivemount/Makefile Sun May 26 18:02:34 2019 (r502736) +++ head/sysutils/archivemount/Makefile Sun May 26 18:12:25 2019 (r502737) @@ -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 Modified: head/sysutils/archivemount/distinfo ============================================================================== --- head/sysutils/archivemount/distinfo Sun May 26 18:02:34 2019 (r502736) +++ head/sysutils/archivemount/distinfo Sun May 26 18:12:25 2019 (r502737) @@ -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 Added: head/sysutils/archivemount/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/archivemount/files/pkg-message.in Sun May 26 18:12:25 2019 (r502737) @@ -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 + +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!