#
d2101683 |
| 23-Nov-2021 |
espie <espie@openbsd.org> |
temporarily disable test unless this is fixed
|
#
882278c9 |
| 17-Nov-2021 |
espie <espie@openbsd.org> |
add more checks for badly specified pkgspecs
|
#
f4fc757a |
| 16-Nov-2021 |
espie <espie@openbsd.org> |
add a few more checks for incorrect specs
|
#
044f8b13 |
| 26-Mar-2020 |
jca <jca@openbsd.org> |
Add support for "alpha" suffixes in package versions
We already supported "beta" releases but not "alpha", probably to discourage people from pushing "alpha-quality" software in the ports tree.
We
Add support for "alpha" suffixes in package versions
We already supported "beta" releases but not "alpha", probably to discourage people from pushing "alpha-quality" software in the ports tree.
We have 30 ports with distfiles matching "alpha", and people just work around the lack of explicit support for "alpha" releases with mixes of crafted PKGNAME and REVISION/EPOCH. This looks needlessly complicated and a bit unfair when compared to GH_COMMIT support.
Pointers from landry@ and sthen@, lgtm landry@, no objection from espie@
show more ...
|
#
8f5f63b8 |
| 27-Jan-2010 |
espie <espie@openbsd.org> |
more version checks
|
#
aa447f48 |
| 24-Jan-2010 |
espie <espie@openbsd.org> |
check package name issues
|
#
22c6bdf9 |
| 10-Jan-2010 |
espie <espie@openbsd.org> |
more tests
|
#
9eaabd27 |
| 03-Nov-2009 |
espie <espie@openbsd.org> |
actual fixed tests.
|
#
90b10312 |
| 03-Nov-2009 |
sthen <sthen@openbsd.org> |
Add some (currently failing) version number comparison tests. ok espie@
|
#
da12fd0f |
| 15-Jul-2008 |
espie <espie@openbsd.org> |
deprecate package names without version numbers.
|
#
174fba57 |
| 15-May-2007 |
espie <espie@openbsd.org> |
fix tests to run now
|
#
5e3a0dc4 |
| 16-Aug-2005 |
espie <espie@openbsd.org> |
make test framework more specific, and use it.
|
#
f0ad9525 |
| 16-Aug-2005 |
espie <espie@openbsd.org> |
more extensive package name checks.
|
#
d733b626 |
| 19-Oct-2004 |
espie <espie@openbsd.org> |
fix-up name of routine. noticed by David Krause.
|
#
7aaed1c4 |
| 21-Feb-2004 |
espie <espie@openbsd.org> |
First regression test for pkg_add, checking packages-specs lists. (the nice thing about having this as perl modules is that we CAN write regression tests)
|