devel/patchutils: update to 0.4.2.
0.4.2 @twaugh twaugh released this on Jul 17 2020 Fixed a packaging issue. 0.4.0 @twaugh twaugh released this on Jul 16 2020 New patchview mode with accompanying scripts. New grepdiff option --only-match. New filterdiff option --remove-timestamps. Assorted other fixes and improvements.
This commit is contained in:
parent
37953f7a7c
commit
584885214e
3 changed files with 17 additions and 9 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.26 2020/08/31 18:09:19 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.27 2020/12/20 13:05:00 rhialto Exp $
|
||||
|
||||
DISTNAME= patchutils-0.3.4
|
||||
PKGREVISION= 3
|
||||
DISTNAME= patchutils-0.4.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
@ -20,8 +19,11 @@ USE_TOOLS+= perl:run
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --with-patch=${PREFIX}/bin/gpatch
|
||||
|
||||
REPLACE_PYTHON+= patchview/gitdiff
|
||||
|
||||
CHECK_PORTABILITY_SKIP+= tests/rediff2/run-test
|
||||
REPLACE_BASH+= scripts/editdiff.in scripts/espdiff.in
|
||||
USE_TOOLS+= bash:run
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/24 08:45:27 recht Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2020/12/20 13:05:00 rhialto Exp $
|
||||
bin/combinediff
|
||||
bin/dehtmldiff
|
||||
bin/editdiff
|
||||
|
@ -6,12 +6,17 @@ bin/espdiff
|
|||
bin/filterdiff
|
||||
bin/fixcvsdiff
|
||||
bin/flipdiff
|
||||
bin/gitdiff
|
||||
bin/gitdiffview
|
||||
bin/grepdiff
|
||||
bin/interdiff
|
||||
bin/lsdiff
|
||||
bin/patchview
|
||||
bin/recountdiff
|
||||
bin/rediff
|
||||
bin/splitdiff
|
||||
bin/svndiff
|
||||
bin/svndiffview
|
||||
bin/unwrapdiff
|
||||
man/man1/combinediff.1
|
||||
man/man1/dehtmldiff.1
|
||||
|
@ -23,6 +28,7 @@ man/man1/flipdiff.1
|
|||
man/man1/grepdiff.1
|
||||
man/man1/interdiff.1
|
||||
man/man1/lsdiff.1
|
||||
man/man1/patchview.1
|
||||
man/man1/recountdiff.1
|
||||
man/man1/rediff.1
|
||||
man/man1/splitdiff.1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.8 2016/10/10 01:08:12 mef Exp $
|
||||
$NetBSD: distinfo,v 1.9 2020/12/20 13:05:00 rhialto Exp $
|
||||
|
||||
SHA1 (patchutils-0.3.4.tar.xz) = b1d91eb1e2213450eae666a4701b3f917625dea3
|
||||
RMD160 (patchutils-0.3.4.tar.xz) = dd3084101f5467ee8de7649c06e7e28071c22905
|
||||
SHA512 (patchutils-0.3.4.tar.xz) = ede006122fad180b78feaf69294f1c40c0a764981fa581f1893abeeb0421f9d586fc33f79d065690a6bc6187a31f11311b086669879dde12c6e49c7c8a2aa440
|
||||
Size (patchutils-0.3.4.tar.xz) = 166400 bytes
|
||||
SHA1 (patchutils-0.4.2.tar.xz) = 0d4631a76b078c0b8cd8ebdf98982d3380125889
|
||||
RMD160 (patchutils-0.4.2.tar.xz) = 28c32934111ccfd5fc9ec159d0a4bfb891616323
|
||||
SHA512 (patchutils-0.4.2.tar.xz) = 20970d52fd43c09dc7799297b9a9eb6f60ba29ecc750d49381a2dc52273dfe484a47696cddd541f623394fa3486734cf337297cbeab6b1b244511c7740f46897
|
||||
Size (patchutils-0.4.2.tar.xz) = 159504 bytes
|
||||
|
|
Loading…
Reference in a new issue