ports/151402: [maintainer-update] sysutils/automounter - 1.4.4 release

Dominic Fandrey kamikaze at bsdforen.de
Tue Oct 12 00:30:08 UTC 2010


>Number:         151402
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/automounter - 1.4.4 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:   Tue Oct 12 00:30:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_8
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 8.1-STABLE FreeBSD 8.1-STABLE #0: Mon Sep  6 17:08:51 CEST 2010     root at mobileKamikaze.norad:/usr/obj/HP6510b-8/amd64/usr/src/sys/HP6510b-8  amd64

>Description:
sysutils/automounter - 1.4.4 release
- Fix two different races with devd

Note that this patch removes the pkg-message file, please use "patch -E" to apply.
>How-To-Repeat:

>Fix:
diff -Nur automounter.orig/Makefile automounter/Makefile
--- automounter.orig/Makefile	2010-10-12 01:51:46.000000000 +0200
+++ automounter/Makefile	2010-10-12 02:04:54.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	automounter
-PORTVERSION=	1.4.3
+PORTVERSION=	1.4.4
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
 
@@ -28,6 +28,6 @@
 		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX}
 
 post-install:
-		@${CAT} ${PKGMESSAGE}
+		@${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
 
 .include <bsd.port.mk>
diff -Nur automounter.orig/distinfo automounter/distinfo
--- automounter.orig/distinfo	2010-10-12 01:51:46.000000000 +0200
+++ automounter/distinfo	2010-10-12 01:52:02.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (automounter-1.4.3.tar.gz) = 27100d7e51f5953780f7045cdcab5e79
-SHA256 (automounter-1.4.3.tar.gz) = 3a00c13c0d4195c00e8dc7bdd0a075ea56b68cd419a1c945c663a15c360a39a2
-SIZE (automounter-1.4.3.tar.gz) = 22407
+MD5 (automounter-1.4.4.tar.gz) = 8b4da9a0c595b700e97a36a6df15236b
+SHA256 (automounter-1.4.4.tar.gz) = 71bb88b76832e1a1cff754a0217d2efbf275275b33952949b3649bc943a76347
+SIZE (automounter-1.4.4.tar.gz) = 22777
diff -Nur automounter.orig/pkg-install automounter/pkg-install
--- automounter.orig/pkg-install	1970-01-01 01:00:00.000000000 +0100
+++ automounter/pkg-install	2010-10-12 02:13:33.000000000 +0200
@@ -0,0 +1,7 @@
+case "$2" in
+POST-INSTALL)
+	# DEVD does not always restart cleanly, so do it manually.
+	/etc/rc.d/devd stop
+	/etc/rc.d/devd start
+;;
+esac
diff -Nur automounter.orig/pkg-message automounter/pkg-message
--- automounter.orig/pkg-message	2010-10-12 01:51:46.000000000 +0200
+++ automounter/pkg-message	1970-01-01 01:00:00.000000000 +0100
@@ -1,5 +0,0 @@
--------------------------------------------------------------------------------
-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.
--------------------------------------------------------------------------------


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



More information about the freebsd-ports-bugs mailing list