From owner-cvs-all@FreeBSD.ORG Sat Jan 17 16:18:32 2009 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 481C3106566B; Sat, 17 Jan 2009 16:18:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (lefty.soaustin.net [66.135.55.46]) by mx1.freebsd.org (Postfix) with ESMTP id 214238FC19; Sat, 17 Jan 2009 16:18:32 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 481798C06A; Sat, 17 Jan 2009 09:46:21 -0600 (CST) Date: Sat, 17 Jan 2009 09:46:21 -0600 To: Hajimu UMEMOTO Message-ID: <20090117154621.GC25422@soaustin.net> References: <200901132138.n0DLcosP013731@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: linimon@lonesome.com (Mark Linimon) Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, Sergey Skvortsov , ports-committers@FreeBSD.org Subject: Re: cvs commit: ports UPDATING ports/Mk bsd.perl.mk ports/lang/perl5.8 Makefile Makefile.man distinfo pkg-plist ports/lang/perl5.8/files patch-freebsd.sh patch-makedepend patch-perl.c patch-sv.c patch-utf-regcomp 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: Sat, 17 Jan 2009 16:18:32 -0000 On Sat, Jan 17, 2009 at 08:49:33PM +0900, Hajimu UMEMOTO wrote: > It seems there are PERL_VERSION and PERL_VER defined in bsd.ports.mk, > too. And, these are still 5.8.8. I think these should be bumped as > well. Yes, especially as those are the ones that are actually used, while the retrofit of various ports to conditionally include bsd.perl.mk is underway. (Right now, it is unconditionally included.) mcl