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

(-)sysutils/automounter/Makefile (-6 / +6 lines)
Lines 1-14 Link Here
1
# New ports collection makefile for:	automounter
1
# Created by: Dominic Fandrey <kamikaze@bsdforen.de>
2
# Date created:		26 March 2008
3
# Whom:			Dominic Fandrey <kamikaze@bsdforen.de>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTNAME=	automounter
4
PORTNAME=	automounter
9
PORTVERSION=	1.4.4
5
PORTVERSION=	1.4.5
10
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
11
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
7
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
8
EXTRACT_SUFX=	.tar.xz
12
9
13
MAINTAINER=	kamikaze@bsdforen.de
10
MAINTAINER=	kamikaze@bsdforen.de
14
COMMENT=	Provides scripts to dynamically configure amd
11
COMMENT=	Provides scripts to dynamically configure amd
Lines 16-21 Link Here
16
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
13
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
17
NO_BUILD=	yes
14
NO_BUILD=	yes
18
MANCOMPRESSED=	yes
15
MANCOMPRESSED=	yes
16
PKGMESSAGE=	${WRKSRC}/../NOTES
19
17
20
MAN5=		${PORTNAME}.conf.5
18
MAN5=		${PORTNAME}.conf.5
21
MAN8=		${PORTNAME}.8
19
MAN8=		${PORTNAME}.8
Lines 28-33 Link Here
28
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}
26
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}
29
27
30
post-install:
28
post-install:
29
		@${JOT} -s- -b- 39
31
		@${CAT} ${PKGMESSAGE}
30
		@${CAT} ${PKGMESSAGE}
31
		@${JOT} -s- -b- 39
32
32
33
.include <bsd.port.mk>
33
.include <bsd.port.mk>
(-)sysutils/automounter/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (automounter-1.4.4.tar.gz) = 71bb88b76832e1a1cff754a0217d2efbf275275b33952949b3649bc943a76347
1
SHA256 (automounter-1.4.5.tar.xz) = 3eda14e7177b29ce9d7e9c62326ce8f0ab6fc7bd55af60af2e05e51cced965af
2
SIZE (automounter-1.4.4.tar.gz) = 22777
2
SIZE (automounter-1.4.5.tar.xz) = 20728
(-)sysutils/automounter/pkg-message (-8 lines)
Lines 1-8 Link Here
1
-------------------------------------------------------------------------------
2
Please restart the devd(8) daemon after install, especially when updating from
3
a previous version of automounter.
4
5
Note that stopping devd often leaves a stale PID file behind, which then
6
blocks restarting it. Use a more roundabout way of restarting the service:
7
	service devd stop; rm /var/run/devd.pid; service devd start
8
-------------------------------------------------------------------------------
(-)sysutils/automounter/pkg-plist (+1 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
@dirrmtry etc/devd

Return to bug 178821