From owner-cvs-all@FreeBSD.ORG Wed Sep 29 08:45:49 2010 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 1C1071065693; Wed, 29 Sep 2010 08:45:49 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 537A68FC08; Wed, 29 Sep 2010 08:45:48 +0000 (UTC) Received: by qwd6 with SMTP id 6so443231qwd.13 for ; Wed, 29 Sep 2010 01:45:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=v9oepUWIJfOdeTM99OA1D9mMLGvkBPpFX/tyxIc4p+Q=; b=dQjTlj1kmkvWqFrfv6ORzYwf8/wCfwFkw7EXnPdLrv87vSBfV8kwxolL8CUALR9LPe oT7bc0yhvVUJo9LoHexrGFeSigqW1+NMHk/53IeLjqGjFm21Y8AIy/1h76DiEbSFMhQB g3hdTk2mE7pyWOsdjcumgcA9l43bZ8Ds8ku3M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=tp/mtYb5Ts0PqYTbR4DVrMH/nVBlQz2aLkXJOLmawh8G8mzCVMCc/8Mv5IB9hfrFS1 QrdP2wmiDqvD6Q6ucujsoFMbIojPQ3upkqNzQGW5KuaF1+JMciD6LekI3YXL89l++fcG bIN8Cps92Q3YRAt8T+3pLPKZWADKmnDGuMAHM= MIME-Version: 1.0 Received: by 10.229.71.69 with SMTP id g5mr723973qcj.176.1285749945811; Wed, 29 Sep 2010 01:45:45 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.229.81.198 with HTTP; Wed, 29 Sep 2010 01:45:45 -0700 (PDT) In-Reply-To: References: <201009290707.o8T77b2s073828@repoman.freebsd.org> Date: Wed, 29 Sep 2010 12:45:45 +0400 X-Google-Sender-Auth: nJbZNX-tY4rybvwhx1jSoZMfync Message-ID: From: Andrej Zverev To: Baptiste Daroussin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, frank@altpeter.de, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-im/centerim-devel Makefile pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 08:45:49 -0000 On Wed, Sep 29, 2010 at 11:50 AM, Baptiste Daroussin wrote: > 2010/9/29 Andrej Zverev : > > > > > > On Wed, Sep 29, 2010 at 11:07 AM, Baptiste Daroussin > > wrote: > >> > >> bapt 2010-09-29 07:07:37 UTC > >> > >> FreeBSD ports repository > >> > >> Modified files: > >> net-im/centerim-devel Makefile pkg-plist > >> Log: > >> - fix plist > >> - added run depend on perl and python > >> - bump port revision > >> > >> Reported by: QAT > >> > >> Revision Changes Path > >> 1.47 +3 -0 ports/net-im/centerim-devel/Makefile > >> 1.7 +2 -0 ports/net-im/centerim-devel/pkg-plist > > > > Hello. > > Are you sure the necessary dependencies for Perl and python? > > Maybe these scripts are not for the program, but simply in order to be > able > > to build the some reports, while P5 & Python is clearly not needed. > > Also typo PORTRESION -> PORTREVISION. > > > > > > Don't know I have be pointed out when trying to removed some perl > dependency that if a ports provide a perl or a python script we should > make it depend on perl and/or python even the that script is not > necessary to make the ports work. perhaps the maintainer would prefer > having options for that. > As I can see http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.8.20100926045748/centerim-devel-4.22.9.33.log where only 2 files was missed in pkg-plist and i can't find in configure script depends on perl or python. So if nobody against (maintainer first) please remove USE_PERL5_RUN= yes USE_PYTHON_RUN= yes Thanks. > > But currently what I know is that the ports provide perl and python > script so I added this maybe I'm wrong. > > Anyway thanks for the typo > > regards, > Bapt >