From kazami@angels.vg  Mon Dec 26 02:46:11 2005
Return-Path: <kazami@angels.vg>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 830BE16A41F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Dec 2005 02:46:11 +0000 (GMT)
	(envelope-from kazami@angels.vg)
Received: from panther.owari.ne.jp (panther.owari.ne.jp [210.134.16.25])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 0686B43D4C
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Dec 2005 02:46:10 +0000 (GMT)
	(envelope-from kazami@angels.vg)
Received: from localhost (localhost [127.0.0.1])
	by panther.owari.ne.jp (Postfix) with SMTP
	id 4E31A27C1A7; Mon, 26 Dec 2005 11:46:09 +0900 (JST)
Received: from [192.168.3.5] (E219108028250.ec-userreverse.dion.ne.jp [219.108.28.250])
	by panther.owari.ne.jp (Postfix) with ESMTP
	id 4020F27C1A6; Mon, 26 Dec 2005 11:46:08 +0900 (JST)
Message-Id: <20051226114555.3654.KAZAMI@angels.vg>
Date: Mon, 26 Dec 2005 11:46:12 +0900
From: kazami <kazami@angels.vg>
Reply-To: kazami <kazami@angels.vg>
To: FreeBSD-gnats-submit@freebsd.org
Subject: Update: security/pear-Text_Password update to 1.1.0

>Number:         90911
>Category:       ports
>Synopsis:       Update: security/pear-Text_Password update to 1.1.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 26 02:50:05 GMT 2005
>Closed-Date:    Mon Dec 26 19:38:35 GMT 2005
>Last-Modified:  Mon Dec 26 19:38:35 GMT 2005
>Originator:     kazami
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD oxeye.angels.local 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	security/pear-Text_Password port update to the latest version.
>How-To-Repeat:
	
>Fix:

diff -urN pear-Text_Password.orig/Makefile pear-Text_Password/Makefile
--- pear-Text_Password.orig/Makefile	Sat Dec 10 04:24:47 2005
+++ pear-Text_Password/Makefile	Fri Dec 23 17:47:34 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Text_password
-PORTVERSION=	1.0
+PORTVERSION=	1.1.0
 CATEGORIES=	security www pear
 
 MAINTAINER=	jmelo@freebsdbrasil.com.br
@@ -17,7 +17,6 @@
 
 CATEGORY=	Text
 FILES=		Password.php
-TESTS=		01-text-password.phpt
 
 WRKSRC=		${WRKDIR}/Text_Password-${PORTVERSION}
 
diff -urN pear-Text_Password.orig/distinfo pear-Text_Password/distinfo
--- pear-Text_Password.orig/distinfo	Tue Mar 30 04:42:01 2004
+++ pear-Text_Password/distinfo	Fri Dec 23 17:50:19 2005
@@ -1,2 +1,3 @@
-MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957
-SIZE (PEAR/Text_password-1.0.tgz) = 3707
+MD5 (PEAR/Text_password-1.1.0.tgz) = eec0b6af667ac16e14af067951253c94
+SHA256 (PEAR/Text_password-1.1.0.tgz) = 527f82cde71e8f1699b477f4133c2d8e0168f8e5c98b6b022b5c4b69f5eca8d9
+SIZE (PEAR/Text_password-1.1.0.tgz) = 4341



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Dec 26 02:57:54 UTC 2005 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90911 

From: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
To: bug-followup@FreeBSD.org
Cc: edwin@FreeBSD.org
Subject: Re: ports/90911: Update: security/pear-Text_Password update to 1.1.0
Date: Mon, 26 Dec 2005 11:28:39 -0200

 Edwin Groothuis wrote:
 > Maintainer of security/pear-Text_Password,
 > 
 > Please note that PR ports/90911 has just been submitted.
 > 
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 > 
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90911
 > 
 
 Edwin,
 
 I made a litle change backing the test file. Here the patch:
 
 diff -ruN pear-Text_Password.old/Makefile pear-Text_Password/Makefile
 --- pear-Text_Password.old/Makefile	Fri Dec  9 17:24:47 2005
 +++ pear-Text_Password/Makefile	Mon Dec 26 11:06:32 2005
 @@ -6,7 +6,7 @@
   #
 
   PORTNAME=	Text_password
 -PORTVERSION=	1.0
 +PORTVERSION=	1.1.0
   CATEGORIES=	security www pear
 
   MAINTAINER=	jmelo@freebsdbrasil.com.br
 @@ -17,7 +17,7 @@
 
   CATEGORY=	Text
   FILES=		Password.php
 -TESTS=		01-text-password.phpt
 +TESTS=		Text_Password_Test.php
 
   WRKSRC=		${WRKDIR}/Text_Password-${PORTVERSION}
 
 diff -ruN pear-Text_Password.old/distinfo pear-Text_Password/distinfo
 --- pear-Text_Password.old/distinfo	Mon Mar 29 16:42:01 2004
 +++ pear-Text_Password/distinfo	Mon Dec 26 09:41:13 2005
 @@ -1,2 +1,3 @@
 -MD5 (PEAR/Text_password-1.0.tgz) = 75d1cb6c91ac2b2afb86385b0dc0d957
 -SIZE (PEAR/Text_password-1.0.tgz) = 3707
 +MD5 (PEAR/Text_password-1.1.0.tgz) = eec0b6af667ac16e14af067951253c94
 +SHA256 (PEAR/Text_password-1.1.0.tgz) = 
 527f82cde71e8f1699b477f4133c2d8e0168f8e5c98b6b022b5c4b69f5eca8d9
 +SIZE (PEAR/Text_password-1.1.0.tgz) = 4341
 
 
 -- 
 Atenciosamente
 Jean Milanez Melo
 FreeBSD Brasil LTDA.
 Fone: (31) 3281-9633
 http://www.freebsdbrasil.com.br
State-Changed-From-To: feedback->open 
State-Changed-By: pav 
State-Changed-When: Mon Dec 26 19:34:03 UTC 2005 
State-Changed-Why:  
Feedback received 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Mon Dec 26 19:34:03 UTC 2005 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90911 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Dec 26 19:38:26 UTC 2005 
State-Changed-Why:  
Maintainer's patch committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=90911 
>Unformatted:
