diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-05 16:38:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-02-05 16:38:51 +0000 |
commit | 506e86b254e5f4df00cef5f9a0f2cb32d5461fdc (patch) | |
tree | afa5f042ae4659736b03bb709fe0b12ad01192f2 /textproc/idnits | |
parent | 6b6119f56bd61a819efd695ad82f5aaea40e1b20 (diff) | |
download | ports-506e86b254e5f4df00cef5f9a0f2cb32d5461fdc.tar.gz ports-506e86b254e5f4df00cef5f9a0f2cb32d5461fdc.zip |
Notes
Diffstat (limited to 'textproc/idnits')
-rw-r--r-- | textproc/idnits/Makefile | 7 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 5 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index afc8cb8ed676..fb26b81726c6 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -3,9 +3,10 @@ # Whom: fenner@FreeBSD.Org # # $FreeBSD$ +# PORTNAME= idnits -PORTVERSION= 2.12.05 +PORTVERSION= 2.12.06 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ \ LOCAL/sunpoet @@ -18,10 +19,10 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes -PLIST_FILES= bin/idnits +PLIST_FILES= bin/${PORTNAME} post-patch: - @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ + @${REINPLACE_CMD} -e '1 s|^#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ ${WRKSRC}/${PORTNAME} do-install: diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index b773766569fd..1de0adbbf475 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,3 +1,2 @@ -MD5 (idnits-2.12.05.tgz) = d2d56588d3202c10757f74770316426c -SHA256 (idnits-2.12.05.tgz) = a7da140af3fdd2d9be0fa60dfbe9f2ad5afcb2610561d49c470b1936eb02bef2 -SIZE (idnits-2.12.05.tgz) = 53597 +SHA256 (idnits-2.12.06.tgz) = 2aaf91020d120d63c44077d6110085a7ddbc291c6f4e514ab4b37eda8e6c90d6 +SIZE (idnits-2.12.06.tgz) = 53811 |