]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- complete rewrite of the version number parsing code, restoring compatibiliy of...
authoreik <eik@FreeBSD.org>
Tue, 29 Jun 2004 18:52:13 +0000 (18:52 +0000)
committereik <eik@FreeBSD.org>
Tue, 29 Jun 2004 18:52:13 +0000 (18:52 +0000)
commit649576111eab9cebc8bcde1eb574a9f3644fe2a6
tree10ac754f350847c507ac2ca7492fe82ce7cabdf4
parent486f03d1c3d52e46694e570a1fe6a5336a36718c
- complete rewrite of the version number parsing code, restoring compatibiliy of 5.x with 4.x and portupgrade

- parse version numbers of ports containing an underscore followed by a number correctly

- handle special strings pl, alpha, beta, pre and rc

PR: 56961
usr.sbin/pkg_install/lib/lib.h
usr.sbin/pkg_install/lib/version.c
usr.sbin/pkg_install/version/perform.c
usr.sbin/pkg_install/version/test-pkg_version.sh