diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/idnits/Makefile | 6 | ||||
-rw-r--r-- | textproc/idnits/distinfo | 6 | ||||
-rw-r--r-- | textproc/idnits/files/patch-idnits | 11 |
3 files changed, 8 insertions, 15 deletions
diff --git a/textproc/idnits/Makefile b/textproc/idnits/Makefile index 619bae4b53f2..620e0b48cef3 100644 --- a/textproc/idnits/Makefile +++ b/textproc/idnits/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= idnits -PORTVERSION= 2.03.9 +PORTVERSION= 2.08.10 CATEGORIES= textproc MASTER_SITES= http://tools.ietf.org/tools/idnits/ EXTRACT_SUFX= .tgz @@ -17,6 +17,10 @@ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= YES +post-patch: + @${REINPLACE_CMD} -e 's|^#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ + ${WRKSRC}/${PORTNAME} + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ diff --git a/textproc/idnits/distinfo b/textproc/idnits/distinfo index e59d718a06d5..6f2892c9003f 100644 --- a/textproc/idnits/distinfo +++ b/textproc/idnits/distinfo @@ -1,3 +1,3 @@ -MD5 (idnits-2.03.9.tgz) = c338f9bedd30d6aeabec4b0aae08f465 -SHA256 (idnits-2.03.9.tgz) = 0f975ebb5a273336a808f4c2cb8410179deff9dd7a3edd3def6c393ba0001b4b -SIZE (idnits-2.03.9.tgz) = 35834 +MD5 (idnits-2.08.10.tgz) = f1b79d51cb150bf7debe3c60aae956c9 +SHA256 (idnits-2.08.10.tgz) = 5d075944ce1edc682cd63899279685f234d15d32f4568c902a5f8a001cd5afdb +SIZE (idnits-2.08.10.tgz) = 43530 diff --git a/textproc/idnits/files/patch-idnits b/textproc/idnits/files/patch-idnits deleted file mode 100644 index 597aa55c79ab..000000000000 --- a/textproc/idnits/files/patch-idnits +++ /dev/null @@ -1,11 +0,0 @@ - -$FreeBSD$ - ---- idnits.orig -+++ idnits -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/usr/local/bin/bash - # - # 'idnits' looks for violations of Section 2.1 and 2.2 of the - # requirements listed on http://www.ietf.org/ID-Checklist.html |