On Tue, Mar 11, 2008 at 11:57:52AM +0000, Mikolaj Kucharski wrote: > On Tue, Mar 11, 2008 at 12:05:13AM +0000, Jacob Meuser wrote: > > On Tue, Mar 11, 2008 at 02:22:52AM +0300, Vadim Jukov wrote: > > > > > Wow! But... What port version did you made diff from? > > > > oops. try this instead. > ... > > -PKGNAME= ${DISTNAME}p1v0 > ... > > +PKGNAME= ${DISTNAME} > > Can we remove the ``v'' suffix when it was once added? >
No, otherwise the version would actually go backwards. If a package needs to go back to an older version than available, ``v'' takes precedene over version and patchlevel. It can never go back. For instance, the p5-DBD-SQLite package went from 1.12 -> 1.13 -> 1.12v0 and the following update to 1.14 had to be 1.14v0. Kind regards, Simon