1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

misc/patchutils: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-07-19 00:45:07 +08:00
parent 077a6796e4
commit e651d1b0d3
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 4 additions and 5 deletions

View File

@ -6,7 +6,8 @@ MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Small collection of programs that operate on patch files
WWW= http://cyberelk.net/tim/software/patchutils/
WWW= http://cyberelk.net/tim/software/patchutils/ \
https://github.com/twaugh/patchutils
LICENSE= GPLv2+
@ -14,10 +15,10 @@ RUN_DEPENDS= bash:shells/bash
USES= perl5 python:run shebangfix tar:xz
SHEBANG_FILES= patchview/gitdiff scripts/*.in
GNU_CONFIGURE= yes
SHEBANG_FILES= patchview/gitdiff scripts/*.in
post-install:
${MV} ${STAGEDIR}${PREFIX}/bin/svndiff ${STAGEDIR}${PREFIX}/bin/svndiff.patchutils
${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1

View File

@ -17,5 +17,3 @@ Patchutils is a small collection of programs that operate on patch files.
contains a given regular expression.
- Recountdiff fixes up counts and offsets in a unified diff.
- Unwrapdiff fixes word-wrapped unified diffs.
See also: https://github.com/twaugh/patchutils