From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 2 23:28:26 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 407DA3A1 for ; Sun, 2 Nov 2014 23:28:26 +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 0D9F92FA for ; Sun, 2 Nov 2014 23:28:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sA2NSPXO065369 for ; Sun, 2 Nov 2014 23:28:25 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193133] [NEW PORT] www/ccnet: Framework for writing networked applications Date: Sun, 02 Nov 2014 23:28:26 +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 Some People X-Bugzilla-Who: yan_jingfeng@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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: Sun, 02 Nov 2014 23:28:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193133 --- Comment #18 from Jingfeng Yan --- (In reply to Jingfeng Yan from comment #17) > (In reply to Jingfeng Yan from comment #16) > > (In reply to John Marino from comment #15) > > > (In reply to Jingfeng Yan from comment #12) > > > > Created attachment 148941 [details] > > > > test port log > > > > > > Are you sure you uploaded the latest shar? because I would have expected to > > > see errors related to the "@dir" lines and I don't see those errors. > > > > > > Maybe you fixed the port but uploaded an old shar file. > > > > Will change and test again. > > > Maybe you fixed the port but uploaded an old shar file. > > pouderier only complain for usage of @dirrmtry, and suggest using @dir. It > claims that > @dirrmtry is deprecated and please use @dir. You are correct, the list are > generated from makeplist. After I run makeplist again, I did see all the > @dirrmtry are changed to be @dir. Then, pouderier did not complain any > more. Only portlint complains. 0922 is the special day :) 20140922: AUTHOR: bapt@FreeBSD.org pkg(8) now handles the directories under PREFIX automatically, and will automatically remove them as needed. A new @dir keyword has been introduced to handle directories specially: - directories with special owner, group, or permissions (access mode) - empty directories - directories out of PREFIX As a consequence @dirrm and @dirrmtry are now considered deprecated. Credentials can now be passed in arguments to keywords (the empty keyword means "regular file"): @(user,group,mode) file1 @dir(user,group,mode) directory_with_special_owner_or_mode PLIST_DIRSTRY is now considered deprecated, use PLIST_DIRS instead. -- You are receiving this mail because: You are the assignee for the bug.