mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
textproc/splitpatch: Update to 2025.0226
This commit is contained in:
parent
3b7674afe7
commit
53f10d7e93
2 changed files with 14 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= splitpatch
|
PORTNAME= splitpatch
|
||||||
DISTVERSIONPREFIX= release/
|
DISTVERSIONPREFIX= release/
|
||||||
DISTVERSION= 2025.0210
|
DISTVERSION= 2025.0226
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
|
|
||||||
MAINTAINER= ehaupt@FreeBSD.org
|
MAINTAINER= ehaupt@FreeBSD.org
|
||||||
|
@ -20,6 +20,15 @@ PLIST_FILES= bin/splitpatch \
|
||||||
share/man/man1/splitpatch.1.gz
|
share/man/man1/splitpatch.1.gz
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|--mode=|-m |g' ${WRKSRC}/Makefile
|
@${REINPLACE_CMD} -e 's|--force|-rf|g' \
|
||||||
|
${WRKSRC}/Makefile \
|
||||||
|
${WRKSRC}/man/Makefile \
|
||||||
|
${WRKSRC}/man/pod2man.mk
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/${PORTNAME}.rb \
|
||||||
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 \
|
||||||
|
${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1739341221
|
TIMESTAMP = 1740575511
|
||||||
SHA256 (jaalto-splitpatch-release-2025.0210_GH0.tar.gz) = a4f55f8df9a36b504b0629a30f77850c409012c843989aca08071deb77d2ab83
|
SHA256 (jaalto-splitpatch-release-2025.0226_GH0.tar.gz) = 6742d234dc61f2589e50b642d1fbce645b04c272e8516fc9df60365b6aeda6a4
|
||||||
SIZE (jaalto-splitpatch-release-2025.0210_GH0.tar.gz) = 12423
|
SIZE (jaalto-splitpatch-release-2025.0226_GH0.tar.gz) = 12537
|
||||||
|
|
Loading…
Add table
Reference in a new issue