diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-09-01 06:28:13 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-09-01 06:28:13 +0000 |
commit | 809eec0a453ba995f59a01abc24fefd0c364a6ce (patch) | |
tree | a19b14a0a99b7c71203d3bf004a10ba65ae54492 /textproc/idnits | |
parent | 58e2a44999ac0291ea7c521a1c75caff97435d8c (diff) | |
download | ports-809eec0a453ba995f59a01abc24fefd0c364a6ce.tar.gz ports-809eec0a453ba995f59a01abc24fefd0c364a6ce.zip |
Notes
Diffstat (limited to 'textproc/idnits')
-rw-r--r-- | textproc/idnits/Makefile | 6 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index c920a5ea2c33..0b2eb64ba561 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.12.04 +PORTVERSION= 2.12.05 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ http://sunpoet.net/distfiles/ @@ -16,12 +16,12 @@ COMMENT= Looks for problems in internet draft formatting RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -NO_BUILD= YES +NO_BUILD= yes PLIST_FILES= bin/idnits post-patch: - @${REINPLACE_CMD} -e 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ + @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ ${WRKSRC}/${PORTNAME} do-install: diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index 7382da572226..b773766569fd 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,3 +1,3 @@ -MD5 (idnits-2.12.04.tgz) = a86757d52438f053592b8ec816f53914 -SHA256 (idnits-2.12.04.tgz) = 28c16a83eb984f24c844e8cac95a776152e18a0ae8f91d479010906c1576a0d2 -SIZE (idnits-2.12.04.tgz) = 52002 +MD5 (idnits-2.12.05.tgz) = d2d56588d3202c10757f74770316426c +SHA256 (idnits-2.12.05.tgz) = a7da140af3fdd2d9be0fa60dfbe9f2ad5afcb2610561d49c470b1936eb02bef2 +SIZE (idnits-2.12.05.tgz) = 53597 |