Skip site navigation (1)Skip section navigation (2)
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:   ports/184701: [PATCH] devel/p5-ExtUtils-Depends: update to 0.306
Message-ID:  <20131211194458.4280F456F@sunpoet.net>
Resent-Message-ID: <201312111950.rBBJo0u6078114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         184701
>Category:       ports
>Synopsis:       [PATCH] devel/p5-ExtUtils-Depends: update to 0.306
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 11 19:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131211194458.4280F456F>