git: e651d1b0d3c4 - main - misc/patchutils: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 18 Jul 2024 16:48:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e651d1b0d3c49005b17a03f12e7630c4fa198d40
commit e651d1b0d3c49005b17a03f12e7630c4fa198d40
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-07-18 16:45:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-07-18 16:45:07 +0000
misc/patchutils: Update WWW and clean up pkg-descr
---
misc/patchutils/Makefile | 7 ++++---
misc/patchutils/pkg-descr | 2 --
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile
index d88d5b4a1a1c..296c6737cb78 100644
--- a/misc/patchutils/Makefile
+++ b/misc/patchutils/Makefile
@@ -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
diff --git a/misc/patchutils/pkg-descr b/misc/patchutils/pkg-descr
index cdc7c4c0aa29..29666260628f 100644
--- a/misc/patchutils/pkg-descr
+++ b/misc/patchutils/pkg-descr
@@ -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