From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 1 01:20:05 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0BA1065675 for ; Wed, 1 Sep 2010 01:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4DCEC8FC19 for ; Wed, 1 Sep 2010 01:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o811K5vd052259 for ; Wed, 1 Sep 2010 01:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o811K5nl052258; Wed, 1 Sep 2010 01:20:05 GMT (envelope-from gnats) Resent-Date: Wed, 1 Sep 2010 01:20:05 GMT Resent-Message-Id: <201009010120.o811K5nl052258@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sunpoet Po-Chuan Hsieh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89AB71065673 for ; Wed, 1 Sep 2010 01:13:04 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFBF8FC13 for ; Wed, 1 Sep 2010 01:13:03 +0000 (UTC) Received: by gwj23 with SMTP id 23so3278466gwj.13 for ; Tue, 31 Aug 2010 18:13:03 -0700 (PDT) Received: by 10.150.49.11 with SMTP id w11mr650395ybw.39.1283303583410; Tue, 31 Aug 2010 18:13:03 -0700 (PDT) Received: from sunpoet.net (sunpoet.net [220.133.12.240]) by mx.google.com with ESMTPS id m11sm9515526ybn.4.2010.08.31.18.13.01 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 31 Aug 2010 18:13:02 -0700 (PDT) Received: by sunpoet.net (Postfix, from userid 1000) id 891542AEC4F2; Wed, 1 Sep 2010 09:12:49 +0800 (CST) Message-Id: <20100901011249.891542AEC4F2@sunpoet.net> Date: Wed, 1 Sep 2010 09:12:49 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/150172: [MAINTAINER] textproc/idnits: update to 2.12.05 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2010 01:20:05 -0000 >Number: 150172 >Category: ports >Synopsis: [MAINTAINER] textproc/idnits: update to 2.12.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Sep 01 01:20:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 8.1-STABLE amd64 >Organization: SUNPOET.net >Environment: System: FreeBSD bonjour.sunpoet.net 8.1-STABLE FreeBSD 8.1-STABLE #0: Sun Jul 25 00:09:24 CST 2010 >Description: - Update to 2.12.05 Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- idnits-2.12.05.patch begins here --- diff -ruN --exclude=CVS /usr/ports/textproc/idnits/Makefile /usr/ports/sunpoet/idnits/Makefile --- /usr/ports/textproc/idnits/Makefile 2010-06-28 15:45:55.000000000 +0800 +++ /usr/ports/sunpoet/idnits/Makefile 2010-09-01 08:58:09.000000000 +0800 @@ -5,7 +5,7 @@ # $FreeBSD: ports/textproc/idnits/Makefile,v 1.23 2010/06/27 18:39:03 makc Exp $ 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 @@ 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 -ruN --exclude=CVS /usr/ports/textproc/idnits/distinfo /usr/ports/sunpoet/idnits/distinfo --- /usr/ports/textproc/idnits/distinfo 2010-06-28 15:45:55.000000000 +0800 +++ /usr/ports/sunpoet/idnits/distinfo 2010-09-01 08:56:23.000000000 +0800 @@ -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 --- idnits-2.12.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: