From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 15 06:40:18 2009 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 5FDF810656D8 for ; Tue, 15 Dec 2009 06:40:18 +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 3BBF48FC29 for ; Tue, 15 Dec 2009 06:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id nBF6eISC028217 for ; Tue, 15 Dec 2009 06:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id nBF6eIhr028216; Tue, 15 Dec 2009 06:40:18 GMT (envelope-from gnats) Resent-Date: Tue, 15 Dec 2009 06:40:18 GMT Resent-Message-Id: <200912150640.nBF6eIhr028216@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, "Philip M. Gollucci" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E514F1065693 for ; Tue, 15 Dec 2009 06:39:23 +0000 (UTC) (envelope-from pgollucci@frieza.p6m7g8.net) Received: from frieza.p6m7g8.net (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) by mx1.freebsd.org (Postfix) with ESMTP id AA4FD8FC1C for ; Tue, 15 Dec 2009 06:39:23 +0000 (UTC) Received: from frieza.p6m7g8.net (localhost [127.0.0.1]) by frieza.p6m7g8.net (8.14.3/8.14.3) with ESMTP id nBF6dNrL057931; Tue, 15 Dec 2009 06:39:23 GMT (envelope-from pgollucci@frieza.p6m7g8.net) Received: (from pgollucci@localhost) by frieza.p6m7g8.net (8.14.3/8.14.3/Submit) id nBF6dNpT057930; Tue, 15 Dec 2009 06:39:23 GMT (envelope-from pgollucci) Message-Id: <200912150639.nBF6dNpT057930@frieza.p6m7g8.net> Date: Tue, 15 Dec 2009 06:39:23 GMT From: "Philip M. Gollucci" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: cm@therek.net Subject: ports/141508: [PATCH] textproc/p5-Text-FindIndent: update to 0.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: Tue, 15 Dec 2009 06:40:18 -0000 >Number: 141508 >Category: ports >Synopsis: [PATCH] textproc/p5-Text-FindIndent: update to 0.05 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 15 06:40:17 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Philip M. Gollucci >Release: FreeBSD 9.0-CURRENT amd64 >Organization: RideCharge Inc. >Environment: System: FreeBSD frieza.p6m7g8.net 9.0-CURRENT FreeBSD 9.0-CURRENT #0: Tue Dec 8 02:25:55 UTC >Description: - Update to 0.05 Port maintainer (cm@therek.net) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-Text-FindIndent-0.05.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-FindIndent/Makefile,v retrieving revision 1.1 diff -u -u -r1.1 Makefile --- Makefile 15 Mar 2009 17:17:04 -0000 1.1 +++ Makefile 14 Dec 2009 06:32:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= Text-FindIndent -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: distinfo =================================================================== RCS file: /home/ncvs/ports/textproc/p5-Text-FindIndent/distinfo,v retrieving revision 1.1 diff -u -u -r1.1 distinfo --- distinfo 15 Mar 2009 17:17:04 -0000 1.1 +++ distinfo 14 Dec 2009 06:32:14 -0000 @@ -1,3 +1,3 @@ -MD5 (Text-FindIndent-0.04.tar.gz) = 4baf5b29c47e1bd0c3125a24ce697a11 -SHA256 (Text-FindIndent-0.04.tar.gz) = 44e659a563cab5884edf0401a347de1532014f320749e1f8449b0c9061cc4313 -SIZE (Text-FindIndent-0.04.tar.gz) = 27572 +MD5 (Text-FindIndent-0.05.tar.gz) = ffae680135a1f05fa6fe82219e4e3c05 +SHA256 (Text-FindIndent-0.05.tar.gz) = e8dd743183f36292f6b67f4ccfd764dc0645cc62bc9d19250c3b729ae039cb49 +SIZE (Text-FindIndent-0.05.tar.gz) = 29215 --- p5-Text-FindIndent-0.05.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: