From leeym@cn1.leeym.com  Sat Oct 25 15:45:18 2008
Return-Path: <leeym@cn1.leeym.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5CC2B106567A
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Oct 2008 15:45:18 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (b06s56le.corenetworks.net [64.85.165.237])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A8308FC1C
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Oct 2008 15:45:17 +0000 (UTC)
	(envelope-from leeym@cn1.leeym.com)
Received: from cn1.leeym.com (localhost [127.0.0.1])
	by cn1.leeym.com (8.14.2/8.14.2) with ESMTP id m9PFjHQU020961;
	Sat, 25 Oct 2008 08:45:17 -0700 (PDT)
	(envelope-from leeym@cn1.leeym.com)
Received: (from leeym@localhost)
	by cn1.leeym.com (8.14.2/8.14.2/Submit) id m9PFjHUV020959;
	Sat, 25 Oct 2008 08:45:17 -0700 (PDT)
	(envelope-from leeym)
Message-Id: <200810251545.m9PFjHUV020959@cn1.leeym.com>
Date: Sat, 25 Oct 2008 08:45:17 -0700 (PDT)
From: Yen-Ming Lee <leeym@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: direct@klatha.com
Subject: [PATCH] devel/p5-Tie-CPHash: update to 1.04
X-Send-Pr-Version: 3.113
X-GNATS-Notify: direct@klatha.com

>Number:         128370
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Tie-CPHash: update to 1.04
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    leeym
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 25 15:50:05 UTC 2008
>Closed-Date:    Thu Nov 20 18:56:43 UTC 2008
>Last-Modified:  Thu Nov 20 19:00:13 UTC 2008
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 7.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD cn1.leeym.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008
>Description:
- Update to 1.04

Port maintainer (direct@klatha.com) is cc'd.

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

--- p5-Tie-CPHash-1.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tie-CPHash/Makefile,v
retrieving revision 1.4
diff -u -d -b -w -u -r1.4 Makefile
--- Makefile	17 Apr 2008 14:26:18 -0000	1.4
+++ Makefile	25 Oct 2008 15:44:56 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	Tie-CPHash
-PORTVERSION=	1.03
-PORTREVISION=	1
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -15,12 +14,6 @@
 MAINTAINER=	direct@klatha.com
 COMMENT=	Perl module implementing a case preserving hash table
 
-BUILD_DEPENDS=	p5-ExtUtils-MakeMaker>=0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker \
-		${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
-RUN_DEPENDS=	${BUILD_DEPENDS}
-
-PERL_CONFIGURE=	yes
-
 PERL_MODBUILD=	yes
 
 MAN3=		Tie::CPHash.3
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Tie-CPHash/distinfo,v
retrieving revision 1.2
diff -u -d -b -w -u -r1.2 distinfo
--- distinfo	20 Apr 2007 20:26:22 -0000	1.2
+++ distinfo	25 Oct 2008 15:44:56 -0000
@@ -1,3 +1,3 @@
-MD5 (Tie-CPHash-1.03.tar.gz) = 6bf733fdd8ad4ff03c7169f6d7f704ff
-SHA256 (Tie-CPHash-1.03.tar.gz) = 885d5a7a67e1a2d72ef2ec93b263ada023dabd9bf3cf48e196e7037e8f407631
-SIZE (Tie-CPHash-1.03.tar.gz) = 4876
+MD5 (Tie-CPHash-1.04.tar.gz) = d9430275241f5d198c2af027aea294ee
+SHA256 (Tie-CPHash-1.04.tar.gz) = 3a1175ac67c92758aa8b0e40776103c8e8e9d9bdc5d9637302eb84b7ec497133
+SIZE (Tie-CPHash-1.04.tar.gz) = 5695
--- p5-Tie-CPHash-1.04.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->leeym 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Oct 25 15:50:14 UTC 2008 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=128370 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Oct 25 15:50:18 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: direct@klatha.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/128370: [PATCH] devel/p5-Tie-CPHash: update to 1.04
Date: Sat, 25 Oct 2008 15:50:17 UT

 Maintainer of devel/p5-Tie-CPHash,
 
 Please note that PR ports/128370 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/128370
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: leeym 
State-Changed-When: Thu Nov 20 18:56:38 UTC 2008 
State-Changed-Why:  
Committed, thanks. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/128370: commit references a PR
Date: Thu, 20 Nov 2008 18:56:40 +0000 (UTC)

 leeym       2008-11-20 18:56:31 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/p5-Tie-CPHash  Makefile distinfo pkg-descr 
   Log:
   - Update to 1.04
   
   PR:             128370
   Submitted by:   leeym
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.5       +1 -8      ports/devel/p5-Tie-CPHash/Makefile
   1.3       +3 -3      ports/devel/p5-Tie-CPHash/distinfo
   1.2       +1 -0      ports/devel/p5-Tie-CPHash/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:
