Subject: Re: Dependency pattern syntax
To: None <tech-pkg@netbsd.org>
From: None <joerg@britannica.bec.de>
List: tech-pkg
Date: 05/26/2006 08:36:41
On Thu, May 25, 2006 at 06:13:12PM +0200, Thomas Klausner wrote:
> On Wed, May 24, 2006 at 11:47:47PM +0200, joerg@britannica.bec.de wrote:
> > 	php-4.4.* => php~4.4
> 
> How about
> 	php>=4.4<4.5
> instead, which more precisely describes what is wanted?

This works in this situation, but not sure if can be done in all cases.
E.g. php-4.4p1 would match your pattern, but not the fnmatch style.

Joerg