From owner-cvs-all@FreeBSD.ORG Thu Feb 12 23:10:10 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 702B610656D7; Thu, 12 Feb 2009 23:10:10 +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 2EFA08FC14; Thu, 12 Feb 2009 23:10:10 +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 8F818BDC66; Fri, 13 Feb 2009 00:10:09 +0100 (CET) Received: from ATuin.in.mat.cc (ATuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 77274BDC65; Fri, 13 Feb 2009 00:10:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ATuin.in.mat.cc (Postfix) with ESMTP id D32FF377D45; Fri, 13 Feb 2009 00:10:08 +0100 (CET) Date: Fri, 13 Feb 2009 00:10:08 +0100 From: Mathieu Arnold To: pav@FreeBSD.org, Mathieu Arnold Message-ID: <4E6221B407516DC8C9128992@ATuin.in.mat.cc> In-Reply-To: <1234479980.95884.51.camel@hood.oook.cz> References: <200902122120.n1CLKdXj023843@repoman.freebsd.org> <1234478515.95884.33.camel@hood.oook.cz> <89552601B99DB7EEDBEA84B7@ATuin.in.mat.cc> <1234479980.95884.51.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:10:11 -0000 +--On 13 f=C3=A9vrier 2009 00:06:20 +0100 Pav Lucistnik = wrote: | Mathieu Arnold p=C3=AD=C5=A1e v p=C3=A1 13. 02. 2009 v 00:04 +0100: |> +--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. |>=20 |> So, I have to set DISTVERSION to 1.1901 and set PORTVERSION to |> ${DISTVERSION:C/(..)$/.\1/} ? |=20 | No. Just set PORTVERSION to whatever you want, and don't set DISTVERSION | at all. You cannot use DISTVERSION magic for this transformation. Well, then, hum, so, I have to make up DISTNAME myself ? It seemed simpler with DISTVERSION :-) --=20 Mathieu Arnold