2be1c549a5
0.3.3 (stable) Context output format for "no newline" lines has been fixed. The splitdiff utility now has an option to disable ".patch" filename extensions. Some fixes for bugs spotted by Coverity. Interdiff can now use "-" (stdin) for one of the inputs.
24 lines
660 B
Makefile
24 lines
660 B
Makefile
# $NetBSD: Makefile,v 1.17 2015/01/16 09:27:45 wiz Exp $
|
|
|
|
DISTNAME= patchutils-0.3.3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://cyberelk.net/tim/patchutils/index.html
|
|
COMMENT= Some programs for manipulating patch files
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
DEPENDS+= patch-[0-9]*:../../devel/patch
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= perl:run
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
|
|
|
|
CHECK_PORTABILITY_SKIP+=tests/rediff2/run-test
|
|
REPLACE_BASH+= editdiff.in espdiff.in
|
|
USE_TOOLS+= bash:run
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|