From chinsan.tw@gmail.com  Thu Aug  3 07:09:21 2006
Return-Path: <chinsan.tw@gmail.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 20F0C16A4DF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Aug 2006 07:09:21 +0000 (UTC)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (smtp2.bc.hgc.com.tw [203.133.1.156])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B1F8C43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  3 Aug 2006 07:09:20 +0000 (GMT)
	(envelope-from chinsan.tw@gmail.com)
Received: from smtp2.bc.hgc.com.tw (61-63-0-host123.kbtelecom.net.tw [61.63.0.123])
	by smtp2.bc.hgc.com.tw (Postfix) with SMTP id 0F1352F068;
	Thu,  3 Aug 2006 15:09:21 +0800 (CST)
Received: by smtp2.bc.hgc.com.tw (sSMTP sendmail emulation); Thu,  3 Aug 2006 14:54:43 +0800
Message-Id: <20060803070921.0F1352F068@smtp2.bc.hgc.com.tw>
Date: Thu,  3 Aug 2006 14:54:43 +0800
From: chinsan <chinsan.tw@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: antonio@php.net
Subject: [PATCH] net/pear-Net_DNSBL: update to 1.1.1
X-Send-Pr-Version: 3.113
X-GNATS-Notify: antonio@php.net

>Number:         101304
>Category:       ports
>Synopsis:       [PATCH] net/pear-Net_DNSBL: update to 1.1.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 03 07:10:19 GMT 2006
>Closed-Date:    Tue Sep 19 14:46:27 GMT 2006
>Last-Modified:  Tue Sep 19 14:50:19 GMT 2006
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:
- Update to 1.1.1

Port maintainer (antonio@php.net) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pear-Net_DNSBL-1.1.1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/pear-Net_DNSBL/Makefile /usr/home/chinsan/project/pear-Net_DNSBL/Makefile
--- /usr/ports/net/pear-Net_DNSBL/Makefile	Sat Dec 10 03:24:42 2005
+++ /usr/home/chinsan/project/pear-Net_DNSBL/Makefile	Thu Aug  3 14:54:17 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Net_DNSBL
-PORTVERSION=	1.0.0
+PORTVERSION=	1.1.1
 CATEGORIES=	net pear
 
 MAINTAINER=	antonio@php.net
@@ -28,7 +28,7 @@
 PHP_VERS=	${PHP_VERSION:S/.//g}
 
 .if defined(PHP_VERS) && ${PHP_VERS} < 436
-IGNORE=		"You need PHP 4.3.6 or later to install PEAR::Net_DNSBL"
+IGNORE=		need PHP 4.3.6 or later to install PEAR::Net_DNSBL
 .endif
 
 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
diff -ruN --exclude=CVS /usr/ports/net/pear-Net_DNSBL/distinfo /usr/home/chinsan/project/pear-Net_DNSBL/distinfo
--- /usr/ports/net/pear-Net_DNSBL/distinfo	Thu Feb  2 06:46:09 2006
+++ /usr/home/chinsan/project/pear-Net_DNSBL/distinfo	Thu Aug  3 14:46:47 2006
@@ -1,3 +1,3 @@
-MD5 (PEAR/Net_DNSBL-1.0.0.tgz) = fcc53573625e56cf53c053678ae7ada7
-SHA256 (PEAR/Net_DNSBL-1.0.0.tgz) = 7ae4618cd2bb15ca99230cd206d162273e4703140a76c6daad4c8db6d5632b4f
-SIZE (PEAR/Net_DNSBL-1.0.0.tgz) = 4196
+MD5 (PEAR/Net_DNSBL-1.1.1.tgz) = 74d57b037a7f3992822d7e5d2925efa1
+SHA256 (PEAR/Net_DNSBL-1.1.1.tgz) = c31ea257118766cdc2b143f57f9cf35abc41e8787553619ef56c72dce44fca67
+SIZE (PEAR/Net_DNSBL-1.1.1.tgz) = 4686
--- pear-Net_DNSBL-1.1.1.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 3 07:10:39 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101304 
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Thu Aug 3 07:25:40 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=101304 
State-Changed-From-To: feedback->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Sep 19 14:46:26 UTC 2006 
State-Changed-Why:  
Committed. Thank You. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/101304: commit references a PR
Date: Tue, 19 Sep 2006 14:46:26 +0000 (UTC)

 clsung      2006-09-19 14:44:54 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/pear-Net_DNSBL   Makefile distinfo 
   Log:
   - Update to 1.1.1
   
   PR:             ports/101304
   Submitted by:   chinsan <chinsan dot tw_AT_gmail dot com>
   Approved by:    maintainer (timeout)
   
   Revision  Changes    Path
   1.4       +3 -3      ports/net/pear-Net_DNSBL/Makefile
   1.4       +3 -3      ports/net/pear-Net_DNSBL/distinfo
 _______________________________________________
 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:
