11 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
2ee1cab41d fix previous 2021-02-18 15:04:45 +00:00
sthen
27c2d7e119 remove bogus MODPY_BIN_SUFFIX 2021-02-18 13:01:56 +00:00
jasper
d6b5b110e6 update to bash-completion-2.11 2020-09-14 09:54:52 +00:00
sthen
9ad121d761 bash-completion: replace some MODPY_BIN_SUFFIX with -3, pointed out by aja@ 2020-07-01 13:59:49 +00:00
sthen
f635fe20d4 bash-completion: fix a MODPY_VERSIOM which should just be 3.7 2020-06-30 23:24:53 +00:00
naddy
a1b9478e4e fix misspelled SYSCONFDIR in plist 2020-06-01 16:33:05 +00:00
sthen
d4e8fbbdac zap stray , in TEST_DEPENDS 2020-05-16 11:16:09 +00:00
ajacoutot
c2e65acb69 Do not RDEP on bash; this will allow to use this to add support for
bash-completion in applications without adding an indirect build dependency
on bash

ok jasper@
2020-05-15 11:27:28 +00:00
ajacoutot
cd2a16fdc9 Append sysutils to CATEGORIES. 2020-05-15 09:14:41 +00:00
jasper
1c506e3815 import bash-completion-2.10
bash-completion is a collection of command line command completions for
the Bash shell, collection of helper functions to assist in creating new
completions, and set of facilities for loading completions automatically
on demand, as well as installing them.

ok aja@
2020-05-14 15:27:27 +00:00