Summary: | [Maintainer Update] www/boa port (to 0.94.12 final release) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alex Dupre <sysadmin> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Alex Dupre
2002-05-06 09:50:01 UTC
State Changed From-To: open->closed Committed, thanks! > pkg_version -t 0.94.12.r5 0.94.12 < this means that the r5 has a greater number so I am going to set portepoch. but note this for next time > pkg_version -t 0.94.12.5 0.94.12 > if you take the r out the version # will work correctly. so make sure you pkg_version to keep track of it better. I must have been on crack when I wrote this. I apologize deeply. Anyone can see that I was completely wrong. David W. Chapman Jr. wrote:
> > pkg_version -t 0.94.12.r5 0.94.12
> <
>
> this means that the r5 has a greater number so I am going to set portepoch.
Nope...I tried it and 0.94.12 is greater that 0.94.12.r5
-t Test a pair of version number strings and exit. The output con-
sists of one of the single characters = (equal), < (right-hand
number greater), or > (left-hand number greater) on standard out-
put. This flag is mostly useful for scripts or for testing.
< means right is greater than left.
Alex Dupre
David W. Chapman Jr. wrote:
> > pkg_version -t 0.94.12.r5 0.94.12
> <
>
> this means that the r5 has a greater number so I am going to set portepoch.
Nope...I tried it and 0.94.12 is greater that 0.94.12.r5
-t Test a pair of version number strings and exit. The output con-
sists of one of the single characters = (equal), < (right-hand
number greater), or > (left-hand number greater) on standard out-
put. This flag is mostly useful for scripts or for testing.
< means right is greater than left.
Alex Dupre
David W. Chapman Jr. wrote:
> > pkg_version -t 0.94.12.r5 0.94.12
> <
>
> this means that the r5 has a greater number so I am going to set portepoch.
Nope...I tried it and 0.94.12 is greater that 0.94.12.r5
-t Test a pair of version number strings and exit. The output con-
sists of one of the single characters = (equal), < (right-hand
number greater), or > (left-hand number greater) on standard out-
put. This flag is mostly useful for scripts or for testing.
< means right is greater than left.
Alex Dupre
David W. Chapman Jr. wrote:
> I must have been on crack when I wrote this. I apologize deeply.
> Anyone can see that I was completely wrong.
Ops, ok =) Ignore my last message. Eheh
Alex Dupre
|