Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2013 18:55:28 GMT
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178821: [maintainer-update] sysutils/automounter
Message-ID:  <201305211855.r4LItShv021359@oldred.FreeBSD.org>
Resent-Message-ID: <201305211900.r4LJ00tH077511@freefall.freebsd.org>

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

>Number:         178821
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/automounter
>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 May 21 19:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        stable/9
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 9.1-STABLE FreeBSD 9.1-STABLE #0 r250406: Thu May  9 19:25:55 CEST 2013     root@mobileKamikaze.norad:/usr/obj/HP6510b-91/amd64/usr/src/sys/HP6510b-91  amd64
>Description:
- Update to automounter-1.4.5
- Switch to .tar.xz distfile
- Get rid of pkg-message file
- Use new style port header
>How-To-Repeat:

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