9c04fe4c99
--------------------------------- 3.41: 2016-02-10:: Fix fatal error in reposurgeon version command (introduced in 3.40). In repocutter, the pathrename command now hacks svn:mergeinfo properties. 'split' adds a ".split" suffix to any legacy ID in the new commit. More control over prefix stripping in the "path sup" command. Add --notagify option to expunge command. Repair implementation of "split at". Add "tag create" command.
25 lines
719 B
Makefile
25 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.28 2017/02/11 00:29:37 mef Exp $
|
|
|
|
DISTNAME= reposurgeon-3.41
|
|
CATEGORIES= devel scm
|
|
MASTER_SITES= http://www.catb.org/~esr/reposurgeon/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.catb.org/~esr/reposurgeon/
|
|
COMMENT= Tool for editing version-control repository history
|
|
LICENSE= 2-clause-bsd
|
|
|
|
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
|
|
BUILD_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= # none
|
|
MAKE_FLAGS+= prefix=${PREFIX}
|
|
MAKE_FLAGS+= mandir=${PKGMANDIR}
|
|
|
|
REPLACE_PYTHON= repocutter repodiffer repomapper reposurgeon
|
|
REPLACE_SH= repotool
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|