From owner-cvs-ports@FreeBSD.ORG Wed Sep 29 07:50:36 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6D9A1065670; Wed, 29 Sep 2010 07:50:36 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 51ADA8FC1C; Wed, 29 Sep 2010 07:50:36 +0000 (UTC) Received: by iwn34 with SMTP id 34so873445iwn.13 for ; Wed, 29 Sep 2010 00:50:35 -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:content-transfer-encoding; bh=cRVvpauKlinSrl7QD4LNZCpxOaHSVV6B9FfTtS7RxRo=; b=EsTYDIk7Y9HsEUKhnvKI/Jy/Wt2M9YalMbR0uDmJW61E7eMGwHYXZ2nXbj5rsHu736 YNW28lLn3lixRnF6+5qdBE4G2D6aCzi1JajJMnoVGhMTLV0EKmSwxUrMXzmgLJ1SeBeN 0N7iwlsJM7Hv9qjxj4b20yC9fF4VsTUy815fw= 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 :content-transfer-encoding; b=PkLZTjdPx5T6s/r/OMZdoe+XgByAB5I5mx3VOnH6NVRUQ0zxAS/ddccC89GZdVh3ED xDS0u3QuTF8sS9QnU2fU6MgLreX4pyUsMbrUc4wDNHd+1pGcRiuQnltAy4bBxkOJmWmj TReA02PqT39k8xySsuB0XF2dUJwmaP3Gw7Zlg= MIME-Version: 1.0 Received: by 10.231.32.73 with SMTP id b9mr1325739ibd.133.1285746635664; Wed, 29 Sep 2010 00:50:35 -0700 (PDT) Sender: baptiste.daroussin@gmail.com Received: by 10.231.196.79 with HTTP; Wed, 29 Sep 2010 00:50:35 -0700 (PDT) In-Reply-To: References: <201009290707.o8T77b2s073828@repoman.freebsd.org> Date: Wed, 29 Sep 2010 07:50:35 +0000 X-Google-Sender-Auth: y_BUYbZ1oKWWbDYmcl3df4BZM-M Message-ID: From: Baptiste Daroussin To: Andrej Zverev Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/net-im/centerim-devel Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2010 07:50:36 -0000 2010/9/29 Andrej Zverev : > > > On Wed, Sep 29, 2010 at 11:07 AM, Baptiste Daroussin > wrote: >> >> bapt =A0 =A0 =A0 =A02010-09-29 07:07:37 UTC >> >> =A0FreeBSD ports repository >> >> =A0Modified files: >> =A0 =A0net-im/centerim-devel Makefile pkg-plist >> =A0Log: >> =A0- fix plist >> =A0- added run depend on perl and python >> =A0- bump port revision >> >> =A0Reported by: =A0 =A0QAT >> >> =A0Revision =A0Changes =A0 =A0Path >> =A01.47 =A0 =A0 =A0+3 -0 =A0 =A0 =A0ports/net-im/centerim-devel/Makefile >> =A01.7 =A0 =A0 =A0 +2 -0 =A0 =A0 =A0ports/net-im/centerim-devel/pkg-plis= t > > 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 ab= le > 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. 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