View | Details | Raw Unified | Return to bug 263763 | Differences between
and this patch

Collapse All | Expand All

(-)automount/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
1
# Created by: Slawomir Wojciech Wojtczak <vermaden@interia.pl>
2
2
3
PORTNAME=	automount
3
PORTNAME=	automount
4
DISTVERSION=	1.7.2
4
DISTVERSION=	1.7.8
5
CATEGORIES=	sysutils
5
CATEGORIES=	sysutils
6
MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
6
MASTER_SITES=	https://raw.github.com/vermaden/automount/master/
7
7
(-)automount/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1588193474
1
TIMESTAMP = 1651610023
2
SHA256 (automount-1.7.2.tar.gz) = 99b424086016639dfc92a77a719e7f30aa04fabd2664cae77c486bdade91ec85
2
SHA256 (automount-1.7.8.tar.gz) = bfd986ce0e683ebdd6af9eb4837c0c92ac83f5d673f3ac0be0d599f71f96c308
3
SIZE (automount-1.7.2.tar.gz) = 6670
3
SIZE (automount-1.7.8.tar.gz) = 7584
(-)automount/pkg-descr (-2 / +6 lines)
Lines 1-6 Link Here
1
automount is a devd(8) based automounter for FreeBSD.
1
The automount(8) is devd(8) based automounter for FreeBSD.
2
2
3
It supports most popular file systems:
3
It supports most popular filesystems:
4
NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660
4
NTFS/FAT/exFAT/EXT2/EXT3/EXT4/UFS/HFS/XFS/ISO9660
5
6
There are several ways to automount devices on FreeBSD.
7
8
Make sure you are using only one solution at any given time.
5
9
6
WWW: https://github.com/vermaden/automount/
10
WWW: https://github.com/vermaden/automount/
(-)automount/pkg-message (-4 / +2 lines)
Lines 2-12 Link Here
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
4
5
You must run
5
You must run below command to activate automount(8).
6
6
7
    service devd restart
7
    # service devd restart
8
9
to activate the new automount.
10
EOM
8
EOM
11
}
9
}
12
]
10
]

Return to bug 263763