From owner-cvs-all@FreeBSD.ORG Thu Feb 12 23:04:36 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 A6E601065672; Thu, 12 Feb 2009 23:04:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) by mx1.freebsd.org (Postfix) with ESMTP id 3FBC48FC0A; Thu, 12 Feb 2009 23:04:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6824CBDC62; Fri, 13 Feb 2009 00:04:35 +0100 (CET) Received: from ATuin.in.mat.cc (ATuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 515F3BDC1D; Fri, 13 Feb 2009 00:04:35 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ATuin.in.mat.cc (Postfix) with ESMTP id 126CA377D1E; Fri, 13 Feb 2009 00:04:34 +0100 (CET) Date: Fri, 13 Feb 2009 00:04:33 +0100 From: Mathieu Arnold To: pav@FreeBSD.org, Mathieu Arnold Message-ID: <89552601B99DB7EEDBEA84B7@ATuin.in.mat.cc> In-Reply-To: <1234478515.95884.33.camel@hood.oook.cz> References: <200902122120.n1CLKdXj023843@repoman.freebsd.org> <1234478515.95884.33.camel@hood.oook.cz> X-Mailer: Mulberry/4.0.9b1 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/devel/p5-Time-Local Makefile distinfo 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: Thu, 12 Feb 2009 23:04:37 -0000 +--On 12 f=C3=A9vrier 2009 23:41:55 +0100 Pav Lucistnik = wrote: | Mathieu Arnold p=C3=AD=C5=A1e v =C4=8Dt 12. 02. 2009 v 21:20 +0000: |> mat 2009-02-12 21:20:39 UTC |>=20 |> FreeBSD ports repository |>=20 |> Modified files: |> devel/p5-Time-Local Makefile distinfo=20 |> Log: |> Update to 1.19.01 |=20 | -PORTVERSION=3D 1.18 | +PORTVERSION=3D 1.19.01 | +DISTVERSION=3D ${PORTVERSION:C/.(..)$/\1/} |=20 | This cannot be correct. PORTVERSION is actually derived from DISTVERSION | inside bsd.port.mk. So, I have to set DISTVERSION to 1.1901 and set PORTVERSION to ${DISTVERSION:C/(..)$/.\1/} ? --=20 Mathieu Arnold