From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 9 04:40:01 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 8847A106566C for ; Wed, 9 Sep 2009 04:40:01 +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 5D4668FC19 for ; Wed, 9 Sep 2009 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n894e1PY068723 for ; Wed, 9 Sep 2009 04:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n894e1bu068722; Wed, 9 Sep 2009 04:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 9 Sep 2009 04:40:01 GMT Resent-Message-Id: <200909090440.n894e1bu068722@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, Ayumi Mitsui Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7C1D1065672 for ; Wed, 9 Sep 2009 04:35:33 +0000 (UTC) (envelope-from ayu@commun.jp) Received: from spur02.stridge.co.jp (unknown [IPv6:2001:470:834f::1]) by mx1.freebsd.org (Postfix) with ESMTP id 720268FC16 for ; Wed, 9 Sep 2009 04:35:33 +0000 (UTC) Received: from spur02.stridge.co.jp (localhost [127.0.0.1]) by spur02.stridge.co.jp (Postfix) with ESMTP id 776E6B2423; Wed, 9 Sep 2009 13:35:32 +0900 (JST) Received: from dahlia.commun.jp (dahlia.commun.jp [IPv6:2001:470:f085::1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by spur02.stridge.co.jp (Postfix) with ESMTP; Wed, 9 Sep 2009 13:35:32 +0900 (JST) Received: from strawberry.commun.jp (strawberry.na1.commun.jp [IPv6:2001:470:f085:1::14]) by dahlia.commun.jp (Postfix) with ESMTP id 09B1439E26; Wed, 9 Sep 2009 13:35:30 +0900 (JST) Received: by strawberry.commun.jp (Postfix, from userid 1001) id E01645C1A; Wed, 9 Sep 2009 13:35:29 +0900 (JST) Message-Id: <20090909043529.E01645C1A@strawberry.commun.jp> Date: Wed, 9 Sep 2009 13:35:29 +0900 (JST) From: Ayumi Mitsui To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: joseph@randomnetworks.com Subject: ports/138650: [PATCH] devel/pear-Text_Diff: update to 1.1.1 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, 09 Sep 2009 04:40:01 -0000 >Number: 138650 >Category: ports >Synopsis: [PATCH] devel/pear-Text_Diff: update to 1.1.1 >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: Wed Sep 09 04:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Ayumi Mitsui >Release: FreeBSD 8.0-BETA4 amd64 >Organization: >Environment: System: FreeBSD strawberry.commun.jp 8.0-BETA4 FreeBSD 8.0-BETA4 #0: Sun Sep 6 04:44:31 UTC >Description: - Update to 1.1.1 Port maintainer (joseph@randomnetworks.com) is cc'd. Tested with Tinderbox http://tb-amd64.commun.jp/index.php?action=describe_port&id=111 http://tb-i386.commun.jp/index.php?action=describe_port&id=111 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Text_Diff-1.1.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/pear-Text_Diff.orig/Makefile /usr/ports/devel/pear-Text_Diff/Makefile --- /usr/ports/devel/pear-Text_Diff.orig/Makefile 2009-09-09 13:07:06.000000000 +0900 +++ /usr/ports/devel/pear-Text_Diff/Makefile 2009-09-09 13:10:29.000000000 +0900 @@ -6,7 +6,7 @@ # PORTNAME= Text_Diff -PORTVERSION= 1.0.0 +PORTVERSION= 1.1.1 CATEGORIES= devel pear MAINTAINER= joseph@randomnetworks.com @@ -25,7 +25,7 @@ context2.phpt diff.phpt inline.phpt inline2.phpt \ pear_bug12740.phpt pear_bug4879.phpt pear_bug6251.phpt \ pear_bug6428.phpt string.phpt unified.patch unified.phpt \ - unified2.phpt + unified2.phpt xdiff.phpt EXAMPLES= 1.txt \ 2.txt \ diff.php diff -ruN --exclude=CVS /usr/ports/devel/pear-Text_Diff.orig/distinfo /usr/ports/devel/pear-Text_Diff/distinfo --- /usr/ports/devel/pear-Text_Diff.orig/distinfo 2009-09-09 13:07:06.000000000 +0900 +++ /usr/ports/devel/pear-Text_Diff/distinfo 2009-09-09 13:07:45.000000000 +0900 @@ -1,3 +1,3 @@ -MD5 (PEAR/Text_Diff-1.0.0.tgz) = 422475dcdbab1c6f037efc32714f40cb -SHA256 (PEAR/Text_Diff-1.0.0.tgz) = 6008c099d9a8c43a1cff6d2ab2f95a6003d3c858e17359121dc22003f5e21344 -SIZE (PEAR/Text_Diff-1.0.0.tgz) = 21212 +MD5 (PEAR/Text_Diff-1.1.1.tgz) = 283a929608a08a4639072d9868f9ec44 +SHA256 (PEAR/Text_Diff-1.1.1.tgz) = 1afe6bf3f27b6aab7288f51fef14f282b7df6f2ec986e45dee5ef512c76ea180 +SIZE (PEAR/Text_Diff-1.1.1.tgz) = 22009 --- pear-Text_Diff-1.1.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: