ports/184196: [maintainer-update] sysutils/automounter

Dominic Fandrey kamikaze at bsdforen.de
Sat Nov 23 15:10:01 UTC 2013


>Number:         184196
>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:   Sat Nov 23 15:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        stable/10
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 10.0-BETA3 FreeBSD 10.0-BETA3 #1 r258147: Thu Nov 14 23:56:36 CET 2013     root at mobileKamikaze.norad:/usr/obj/HP6510b-10/amd64/usr/src/sys/HP6510b-10  amd64

>Description:
- Update to the latest release (1.5)
- Add staging support
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: sysutils/automounter/Makefile
===================================================================
--- sysutils/automounter/Makefile	(revision 334509)
+++ sysutils/automounter/Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	automounter
-PORTVERSION=	1.4.7
+PORTVERSION=	1.5
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/bsdadminscripts/${PORTNAME}
 EXTRACT_SUFX=	.tar.xz
@@ -12,21 +12,17 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 NO_BUILD=	yes
-MANCOMPRESSED=	yes
+NO_MTREE=	yes
 PKGMESSAGE=	${WRKSRC}/../NOTES
 
-MAN5=		${PORTNAME}.conf.5
-MAN8=		${PORTNAME}.8
-
 plist: patch
-		@cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST}
+		@cd ${WRKSRC}; ./plist.sh > ${PLIST}
 
 # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet
 # been determined. See kern/181590.
-NO_STAGE=	yes
 do-install:
-		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \
-			-amd="/usr/sbin/amd -S"
+		@cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \
+			-prefix=${PREFIX} -amd="/usr/sbin/amd -S"
 
 post-install:
 		@${JOT} -s- -b- 39
Index: sysutils/automounter/distinfo
===================================================================
--- sysutils/automounter/distinfo	(revision 334509)
+++ sysutils/automounter/distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c
-SIZE (automounter-1.4.7.tar.xz) = 21748
+SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f
+SIZE (automounter-1.5.tar.xz) = 24932
Index: sysutils/automounter/pkg-plist
===================================================================
--- sysutils/automounter/pkg-plist	(revision 334509)
+++ sysutils/automounter/pkg-plist	(working copy)
@@ -2,3 +2,5 @@
 etc/rc.d/automounter
 etc/automounter.conf.sample
 etc/devd/automounter.conf
+man/man8/automounter.8.gz
+man/man5/automounter.conf.5.gz


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


More information about the freebsd-ports-bugs mailing list