ports/122486: [maintainer-update] sysutils/automounter latest release

Dominic Fandrey kamikaze at bsdforen.de
Sun Apr 6 12:30:02 UTC 2008


>Number:         122486
>Category:       ports
>Synopsis:       [maintainer-update] sysutils/automounter latest 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:   Sun Apr 06 12:30:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Dominic Fandrey
>Release:        RELENG_7
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 7.0-STABLE FreeBSD 7.0-STABLE #0: Sun Mar 23 08:35:05 CET 2008     root at mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b  amd64

>Description:
Update to the latest release, fixes issues with labels that contain spaces.
>How-To-Repeat:

>Fix:
diff -Pur ports/sysutils/automounter.orig/Makefile ports/sysutils/automounter/Makefile
--- ports/sysutils/automounter.orig/Makefile	2008-03-29 00:04:11.000000000 +0100
+++ ports/sysutils/automounter/Makefile	2008-04-06 13:49:47.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	automounter
-PORTVERSION=	1.0
+PORTVERSION=	1.1
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	bsdadminscripts
@@ -25,11 +25,10 @@
 NOPORTDOCS=	-nodoc
 .endif
 
-PLIST_FILES=	sbin/automounter \
-		etc/automounter.conf.sample \
-		etc/rc.d/automounter
+PLIST=	${WRKDIR}/plist
 
 do-install:
+		@cd ${WRKSRC}; ./list.sh -nodoc > ${PLIST}
 		@cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} ${NOPORTDOCS}
 
 .include <bsd.port.mk>
diff -Pur ports/sysutils/automounter.orig/distinfo ports/sysutils/automounter/distinfo
--- ports/sysutils/automounter.orig/distinfo	2008-03-29 00:21:30.000000000 +0100
+++ ports/sysutils/automounter/distinfo	2008-04-06 13:49:02.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (automounter-1.0.tar.gz) = adb79cd39d51c786132b0f766873ff38
-SHA256 (automounter-1.0.tar.gz) = 2a1370ba761d3bf10f5d967b862556a5351cb6da25b278e486c83cf319d18cb0
-SIZE (automounter-1.0.tar.gz) = 7368
+MD5 (automounter-1.1.tar.gz) = b194d4b2a5d7d841c6e82fc4bc537ec3
+SHA256 (automounter-1.1.tar.gz) = 894f764dddff21c1e3348e53808a4df48cf06e8640871b359d3f0ed7ed469b53
+SIZE (automounter-1.1.tar.gz) = 9190


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



More information about the freebsd-ports-bugs mailing list