From takefu@airport.fm  Wed Nov 20 08:46:52 2013
Return-Path: <takefu@airport.fm>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id E6FB7BD0
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Nov 2013 08:46:52 +0000 (UTC)
Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id ADB692771
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Nov 2013 08:46:51 +0000 (UTC)
Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1])
	by ae-osaka.co.jp (Postfix) with ESMTP id F1634125F92
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Nov 2013 17:46:13 +0900 (JST)
Received: from [IPv6:2001:470:824b:a011:8cfc:b546:62d6:dd03] (unknown [IPv6:2001:470:824b:a011:8cfc:b546:62d6:dd03])
	by ae-osaka.co.jp (Postfix) with ESMTPSA id 0EBAF125F95
	for <freebsd-gnats-submit@freebsd.org>; Wed, 20 Nov 2013 17:46:13 +0900 (JST)
Message-Id: <528C76D5.3020608@airport.fm>
Date: Wed, 20 Nov 2013 17:46:13 +0900
From: Takefu <takefu@airport.fm>
To: freebsd-gnats-submit@freebsd.org
Subject: [MAINTAINER] devel/p5-POE-Quickie: fix StageDir

>Number:         184107
>Category:       ports
>Synopsis:       [MAINTAINER] devel/p5-POE-Quickie: fix StageDir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    jadawin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 20 08:50:01 UTC 2013
>Closed-Date:    Wed Nov 20 10:01:22 UTC 2013
>Last-Modified:  Wed Nov 20 10:10:01 UTC 2013
>Originator:     Takefu
>Release:        FreeBSD 8.4-RELEASE-p4 i386
>Organization:
FOX Amateur Radio Club
>Environment:
System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013
>Description:
fix StageDir
>How-To-Repeat:
>Fix:

--- p5-POE-Quickie-0.18.patch begins here ---
diff -ruN /usr/ports/devel/p5-POE-Quickie/Makefile ./Makefile
--- /usr/ports/devel/p5-POE-Quickie/Makefile	2013-09-21 02:13:42.000000000 +0900
+++ ./Makefile	2013-11-20 11:28:18.000000000 +0900
@@ -23,9 +23,6 @@
 USES=		perl5
 USE_PERL5=	configure

-MAN3=		POE::Quickie.3
-
-NO_STAGE=	yes
 post-patch:
 	@${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig

diff -ruN /usr/ports/devel/p5-POE-Quickie/pkg-plist ./pkg-plist
--- /usr/ports/devel/p5-POE-Quickie/pkg-plist	2012-07-14 22:54:48.000000000 +0900
+++ ./pkg-plist	2013-11-20 11:28:11.000000000 +0900
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/POE/Quickie.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Quickie/.packlist
+%%PERL5_MAN3%%/POE::Quickie.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Quickie
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
 @dirrmtry %%SITE_PERL%%/POE
--- p5-POE-Quickie-0.18.patch ends here ---
>Release-Note:
>Audit-Trail:
Class-Changed-From-To: change-request->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Wed Nov 20 08:50:26 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184107 
Responsible-Changed-From-To: freebsd-ports-bugs->perl 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Nov 20 08:50:28 UTC 2013 
Responsible-Changed-Why:  
perl@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184107 
Responsible-Changed-From-To: perl->jadawin 
Responsible-Changed-By: jadawin 
Responsible-Changed-When: Wed Nov 20 09:47:19 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184107 
State-Changed-From-To: open->closed 
State-Changed-By: jadawin 
State-Changed-When: Wed Nov 20 10:01:22 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184107: commit references a PR
Date: Wed, 20 Nov 2013 10:01:15 +0000 (UTC)

 Author: jadawin
 Date: Wed Nov 20 10:01:07 2013
 New Revision: 334404
 URL: http://svnweb.freebsd.org/changeset/ports/334404
 
 Log:
   - Support STAGE
   
   PR:		ports/184107
   Submitted by: 	maintainer
 
 Modified:
   head/devel/p5-POE-Quickie/Makefile
   head/devel/p5-POE-Quickie/pkg-plist   (contents, props changed)
 
 Modified: head/devel/p5-POE-Quickie/Makefile
 ==============================================================================
 --- head/devel/p5-POE-Quickie/Makefile	Wed Nov 20 09:59:39 2013	(r334403)
 +++ head/devel/p5-POE-Quickie/Makefile	Wed Nov 20 10:01:07 2013	(r334404)
 @@ -23,9 +23,6 @@ TEST_DEPENDS=	p5-Capture-Tiny>=0.07:${PO
  USES=		perl5
  USE_PERL5=	configure
  
 -MAN3=		POE::Quickie.3
 -
 -NO_STAGE=	yes
  post-patch:
  	@${RM} ${WRKSRC}/lib/POE/Quickie.pm.orig
  
 
 Modified: head/devel/p5-POE-Quickie/pkg-plist
 ==============================================================================
 --- head/devel/p5-POE-Quickie/pkg-plist	Wed Nov 20 09:59:39 2013	(r334403)
 +++ head/devel/p5-POE-Quickie/pkg-plist	Wed Nov 20 10:01:07 2013	(r334404)
 @@ -1,5 +1,6 @@
  %%SITE_PERL%%/POE/Quickie.pm
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Quickie/.packlist
 +%%PERL5_MAN3%%/POE::Quickie.3.gz
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Quickie
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE
  @dirrmtry %%SITE_PERL%%/POE
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
