K 10 svn:author V 5 edwin K 8 svn:date V 27 2003-11-02T11:34:05.000000Z K 7 svn:log V 699 Fix ports with a non-conforming PORTVERSION This is a followup to PR 56958. The following ports have a hyphen in their version number: Toni Andjelkovic devel/pcsc-lite: 1.2.0-rc1 => 1.2.0.r1 John R. Shannon devel/gdb53-act: 5.3-act => 5.3 Vivek Khera mail/postfix-current: 2.0.14-20030812 => 2.0.14.20030812 PORTEPOCH => 2 neither pkg_version nor portupgrade see the part of the version before the last '-', i.e. devel/pcsc-lite is seen as version rc1, 1.3.0-b2 would be regarded as a previous version. PR: ports/58642 Submitted by: Oliver Eikemeier END