svn commit: r502737 - in head/sysutils/archivemount: . files

Eugene Grosbein eugen at FreeBSD.org
Sun May 26 18:12:27 UTC 2019


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 at 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 at 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>

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
+
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


More information about the svn-ports-all mailing list