From boumenot@divebomb.org  Wed Jan 10 18:43:18 2007
Return-Path: <boumenot@divebomb.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id E340A16A415
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2007 18:43:18 +0000 (UTC)
	(envelope-from boumenot@divebomb.org)
Received: from crash.divebomb.org (c-66-31-231-74.hsd1.ma.comcast.net [66.31.231.74])
	by mx1.freebsd.org (Postfix) with ESMTP id BFA1413C46A
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 10 Jan 2007 18:43:18 +0000 (UTC)
	(envelope-from boumenot@divebomb.org)
Received: by crash.divebomb.org (Postfix, from userid 1000)
	id C47DAF1914; Wed, 10 Jan 2007 13:43:41 -0500 (EST)
Message-Id: <20070110184341.C47DAF1914@crash.divebomb.org>
Date: Wed, 10 Jan 2007 13:43:41 -0500 (EST)
From: Christopher Boumenot <boumenot@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [MAINTAINER] net/p5-Net-Write: [SUMMARIZE CHANGES]
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         107768
>Category:       ports
>Synopsis:       [MAINTAINER] net/p5-Net-Write: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 10 18:50:17 GMT 2007
>Closed-Date:    Wed Jan 10 19:11:25 GMT 2007
>Last-Modified:  Wed Jan 10 19:20:19 GMT 2007
>Originator:     Christopher Boumenot
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD crash.divebomb.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 16 15:51:09 EDT 2006
>Description:
Change :=, to = in the Makefile for RUN_DEPENDS.
Fix the pkg-plist.

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

--- p5-Net-Write-1.00.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Write/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	19 Dec 2006 18:43:41 -0000	1.2
+++ Makefile	10 Jan 2007 18:42:33 -0000
@@ -17,7 +17,7 @@
 BUILD_DEPENDS=	p5-Class-Gomor>=1.00:${PORTSDIR}/devel/p5-Class-Gomor \
 		p5-Socket6>=0.19:${PORTSDIR}/net/p5-Socket6 \
 		p5-Net-Pcap>=0.14:${PORTSDIR}/net/p5-Net-Pcap
-RUN_DEPENDS:=	${BUILD_DEPENDS}
+RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/net/p5-Net-Write/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	19 Dec 2006 18:43:41 -0000	1.2
+++ pkg-plist	10 Jan 2007 18:42:33 -0000
@@ -6,5 +6,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write/.packlist
 @dirrmtry %%SITE_PERL%%/Net/Write
 @dirrmtry %%SITE_PERL%%/Net
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/Write
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Write
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
--- p5-Net-Write-1.00.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Jan 10 18:52:59 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107768 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Jan 10 19:11:24 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107768: commit references a PR
Date: Wed, 10 Jan 2007 19:11:21 +0000 (UTC)

 miwi        2007-01-10 19:11:13 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/p5-Net-Write     Makefile 
   Log:
   - Fix pkg-plist
   - Bump PORTREVISION
   
   PR:             ports/107768
   Submitted by:   Christopher Boumenot <boumenot@gmail.com> (maintainer)
   
   Revision  Changes    Path
   1.4       +1 -1      ports/net/p5-Net-Write/Makefile
 _______________________________________________
 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:
