Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 21:46:45 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/145707: [maintainer-update] sysutils/automounter - 1.4.1 release
Message-ID:  <201004142146.o3ELkjij053697@www.freebsd.org>
Resent-Message-ID: <201004142150.o3ELo1Ds042624@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         145707
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/automounter - 1.4.1 release
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 14 21:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.0-STABLE FreeBSD 8.0-STABLE #0: Mon Apr  5 12:45:41 CEST 2010     root@mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64
>Description:
Update to the latest release.
- Gracefully handle the disappearance of mounted file systems
- Add implemenatation notes to the manual page
- Add mlist command for machine readable information retrival
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -Nur automounter.orig/Makefile automounter/Makefile
--- automounter.orig/Makefile	2010-04-10 09:45:31.000000000 +0200
+++ automounter/Makefile	2010-04-14 23:37:46.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	automounter
-PORTVERSION=	1.4
+PORTVERSION=	1.4.1
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
 
@@ -26,8 +26,12 @@
 
 plist: patch
 		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
+		@${ECHO} "@dirrmtry etc/devd" >> ${PLIST}
 
 do-install:
 		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
 
+post-install:
+		@${CAT} ${PKGMESSAGE}
+
 .include <bsd.port.mk>
diff -Nur automounter.orig/distinfo automounter/distinfo
--- automounter.orig/distinfo	2010-04-10 09:45:31.000000000 +0200
+++ automounter/distinfo	2010-04-14 23:27:58.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (automounter-1.4.tar.gz) = b429e403d45aec86c4285e27dd508b9c
-SHA256 (automounter-1.4.tar.gz) = 12bb576acbb1de11c9df0469d027b809c5cd586080a4ca87193ecef657cf1589
-SIZE (automounter-1.4.tar.gz) = 17093
+MD5 (automounter-1.4.1.tar.gz) = 544b55a7b9d6a1e2a69cce6f605eb2e7
+SHA256 (automounter-1.4.1.tar.gz) = 6cf4b8999d71f4833ffe9a34d141f1dc26280217a2f56612905005c57d7e1f15
+SIZE (automounter-1.4.1.tar.gz) = 20720
diff -Nur automounter.orig/pkg-message automounter/pkg-message
--- automounter.orig/pkg-message	1970-01-01 01:00:00.000000000 +0100
+++ automounter/pkg-message	2010-04-14 23:38:18.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------------------
+It is no longer required to manually create devd.conf entries. Please remove
+your automounter related devd.conf entries and restart /etc/rc.d/devd after
+an update.
+-------------------------------------------------------------------------------
diff -Nur automounter.orig/pkg-plist automounter/pkg-plist
--- automounter.orig/pkg-plist	2010-04-10 09:45:31.000000000 +0200
+++ automounter/pkg-plist	2010-04-14 23:31:59.000000000 +0200
@@ -1,3 +1,5 @@
 sbin/automounter
 etc/rc.d/automounter
 etc/automounter.conf.sample
+etc/devd/automounter.conf
+@dirrmtry etc/devd


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004142146.o3ELkjij053697>