cvs commit: src/usr.sbin/pkg_install/lib lib.h version.c
src/usr.sbin/pkg_install/version perform.c test-pkg_version.sh
Oliver Eikemeier
eik at FreeBSD.org
Tue Jun 29 11:52:21 PDT 2004
eik 2004-06-29 18:52:13 UTC
FreeBSD src repository
Modified files:
usr.sbin/pkg_install/lib lib.h version.c
usr.sbin/pkg_install/version perform.c test-pkg_version.sh
Log:
- 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
Revision Changes Path
1.50 +0 -1 src/usr.sbin/pkg_install/lib/lib.h
1.5 +240 -83 src/usr.sbin/pkg_install/lib/version.c
1.7 +6 -3 src/usr.sbin/pkg_install/version/perform.c
1.5 +19 -0 src/usr.sbin/pkg_install/version/test-pkg_version.sh
More information about the cvs-src
mailing list