From 682aae2c159dc5220b7ef7a4a4679eea91346e78 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 5 Feb 2011 16:38:51 +0000 Subject: - Update to 2.12.06 - Remove obsolete MD5 checksum Changes: http://tools.ietf.org/tools/idnits/changelog Feature safe: yes --- textproc/idnits/Makefile | 7 ++++--- 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 -- cgit