ports/91329: [PATCH] math/p5-Bit-Vector: add missing dependency

Yen-Ming Lee leeym at FreeBSD.org
Thu Jan 5 02:20:12 UTC 2006


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list