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

(-)automounter/Makefile (-1 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	automounter
8
PORTNAME=	automounter
9
PORTVERSION=	1.4
9
PORTVERSION=	1.4.1
10
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
11
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
11
MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
12
12
Lines 26-33 Link Here
26
26
27
plist: patch
27
plist: patch
28
		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
28
		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
29
		@${ECHO} "@dirrmtry etc/devd" >> ${PLIST}
29
30
30
do-install:
31
do-install:
31
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
32
		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
32
33
34
post-install:
35
		@${CAT} ${PKGMESSAGE}
36
33
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)automounter/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (automounter-1.4.tar.gz) = b429e403d45aec86c4285e27dd508b9c
1
MD5 (automounter-1.4.1.tar.gz) = 544b55a7b9d6a1e2a69cce6f605eb2e7
2
SHA256 (automounter-1.4.tar.gz) = 12bb576acbb1de11c9df0469d027b809c5cd586080a4ca87193ecef657cf1589
2
SHA256 (automounter-1.4.1.tar.gz) = 6cf4b8999d71f4833ffe9a34d141f1dc26280217a2f56612905005c57d7e1f15
3
SIZE (automounter-1.4.tar.gz) = 17093
3
SIZE (automounter-1.4.1.tar.gz) = 20720
(-)automounter/pkg-message (+5 lines)
Line 0 Link Here
1
-------------------------------------------------------------------------------
2
It is no longer required to manually create devd.conf entries. Please remove
3
your automounter related devd.conf entries and restart /etc/rc.d/devd after
4
an update.
5
-------------------------------------------------------------------------------
(-)automounter/pkg-plist (+2 lines)
Lines 1-3 Link Here
1
sbin/automounter
1
sbin/automounter
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
5
@dirrmtry etc/devd

Return to bug 145707