From owner-cvs-all@FreeBSD.ORG Sat May 31 13:50:02 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41041065675; Sat, 31 May 2008 13:50:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 327008FC26; Sat, 31 May 2008 13:50:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4VDo1S6010317; Sat, 31 May 2008 13:50:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4VDo1vC010316; Sat, 31 May 2008 13:50:01 GMT (envelope-from miwi) Message-Id: <200805311350.m4VDo1vC010316@repoman.freebsd.org> From: Martin Wilke Date: Sat, 31 May 2008 13:50:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/p5-Lchown Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2008 13:50:03 -0000 miwi 2008-05-31 13:50:01 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/p5-Lchown Makefile distinfo pkg-descr pkg-plist Log: Lchown allows calls from Perl5 to lchown(2) enable changes to the ownership of a symbolic link itself instead of to the file the link points to. WWW: http://search.cpan.org/dist/Lchown/ PR: ports/123214 Submitted by: Jeffrey Goldberg Revision Changes Path 1.1017 +1 -0 ports/sysutils/Makefile 1.1 +22 -0 ports/sysutils/p5-Lchown/Makefile (new) 1.1 +3 -0 ports/sysutils/p5-Lchown/distinfo (new) 1.1 +4 -0 ports/sysutils/p5-Lchown/pkg-descr (new) 1.1 +5 -0 ports/sysutils/p5-Lchown/pkg-plist (new)