Hi to all,
I am searching for a very basic information
Just wondering something about dependencies versions management by pkgng.
I see that, in general, packages have dependencies.
If I try to look at the dependencies of a given package, I see that the versions of the dependencies are very specific.
For example, below are some ruby dependencies:
If I create my own package, is there a way to say: I want a dependency on any version up to 1.0 of the package 'fake_package' instead of specifying the strict version needed ?
Thanks in advance !
I am searching for a very basic information
Just wondering something about dependencies versions management by pkgng.
I see that, in general, packages have dependencies.
If I try to look at the dependencies of a given package, I see that the versions of the dependencies are very specific.
For example, below are some ruby dependencies:
Code:
"deps":{
"libedit":{"origin":"devel/libedit","version":"3.1.20150325_1"},
"libexecinfo":{"origin":"devel/libexecinfo","version":"1.1_3"},
"libffi":{"origin":"devel/libffi","version":"3.2.1"},
"libyaml":{"origin":"textproc/libyaml","version":"0.1.6_2"}
}
If I create my own package, is there a way to say: I want a dependency on any version up to 1.0 of the package 'fake_package' instead of specifying the strict version needed ?
Thanks in advance !