From owner-cvs-all@FreeBSD.ORG Thu Jun 14 06:35:33 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AAE2D16A47D for ; Thu, 14 Jun 2007 06:35:33 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id ED0B713C45A for ; Thu, 14 Jun 2007 06:35:32 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so800817pyi for ; Wed, 13 Jun 2007 23:35:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dOVTCDRjNX254ZrmGMolTP7evReHKp3uYsPbPOpP49vdM+ujcleIJEtiCftI0GAiWTi6Y8jYuUP1CUAtQ/4Qcw4PXThnmnk5d2FVdMfW1U+UaftZKfkR+G1TrV6mX2UtmtS0VQZeZR7Af6CVjE801VCufQ1X9D9BQRr7yqs7F/0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=AKCM5BCLUEowfsBDXaDFTBqtQxYX/767uiYbkkFw4blEDN1Fv2l7Fpntp3YUGHsD3pNmLuuzGS96i0XFy/w0nsl3wL8BlcbPYA1An1aFx8wbfHnzngXjdVHP5mtQ5yNNdoe7VQFnE0nsUJV+IpIrbmKFdK6OQYkPl/NicghtsK8= Received: by 10.114.108.15 with SMTP id g15mr1498013wac.1181802930916; Wed, 13 Jun 2007 23:35:30 -0700 (PDT) Received: by 10.114.194.13 with HTTP; Wed, 13 Jun 2007 23:35:30 -0700 (PDT) Message-ID: Date: Thu, 14 Jun 2007 10:35:30 +0400 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: "Cheng-Lung Sung" , cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Gea-Suan Lin" In-Reply-To: <20070614024146.C164C16A57F@hub.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200706140241.l5E2ffFf081480@repoman.freebsd.org> <20070614024146.C164C16A57F@hub.freebsd.org> X-Google-Sender-Auth: 195841fb2f2d33cb Cc: Subject: Re: cvs commit: ports/security Makefile ports/security/php-Auth_OpenID Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: infofarmer@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2007 06:35:33 -0000 On 6/14/07, Cheng-Lung Sung wrote: > clsung 2007-06-14 02:41:41 UTC > > FreeBSD ports repository > > Modified files: > security Makefile > Added files: > security/php-Auth_OpenID Makefile distinfo pkg-descr pkg-plist > Log: > Add php-Auth_OpenID 1.2.2, PHP OpenID library. > > PR: ports/112079 > Submitted by: Gea-Suan Lin > > Revision Changes Path > 1.891 +1 -0 ports/security/Makefile > 1.1 +58 -0 ports/security/php-Auth_OpenID/Makefile (new) > 1.1 +3 -0 ports/security/php-Auth_OpenID/distinfo (new) > 1.1 +5 -0 ports/security/php-Auth_OpenID/pkg-descr (new) > 1.1 +62 -0 ports/security/php-Auth_OpenID/pkg-plist (new) > +RUN_DEPENDS= pear:${PORTSDIR}/devel/pear > +BUILD_DEPENDS= ${RUN_DEPENDS} I think I pointed out many times that this latter definition should be done with :=, or else bdeps will end up gulping whatever rdeps gets throughout the rest of the port and infrastructure. > +@dirrmtry share/pear/Services/Yadis > +@dirrmtry share/pear/Services > +@dirrmtry share/pear/Auth/OpenID > +@dirrmtry share/pear/Auth > +@dirrmtry share/pear > +@dirrmtry %%EXAMPLESDIR%%/server/lib/render > +@dirrmtry %%EXAMPLESDIR%%/server/lib > +@dirrmtry %%EXAMPLESDIR%%/server > +@dirrmtry %%EXAMPLESDIR%%/consumer > +@dirrmtry %%EXAMPLESDIR%% I assume the pear dirs were dirrmtried with expectation of other (newer) pear ports installing in the same location. But why examplesdir? It's completely port- specific.