Bug 184701

Summary: [PATCH] devel/p5-ExtUtils-Depends: update to 0.306
Product: Ports & Packages Reporter: Po-Chuan Hsieh <sunpoet>
Component: Individual Port(s)Assignee: Frederic Culot <culot>
Status: Closed FIXED    
Severity: Affects Only Me CC: culot
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-ExtUtils-Depends-0.306.patch none

Description Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-12-11 19:50:00 UTC
- 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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-12-11 19:50:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-12-12 07:50:39 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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2013-12-12 07:50:52 UTC
State Changed
From-To: open->closed

Committed, many thanks Sunpoet!