ChangeLog: 2013-05-31 Pavel Roskin <proski@gnu.org> * Version 0.2.6 released. * COPYING: New file, GPL v2, as suggested by Automake. 2013-05-11 Pavel Roskin <proski@gnu.org> * cvsu.pl (process_arg): Check for words "Result of merge" rather than for "+" to fing the results of merge. In some cases, there is no "+" in the timestamp. Reported by Mikhail Gusarov <mikhail@hola.org>
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.13 2021/01/25 09:23:07 fcambus Exp $
|
|
|
|
DISTNAME= cvsutils-0.2.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://www.red-bean.com/cvsutils/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.red-bean.com/cvsutils/
|
|
COMMENT= CVS utilities to facilitate working
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl:run
|
|
|
|
REPLACE_PERL= *.pl
|
|
REPLACE_SH= *.sh
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|