From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 25 18:52:03 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4E5868E for ; Thu, 25 Sep 2014 18:52:03 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8A75CE59 for ; Thu, 25 Sep 2014 18:52:03 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PIq3bO040829 for ; Thu, 25 Sep 2014 18:52:03 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193916] Update port: vsftpd-ext update to staged. Date: Thu, 25 Sep 2014 18:52:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 18:52:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193916 Kurt Jaeger changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |In Discussion CC| |pi@FreeBSD.org --- Comment #1 from Kurt Jaeger --- (In reply to Xu Jing from comment #0) > Created attachment 147663 [details] > diff base on ports tree r366889, because delete by r366890 Thanks. I tested it and it builds on poudriere (10.0-amd64, 9.1-amd64 and 8.4-i386). I have a few questions: - Is there a reason 2.3.5 is used and not 3.0.2 ? - Can you use @sample in pkg-plist instead of exec/unexec ? See https://www.freebsd.org/doc/en/books/porters-handbook/plist-keywords.html#plist-keywords-sample for details. - pkg-plist uses some shell script to detect/create users. Would using /usr/ports/UIDs etc work ? With USERS=ftp GROUPS=ftp ? - Can you check if you can trim your @dirrm in pkg-plist ? See https://lists.freebsd.org/pipermail/svn-ports-all/2014-September/074391.html for details on the changes related to @dirrm. -- You are receiving this mail because: You are the assignee for the bug.