Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  5 Jan 2006 10:13:43 +0800 (CST)
From:      Yen-Ming Lee <leeym@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tobez@FreeBSD.org
Subject:   ports/91329: [PATCH] math/p5-Bit-Vector: add missing dependency
Message-ID:  <20060105021343.9BCB3B29CEA@utopia.leeym.com>
Resent-Message-ID: <200601050220.k052K3iB060935@freefall.freebsd.org>

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

>Number:         91329
>Category:       ports
>Synopsis:       [PATCH] math/p5-Bit-Vector: add missing dependency
>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:   Thu Jan 05 02:20:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD Taiwan
>Environment:
System: FreeBSD utopia.leeym.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Nov 17 09:15:19 CST 2005
>Description:
- add missing dependency Carp::Clan
- bump PORTREVISION

Port maintainer (tobez@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- p5-Bit-Vector-6.4_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/p5-Bit-Vector/Makefile,v
retrieving revision 1.8
diff -u -u -r1.8 Makefile
--- Makefile	10 Jan 2005 13:46:24 -0000	1.8
+++ Makefile	5 Jan 2006 02:12:17 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	Bit-Vector
 PORTVERSION=	6.4
+PORTREVISION=	1
 CATEGORIES=	math perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Bit
@@ -15,6 +16,9 @@
 MAINTAINER=	tobez@FreeBSD.org
 COMMENT=	Library of advanced math functions that includes a Perl OO module
 
+RUN_DEPENDS=	${SITE_PERL}/Carp/Clan.pm:${PORTSDIR}/devel/p5-Carp-Clan
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
 MAN3=		Bit::Vector.3 Bit::Vector::Overload.3 Bit::Vector::String.3
--- p5-Bit-Vector-6.4_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?20060105021343.9BCB3B29CEA>