Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jan 2014 10:13:06 +0100
From:      nemysis <nemysis@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        5u623l20@gmail.com
Subject:   ports/185463: [PATCH] devel/p5-Test-Class-Most: Support STAGEDIR, change WWW
Message-ID:  <201401040913.s049D3LY009928@freefall.freebsd.org>
Resent-Message-ID: <201401040920.s049K00d011090@freefall.freebsd.org>

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

>Number:         185463
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Test-Class-Most: Support STAGEDIR, change WWW
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 09:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     nemysis
>Release:        FreeBSD 9.2-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC
>Description:

- Support STAGEDIR
- Change WWW

Port maintainer (5u623l20@gmail.com) is cc'd.

Generated and tested manually, tested with stage and with RedPorts, sent with FreeBSD Port Tools 0.99_10 (mode: change, diff: SVN)
>How-To-Repeat:

Build log

https://redports.org/buildarchive/20140104085800-16445/

>Fix:

--- p5-Test-Class-Most-0.08.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 338635)
+++ Makefile	(working copy)
@@ -21,10 +21,8 @@
 USES=		perl5
 USE_PERL5=	modbuild
 
-PLIST_FILES=	%%SITE_PERL%%/Test/Class/Most.pm
+PLIST_FILES=	%%SITE_PERL%%/Test/Class/Most.pm \
+		lib/perl5/%%PERL_VER%%/man/man3/Test::Class::Most.3.gz
 PLIST_DIRSTRY=	%%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test
 
-MAN3=		Test::Class::Most.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 338635)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
 Test Perl Classes the easy way
 
-WWW:	https://github.com/Ovid/Test-Class-Most/
+WWW: http://search.cpan.org/~ovid/Test-Class-Most/
--- p5-Test-Class-Most-0.08.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?201401040913.s049D3LY009928>