Date: Fri, 24 Jul 2020 07:08:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r543020 - head/misc/patchutils Message-ID: <202007240708.06O78uaD043165@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 24 07:08:56 2020 New Revision: 543020 URL: https://svnweb.freebsd.org/changeset/ports/543020 Log: Update to 0.4.2 - Update manpage location (r523104) - Take maintainership Changes: https://github.com/twaugh/patchutils/releases Modified: head/misc/patchutils/Makefile head/misc/patchutils/distinfo head/misc/patchutils/pkg-descr head/misc/patchutils/pkg-plist Modified: head/misc/patchutils/Makefile ============================================================================== --- head/misc/patchutils/Makefile Fri Jul 24 07:08:50 2020 (r543019) +++ head/misc/patchutils/Makefile Fri Jul 24 07:08:56 2020 (r543020) @@ -2,21 +2,22 @@ # $FreeBSD$ PORTNAME= patchutils -PORTVERSION= 0.3.4 +PORTVERSION= 0.4.2 CATEGORIES= misc MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small collection of programs that operate on patch files RUN_DEPENDS= bash:shells/bash -USES= perl5 shebangfix tar:xz -USE_PERL5= run build patch +USES= perl5 python:run shebangfix tar:xz + GNU_CONFIGURE= yes -SHEBANG_FILES= scripts/* +SHEBANG_FILES= patchview/gitdiff scripts/*.in + post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}/${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1 .include <bsd.port.mk> Modified: head/misc/patchutils/distinfo ============================================================================== --- head/misc/patchutils/distinfo Fri Jul 24 07:08:50 2020 (r543019) +++ head/misc/patchutils/distinfo Fri Jul 24 07:08:56 2020 (r543020) @@ -1,2 +1,3 @@ -SHA256 (patchutils-0.3.4.tar.xz) = cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876 -SIZE (patchutils-0.3.4.tar.xz) = 166400 +TIMESTAMP = 1595416527 +SHA256 (patchutils-0.4.2.tar.xz) = 8875b0965fe33de62b890f6cd793be7fafe41a4e552edbf641f1fed5ebbf45ed +SIZE (patchutils-0.4.2.tar.xz) = 159504 Modified: head/misc/patchutils/pkg-descr ============================================================================== --- head/misc/patchutils/pkg-descr Fri Jul 24 07:08:50 2020 (r543019) +++ head/misc/patchutils/pkg-descr Fri Jul 24 07:08:56 2020 (r543020) @@ -1,21 +1,22 @@ Patchutils is a small collection of programs that operate on patch files. - - Interdiff generates an incremental patch from two patches against a common - source. - - Combinediff generates a single patch from two incremental patches, allowing - you to merge patches together. - - Filterdiff will select the portions of a patch file that apply to files - matching (or, alternatively, not matching) a shell wildcard. - - Fixcvsdiff is for correcting the output of 'cvs diff'. - - Rediff corrects hand-edited patches, by comparing the original patch with - the modified one and adjusting the offsets and counts. - - Lsdiff displays a short listing of affected files in a patch file, along - with (optionally) the line numbers of the start of each patch. - - Splitdiff separates out patches from a patch file so that each new patch - file only alters any given file once. - - Grepdiff displays a list of the files modified by a patch where the patch - contains a given regular expression. - - Recountdiff fixes up counts and offsets in a unified diff. - - Unwrapdiff fixes word-wrapped unified diffs. +- Interdiff generates an incremental patch from two patches against a common + source. +- Combinediff generates a single patch from two incremental patches, allowing + you to merge patches together. +- Filterdiff will select the portions of a patch file that apply to files + matching (or, alternatively, not matching) a shell wildcard. +- Fixcvsdiff is for correcting the output of 'cvs diff'. +- Rediff corrects hand-edited patches, by comparing the original patch with the + modified one and adjusting the offsets and counts. +- Lsdiff displays a short listing of affected files in a patch file, along with + (optionally) the line numbers of the start of each patch. +- Splitdiff separates out patches from a patch file so that each new patch file + only alters any given file once. +- Grepdiff displays a list of the files modified by a patch where the patch + contains a given regular expression. +- Recountdiff fixes up counts and offsets in a unified diff. +- Unwrapdiff fixes word-wrapped unified diffs. WWW: http://cyberelk.net/tim/software/patchutils/ +WWW: https://github.com/twaugh/patchutils Modified: head/misc/patchutils/pkg-plist ============================================================================== --- head/misc/patchutils/pkg-plist Fri Jul 24 07:08:50 2020 (r543019) +++ head/misc/patchutils/pkg-plist Fri Jul 24 07:08:56 2020 (r543020) @@ -5,24 +5,30 @@ 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.gz -man/man1/dehtmldiff.1.gz -man/man1/editdiff.1.gz -man/man1/espdiff.1.gz -man/man1/filterdiff.1.gz -man/man1/fixcvsdiff.1.gz -man/man1/flipdiff.1.gz -man/man1/grepdiff.1.gz -man/man1/interdiff.1.gz -man/man1/lsdiff.1.gz -man/man1/recountdiff.1.gz -man/man1/rediff.1.gz -man/man1/splitdiff.1.gz -man/man1/unwrapdiff.1.gz +share/man/man1/combinediff.1.gz +share/man/man1/dehtmldiff.1.gz +share/man/man1/editdiff.1.gz +share/man/man1/espdiff.1.gz +share/man/man1/filterdiff.1.gz +share/man/man1/fixcvsdiff.1.gz +share/man/man1/flipdiff.1.gz +share/man/man1/grepdiff.1.gz +share/man/man1/interdiff.1.gz +share/man/man1/lsdiff.1.gz +share/man/man1/patchview.1.gz +share/man/man1/recountdiff.1.gz +share/man/man1/rediff.1.gz +share/man/man1/splitdiff.1.gz +share/man/man1/unwrapdiff.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240708.06O78uaD043165>