18 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
4c0fc79492 cvs2svn doesn't actually seem to need the subversion python bindings;
remove the dependency and remove BROKEN marker.
2021-01-15 12:09:07 +00:00
sthen
7eb9371166 cvs2svn: mark BROKEN, blocking swig update + py3 move for py-subversion 2021-01-04 13:56:09 +00:00
sthen
4d9ef8c45a cvs2svn HOMEPAGE is dead, set it to the (not very active) github fork
and mirror the old distfile. this will likely be marked broken soon.
2020-12-31 14:32:43 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
kmos
c45cd79fc7 Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.

Idea from afresh1 who pointed out the cpan module already does this.

aja "I support this move."

OK sthen@
2019-05-15 12:04:34 +00:00
inoguchi
1b36308ca1 add keyword support for OpenBSD and Mdocdate
ok jca@
2017-01-11 15:25:46 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
sthen
a854bd3ef6 update to cvs2svn-2.4.0 2013-01-09 00:07:30 +00:00
sthen
9f60a277bb remove dreadful ${MODPY_RUN_DEPENDS:S/python/python-bsddb/} constructs now
we have PKGSPEC for Python and can do this properly.
2011-09-27 21:29:16 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
jasper
80fcd82c2c - first round of bumps for devel 2010-08-30 22:03:58 +00:00
sthen
37cb4113df Update to 2.3.0, and install example files. From Daniel Dickman. 2009-11-26 09:14:16 +00:00
stsp
66093b1ea6 Show the basename of the program in help output, not the full path.
Same patch already applied upstream.
ok sthen@
2009-09-04 20:54:11 +00:00
sthen
fbbfcbff65 import devel/cvs2svn:
cvs2svn is a tool to migrate as much information as possible from
an existing CVS repository on a local filesystem to a new Subversion
or GIT repository.

It is able to infer information about changesets by looking at
which files were committed together and attempts to reconstruct as
much of your CVS repository's history as possible.

Intermediate data is stored to on-disk databases so that cvs2svn
can convert very large CVS repositories using a reasonable amount
of RAM. Conversions are organized as multiple passes and can be
restarted at an arbitrary pass in the case of problems.
2009-08-22 11:46:24 +00:00