CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2009/03/07 05:04:13
Modified files: usr.sbin/pkg_add/OpenBSD: PackageName.pm Log message: introduce versionspecs as a derivative object from version. Allows an operator such as <=. also overrides the compare operator for the pnum part, because specifically, in pkgspecs, if the pnum is not specified, it stands for "any pnum will do"... yes, that's hairy...