Date: Fri, 25 May 2007 05:30:26 GMT From: Zhen REN<bg1tpt@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/112971: [UNBREAK] fixed the net/fspd, plist error Message-ID: <200705250530.l4P5UQ0x066035@www.freebsd.org> Resent-Message-ID: <200705250540.l4P5e5Cm095584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112971 >Category: ports >Synopsis: [UNBREAK] fixed the net/fspd, plist error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 05:40:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Zhen REN >Release: 6.2-STABLE >Organization: >Environment: FreeBSD razor 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:30:52 CST 2007 root@razor:/usr/obj/usr/src/sys/RAZOR i386 >Description: Fixed the net/fspd, plist error. Add 3 files to PLIST_FILES. >How-To-Repeat: N/A >Fix: N/A Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/fspd/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 18 Apr 2007 22:56:24 -0000 1.14 +++ Makefile 25 May 2007 05:26:11 -0000 @@ -12,7 +12,7 @@ MASTER_SITE_SUBDIR= fsp DISTNAME= fsp-2.8.1b24 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bg1tpt@gmail.com COMMENT= FSP daemon, clients and scanner CLIENTS= fcatcmd fcdcmd fducmd ffindcmd fgetcmd fgrabcmd fhostcmd \ @@ -46,6 +46,8 @@ CONFIGURE_ARGS+= --disable-timeout .endif +PLIST_FILES= bin/fspscan bin/fspd etc/fspd.conf.sample + .if !defined(WITH_NOCLIENTS) .for command in ${CLIENTS} PLIST_FILES+= bin/${command} >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705250530.l4P5UQ0x066035>