From sunpoet@sunpoet.net  Wed Dec 11 19:44:40 2013
Return-Path: <sunpoet@sunpoet.net>
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 2FADFD86;
	Wed, 11 Dec 2013 19:44:40 +0000 (UTC)
Received: from sunpoet.net (sunpoet.net [220.135.71.135])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id F3A47111B;
	Wed, 11 Dec 2013 19:44:39 +0000 (UTC)
Received: by sunpoet.net (Postfix, from userid 1000)
	id 4280F456F; Thu, 12 Dec 2013 03:44:58 +0800 (CST)
Message-Id: <20131211194458.4280F456F@sunpoet.net>
Date: Thu, 12 Dec 2013 03:44:58 +0800 (CST)
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: culot@FreeBSD.org
Subject: [PATCH] devel/p5-ExtUtils-Depends: update to 0.306
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         184701
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ExtUtils-Depends: update to 0.306
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    culot
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 19:50:00 UTC 2013
>Closed-Date:    Thu Dec 12 07:50:53 UTC 2013
>Last-Modified:  Thu Dec 12 08:00:00 UTC 2013
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA4 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA4 FreeBSD 10.0-BETA4 #0 r258837: Mon Dec  2 20:50:41
>Description:
- Update to 0.306
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/ExtUtils-Depends/Changes

Port maintainer (culot@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN)
>How-To-Repeat:
>Fix:

--- p5-ExtUtils-Depends-0.306.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 336212)
+++ Makefile	(working copy)
@@ -2,19 +2,19 @@
 # $FreeBSD$
 
 PORTNAME=	ExtUtils-Depends
-PORTVERSION=	0.304
+PORTVERSION=	0.306
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:FLORA
+MASTER_SITE_SUBDIR=	CPAN:XAOC
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Easily build XS extensions that depend on XS extensions
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		ExtUtils::Depends.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 336212)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ExtUtils-Depends-0.304.tar.gz) = 0307651e1ac2059f0b244466add694f7529c4e7b9287c821144086183e9b543a
-SIZE (ExtUtils-Depends-0.304.tar.gz) = 11445
+SHA256 (ExtUtils-Depends-0.306.tar.gz) = 45258bcb83cd130e90a5f8ff19c1b69063f894634b01140f69d550d92b2c2369
+SIZE (ExtUtils-Depends-0.306.tar.gz) = 13180
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 336212)
+++ pkg-plist	(working copy)
@@ -1,5 +1,6 @@
+%%SITE_PERL%%/ExtUtils/Depends.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends/.packlist
-%%SITE_PERL%%/ExtUtils/Depends.pm
+%%PERL5_MAN3%%/ExtUtils::Depends.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
 @dirrmtry %%SITE_PERL%%/ExtUtils
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
--- p5-ExtUtils-Depends-0.306.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->culot 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Wed Dec 11 19:50:28 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=184701 
State-Changed-From-To: open->closed 
State-Changed-By: culot 
State-Changed-When: Thu Dec 12 07:50:52 UTC 2013 
State-Changed-Why:  
Committed, many thanks Sunpoet! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/184701: commit references a PR
Date: Thu, 12 Dec 2013 07:50:39 +0000 (UTC)

 Author: culot
 Date: Thu Dec 12 07:50:31 2013
 New Revision: 336249
 URL: http://svnweb.freebsd.org/changeset/ports/336249
 
 Log:
   - Update to 0.306
   - Add LICENSE (Artistic 1 & GPL 1)
   - Support staging
   
   Changes:	http://search.cpan.org/dist/ExtUtils-Depends/Changes
   PR:		ports/184701
   Submitted by:	sunpoet@
 
 Modified:
   head/devel/p5-ExtUtils-Depends/Makefile
   head/devel/p5-ExtUtils-Depends/distinfo
   head/devel/p5-ExtUtils-Depends/pkg-plist
 
 Modified: head/devel/p5-ExtUtils-Depends/Makefile
 ==============================================================================
 --- head/devel/p5-ExtUtils-Depends/Makefile	Thu Dec 12 07:28:17 2013	(r336248)
 +++ head/devel/p5-ExtUtils-Depends/Makefile	Thu Dec 12 07:50:31 2013	(r336249)
 @@ -2,19 +2,19 @@
  # $FreeBSD$
  
  PORTNAME=	ExtUtils-Depends
 -PORTVERSION=	0.304
 +PORTVERSION=	0.306
  CATEGORIES=	devel perl5
  MASTER_SITES=	CPAN
 -MASTER_SITE_SUBDIR=	CPAN:FLORA
 +MASTER_SITE_SUBDIR=	CPAN:XAOC
  PKGNAMEPREFIX=	p5-
  
  MAINTAINER=	culot@FreeBSD.org
  COMMENT=	Easily build XS extensions that depend on XS extensions
  
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
  USES=		perl5
  USE_PERL5=	configure
  
 -MAN3=		ExtUtils::Depends.3
 -
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/devel/p5-ExtUtils-Depends/distinfo
 ==============================================================================
 --- head/devel/p5-ExtUtils-Depends/distinfo	Thu Dec 12 07:28:17 2013	(r336248)
 +++ head/devel/p5-ExtUtils-Depends/distinfo	Thu Dec 12 07:50:31 2013	(r336249)
 @@ -1,2 +1,2 @@
 -SHA256 (ExtUtils-Depends-0.304.tar.gz) = 0307651e1ac2059f0b244466add694f7529c4e7b9287c821144086183e9b543a
 -SIZE (ExtUtils-Depends-0.304.tar.gz) = 11445
 +SHA256 (ExtUtils-Depends-0.306.tar.gz) = 45258bcb83cd130e90a5f8ff19c1b69063f894634b01140f69d550d92b2c2369
 +SIZE (ExtUtils-Depends-0.306.tar.gz) = 13180
 
 Modified: head/devel/p5-ExtUtils-Depends/pkg-plist
 ==============================================================================
 --- head/devel/p5-ExtUtils-Depends/pkg-plist	Thu Dec 12 07:28:17 2013	(r336248)
 +++ head/devel/p5-ExtUtils-Depends/pkg-plist	Thu Dec 12 07:50:31 2013	(r336249)
 @@ -1,5 +1,6 @@
 -%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends/.packlist
  %%SITE_PERL%%/ExtUtils/Depends.pm
 +%%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends/.packlist
 +%%PERL5_MAN3%%/ExtUtils::Depends.3.gz
  @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Depends
 -@dirrmtry %%SITE_PERL%%/ExtUtils
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
 +@dirrmtry %%SITE_PERL%%/ExtUtils
 _______________________________________________
 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:
