Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2012 14:08:40 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        milki@rescomp.berkeley.edu
Subject:   ports/167150: [PATCH] misc/p5-Bot-Training: fix *_DEPENDS
Message-ID:  <3VZNm86l3mz902@sunpoet.net>
Resent-Message-ID: <201204210620.q3L6K9Xk086891@freefall.freebsd.org>

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

>Number:         167150
>Category:       ports
>Synopsis:       [PATCH] misc/p5-Bot-Training: fix *_DEPENDS
>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 Apr 21 06:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 9.0-STABLE FreeBSD 9.0-STABLE #0: Mon Mar 19 09:07:46 CST 2012
>Description:
- Fix *_DEPENDS: p5-Module-Pluggable is already in all supported Perl releases
- Bump PORTREVISION for dependency change

Port maintainer (milki@rescomp.berkeley.edu) is cc'd.

Generated with FreeBSD Port Tools 0.99_5 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- p5-Bot-Training-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/p5-Bot-Training/Makefile,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile
--- Makefile	13 Mar 2012 16:15:11 -0000	1.3
+++ Makefile	21 Apr 2012 06:09:54 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Bot-Training
 PORTVERSION=	0.04
+PORTREVISION=	1
 CATEGORIES=	misc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:AVAR
@@ -22,19 +23,16 @@
 		p5-Dir-Self>=0:${PORTSDIR}/devel/p5-Dir-Self \
 		p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \
 		p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
-		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
 		p5-Moose>=0.82:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Getopt>=0:${PORTSDIR}/devel/p5-MooseX-Getopt \
 		p5-Mouse>=0:${PORTSDIR}/devel/p5-Mouse \
 		p5-MouseX-Getopt>=0:${PORTSDIR}/devel/p5-MouseX-Getopt \
 		p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean
-
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	5.10+
 
 MAN1=	bot-training.1
-
 MAN3=	Bot::Training.3
 
 .include <bsd.port.mk>
--- p5-Bot-Training-0.04_1.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?3VZNm86l3mz902>