Browse Source
misc/patchutils: Update WWW and clean up pkg-descr
overlay
Po-Chuan Hsieh
11 months ago
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with
4 additions and
5 deletions
-
misc/patchutils/Makefile
-
misc/patchutils/pkg-descr
|
|
@ -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 |
|
|
|
|
|
@ -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 |
|
|
|