View | Details | Raw Unified | Return to bug 184196
Collapse All | Expand All

(-)sysutils/automounter/Makefile (-9 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	automounter
4
PORTNAME=	automounter
5
PORTVERSION=	1.4.7
5
PORTVERSION=	1.5
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
7
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
8
EXTRACT_SUFX=	.tar.xz
8
EXTRACT_SUFX=	.tar.xz
Lines 12-32 Link Here
12
12
13
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
13
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
14
NO_BUILD=	yes
14
NO_BUILD=	yes
15
MANCOMPRESSED=	yes
15
NO_MTREE=	yes
16
PKGMESSAGE=	${WRKSRC}/../NOTES
16
PKGMESSAGE=	${WRKSRC}/../NOTES
17
17
18
MAN5=		${PORTNAME}.conf.5
19
MAN8=		${PORTNAME}.8
20
21
plist: patch
18
plist: patch
22
		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
19
		@cd ${WRKSRC}; ./plist.sh > ${PLIST}
23
20
24
# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
21
# Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
25
# been determined. See kern/181590.
22
# been determined. See kern/181590.
26
NO_STAGE=	yes
27
do-install:
23
do-install:
28
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \
24
		@cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \
29
			-amd="/usr/sbin/amd -S"
25
			-prefix=${PREFIX} -amd="/usr/sbin/amd -S"
30
26
31
post-install:
27
post-install:
32
		@${JOT} -s- -b- 39
28
		@${JOT} -s- -b- 39
(-)sysutils/automounter/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c
1
SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f
2
SIZE (automounter-1.4.7.tar.xz) = 21748
2
SIZE (automounter-1.5.tar.xz) = 24932
(-)sysutils/automounter/pkg-plist (+2 lines)
Lines 2-4 Link Here
2
etc/rc.d/automounter
2
etc/rc.d/automounter
3
etc/automounter.conf.sample
3
etc/automounter.conf.sample
4
etc/devd/automounter.conf
4
etc/devd/automounter.conf
5
man/man8/automounter.8.gz
6
man/man5/automounter.conf.5.gz

Return to bug 184196