From amistry@am-productions.biz  Wed Nov  8 20:41:22 2006
Return-Path: <amistry@am-productions.biz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5CC0C16A4D1
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Nov 2006 20:41:22 +0000 (UTC)
	(envelope-from amistry@am-productions.biz)
Received: from ms-smtp-03.ohiordc.rr.com (ms-smtp-03.ohiordc.rr.com [65.24.5.137])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 43CC543ECA
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  8 Nov 2006 20:37:17 +0000 (GMT)
	(envelope-from amistry@am-productions.biz)
Received: from bigguy.am-productions.biz (cpe-24-210-75-119.columbus.res.rr.com [24.210.75.119])
	by ms-smtp-03.ohiordc.rr.com (8.13.6/8.13.6) with ESMTP id kA8Kb3gf007664
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 8 Nov 2006 15:37:04 -0500 (EST)
Message-Id: <1163018319.14316@bigguy.am-productions.biz>
Date: Wed, 8 Nov 2006 15:38:39 -0500
From: "Anish Mistry" <amistry@am-productions.biz>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Update devel/pear-Validate to 0.6.5
X-Send-Pr-Version: gtk-send-pr 0.4.7 
X-GNATS-Notify:

>Number:         105300
>Category:       ports
>Synopsis:       Update devel/pear-Validate to 0.6.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 08 20:50:29 GMT 2006
>Closed-Date:    Thu Nov 09 09:29:51 GMT 2006
>Last-Modified:  Thu Nov  9 09:30:21 GMT 2006
>Originator:     Anish Mistry
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
AM Productions 
>Environment:


System: FreeBSD 6.2-PRERELEASE #1: Mon Oct 30 17:41:27 EST 2006
    amistry@bigguy.am-productions.biz:/usr/home/amistry/storage/temp/usr/home/amistry/windows-share/build/src/sys/BIGGUY



>Description:


Update devel/pear-Validate to 0.6.5.  Grab maintainer hat since it belongs to ports@.


>How-To-Repeat:





>Fix:


--- pear-Validate.patch begins here ---
diff -ruN pear-Validate.orig/Makefile pear-Validate/Makefile
--- pear-Validate.orig/Makefile	Wed Nov  8 15:17:41 2006
+++ pear-Validate/Makefile	Wed Nov  8 15:26:11 2006
@@ -6,38 +6,23 @@
 #
 
 PORTNAME=	Validate
-PORTVERSION=	0.4.1
+PORTVERSION=	0.6.5
 CATEGORIES=	devel www pear
 
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Validation class
+MAINTAINER=	amistry@am-productions.biz
+COMMENT=	PEAR Validation class
 
 BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
 RUN_DEPENDS=	${BUILD_DEPENDS}
 
-FILES=		Validate.php Validate/Finance.php \
-		Validate/Finance/IBAN.php Validate/AT.php Validate/CH.php \
-		Validate/DE.php Validate/ES.php Validate/FR.php \
-		Validate/NL.php Validate/PL.php Validate/ptBR.php \
-		Validate/UK.php Validate/US.php
-
-TESTS=		number.php date.php credit_card.php validate_AT.php \
-		validate_CH.php validate_DE.php validate_NL.php \
-		validate_UK.php validate_Finance.php
+FILES=		Validate.php
 
-DOCS=		sample_multiple.php
+TESTS=		number.phpt testdate.phpt email.phpt multiple.phpt \
+		multicard.phpt uri.phpt
 
-DATA=		AT_postcodes.txt CH_postcodes.txt
-DATAFILES=	Validate/AT.php Validate/CH.php
-
-REINPLACE_ARGS=	-i ""
+DOCS=		sample_multiple.php Example_Locale.php
 
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
-
-post-patch:
-.for f in ${DATAFILES}
-	@${REINPLACE_CMD} -e "s|@DATADIR@/Validate|${DATADIR}|g" ${WRKSRC}/${f}
-.endfor
-
 .include <bsd.port.post.mk>
+
diff -ruN pear-Validate.orig/distinfo pear-Validate/distinfo
--- pear-Validate.orig/distinfo	Wed Nov  8 15:17:41 2006
+++ pear-Validate/distinfo	Wed Nov  8 15:25:19 2006
@@ -1,3 +1,3 @@
-MD5 (PEAR/Validate-0.4.1.tgz) = 6203c4285dc8ff0736b823fa6e991de4
-SHA256 (PEAR/Validate-0.4.1.tgz) = 2dbd35c1e85dda6add7f1edbd1c846ad06777a7752f5df8b65aca83f9e6004c2
-SIZE (PEAR/Validate-0.4.1.tgz) = 37615
+MD5 (PEAR/Validate-0.6.5.tgz) = c1098d188519b21ec0fe7acf08bba85c
+SHA256 (PEAR/Validate-0.6.5.tgz) = a637ce32fe53097b730d80f157bf79a38674f2f6f617f6c0ed2b659fdfd38e59
+SIZE (PEAR/Validate-0.6.5.tgz) = 16296
diff -ruN pear-Validate.orig/pkg-descr pear-Validate/pkg-descr
--- pear-Validate.orig/pkg-descr	Wed Nov  8 15:17:41 2006
+++ pear-Validate/pkg-descr	Wed Nov  8 15:28:08 2006
@@ -1,12 +1,9 @@
-Package to validate various datas. It includes:
+Package to validate various data. It includes:
 * numbers (min/max, decimal or not)
 * email (syntax, domain check)
 * string (predifined type alpha upper and/or lowercase, numeric,...)
-* date (min, max)
-* Credit cards
+* date (min, max) (With the Date module installed)
 * uri (RFC2396)
 * possibility valid multiple data with a single method call (::multiple)
-* Locale validation for AT, CH, DE, ES, FR, NL, PL, ptBR, UK, US
-* Finance (e.g. IBAN)
 
 WWW: http://pear.php.net/package/Validate
--- pear-Validate.patch ends here ---



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: rafan 
Responsible-Changed-When: Wed Nov 8 23:29:45 UTC 2006 
Responsible-Changed-Why:  
Eat. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=105300 
State-Changed-From-To: open->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Nov 9 09:29:49 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/105300: commit references a PR
Date: Thu,  9 Nov 2006 09:28:45 +0000 (UTC)

 rafan       2006-11-09 09:27:22 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/pear-Validate  Makefile distinfo pkg-descr 
   Log:
   - Update to 0.6.5
   - Pass maintainership to submitter
   
   PR:             ports/105300
   Submitted by:   Anish Mistry
   
   Revision  Changes    Path
   1.5       +7 -23     ports/devel/pear-Validate/Makefile
   1.3       +3 -3      ports/devel/pear-Validate/distinfo
   1.2       +2 -5      ports/devel/pear-Validate/pkg-descr
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
