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.
29 lines
709 B
Makefile
29 lines
709 B
Makefile
# $OpenBSD: Makefile,v 1.13 2021/02/23 19:39:14 sthen Exp $
|
|
|
|
COMMENT= fast, incremental CVS to Mercurial conversion
|
|
|
|
# we just make up a version since changesets are SHA1 hashes
|
|
CHANGESET= 075ee8bd5b35
|
|
VERSION= 20060714
|
|
|
|
DISTNAME= cvs20hg-${CHANGESET}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
PKGNAME= cvs20hg-${VERSION}
|
|
REVISION = 5
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/cvs20hg
|
|
MASTER_SITES= http://hg.recoil.org/dist/
|
|
WRKDIST= ${WRKDIR}/-corecode-hg-cvs20hg-${CHANGESET}
|
|
|
|
USE_GMAKE= Yes
|
|
MODULES= lang/python
|
|
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_2}
|
|
BUILD_DEPENDS += devel/py-rcsparse
|
|
RUN_DEPENDS += devel/py-rcsparse
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|