diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 00:07:46 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-10 00:07:46 +0800 |
commit | ee58928b870f0b32850aa38e5c402b108bcfe70d (patch) | |
tree | 1fde768602611b864783461973199be7cd61305c /textproc | |
parent | 94f877ae9123650ac02de1e7b79ee5b63f31ead5 (diff) | |
download | freebsd-ports-gnome-ee58928b870f0b32850aa38e5c402b108bcfe70d.tar.gz freebsd-ports-gnome-ee58928b870f0b32850aa38e5c402b108bcfe70d.tar.zst freebsd-ports-gnome-ee58928b870f0b32850aa38e5c402b108bcfe70d.zip |
- Update to 2.12.18
- Support STAGEDIR
Changes: http://tools.ietf.org/tools/idnits/changelog
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/idnits/Makefile | 7 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 61b7e0952a82..9ba21c1e98a6 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.12.17 +PORTVERSION= 2.12.18 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -14,17 +14,16 @@ COMMENT= Looks for problems in internet draft formatting LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' ${WRKSRC}/${PORTNAME} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .include <bsd.port.mk> diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 3df0aa0bb95a..82a9b76973d9 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,2 +1,2 @@ -SHA256 (idnits-2.12.17.tgz) = 769eefd5d6fb17cd8d561426de1c966505c5a71b06dc10bd7287031029588f1f -SIZE (idnits-2.12.17.tgz) = 58119 +SHA256 (idnits-2.12.18.tgz) = 6252299f2d38717ae178ab8c22f455c90ae0f26613cd5bda02393b8e59491edc +SIZE (idnits-2.12.18.tgz) = 58163 |