Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2013 18:27:53 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        tjs@cdpa.nsysu.edu.tw
Subject:   ports/184186: [PATCH] devel/p5-Test-Number-Delta: update to 1.04
Message-ID:  <20131123102753.C90BF3A25@sunpoet.net>
Resent-Message-ID: <201311231040.rANAe2UO018396@freefall.freebsd.org>

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

>Number:         184186
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Number-Delta: update to 1.04
>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:   Sat Nov 23 10:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-BETA3 amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov  4 17:36:04
>Description:
- Update to 1.04
- Add LICENSE
- Support STAGEDIR

Changes:	http://search.cpan.org/dist/Test-Number-Delta/Changes

Port maintainer (tjs@cdpa.nsysu.edu.tw) is cc'd.

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

--- p5-Test-Number-Delta-1.04.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 334656)
+++ Makefile	(working copy)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	Test-Number-Delta
-PORTVERSION=	1.03
+PORTVERSION=	1.04
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -10,10 +10,9 @@
 MAINTAINER=	tjs@cdpa.nsysu.edu.tw
 COMMENT=	Compare the difference between two numbers within a specified amount
 
+LICENSE=	AL2
+
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Test::Number::Delta.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: distinfo
===================================================================
--- distinfo	(revision 334656)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (Test-Number-Delta-1.03.tar.gz) = 9cd18d89bde4333f9f9b77668ef03e6e20d8ee5675c2ab1b216c7323419a320e
-SIZE (Test-Number-Delta-1.03.tar.gz) = 18586
+SHA256 (Test-Number-Delta-1.04.tar.gz) = 883fd8a4a71e867f3bb30879f4c2d91e75610a7bb9822370743be377c3de4dbd
+SIZE (Test-Number-Delta-1.04.tar.gz) = 18773
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 334656)
+++ pkg-plist	(working copy)
@@ -1,5 +1,6 @@
+%%SITE_PERL%%/Test/Number/Delta.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Number/Delta/.packlist
-%%SITE_PERL%%/Test/Number/Delta.pm
+%%PERL5_MAN3%%/Test::Number::Delta.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Number/Delta
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Number
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
--- p5-Test-Number-Delta-1.04.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?20131123102753.C90BF3A25>