+--On 13 février 2009 00:06:20 +0100 Pav Lucistnik <p...@freebsd.org> wrote: | Mathieu Arnold píše v pá 13. 02. 2009 v 00:04 +0100: |> +--On 12 février 2009 23:41:55 +0100 Pav Lucistnik <p...@freebsd.org> |> wrote: |> | Mathieu Arnold píše v čt 12. 02. 2009 v 21:20 +0000: |> |> mat 2009-02-12 21:20:39 UTC |> |> |> |> FreeBSD ports repository |> |> |> |> Modified files: |> |> devel/p5-Time-Local Makefile distinfo |> |> Log: |> |> Update to 1.19.01 |> | |> | -PORTVERSION= 1.18 |> | +PORTVERSION= 1.19.01 |> | +DISTVERSION= ${PORTVERSION:C/.(..)$/\1/} |> | |> | 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/} ? | | 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 :-) -- Mathieu Arnold _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"