Bug 178877

Summary: [patch] biology/p5-bioperl
Product: Ports & Packages Reporter: Andrej Zverev <az>
Component: Individual Port(s)Assignee: Wen Heping <wen>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch.diff none

Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-23 19:20:00 UTC
	- Avoid of using SITE_PERL
	- Remove depend on DB_File.pm since it part of perl distribution
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-23 19:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-06-07 07:51:54 UTC
Author: az
Date: Fri Jun  7 06:51:42 2013
New Revision: 320153
URL: http://svnweb.freebsd.org/changeset/ports/320153

Log:
  - Avoid of using SITE_PERL
  - Remove depend on DB_File.pm since it part of perl distribution
  
  PR:		ports/178877
  Submitted by:	az
  Approved by:	matainer (timeout)

Modified:
  head/biology/p5-bioperl/Makefile

Modified: head/biology/p5-bioperl/Makefile
==============================================================================
--- head/biology/p5-bioperl/Makefile	Fri Jun  7 06:46:14 2013	(r320152)
+++ head/biology/p5-bioperl/Makefile	Fri Jun  7 06:51:42 2013	(r320153)
@@ -13,8 +13,7 @@ DISTNAME=	BioPerl-${PORTVERSION}
 MAINTAINER=	wen@FreeBSD.org
 COMMENT=	A collection of Perl modules for bioinformatics
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \
-		${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/${PERL_PORT} \
+BUILD_DEPENDS=	p5-Text-Tabs+Wrap>=0:${PORTSDIR}/textproc/p5-Text-Tabs+Wrap \
 		p5-Bio-ASN1-EntrezGene>=0:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \
 		p5-Class-AutoClass>=0:${PORTSDIR}/devel/p5-Class-AutoClass \
 		p5-Data-Stag>=0:${PORTSDIR}/devel/p5-Data-Stag \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2013-06-07 07:52:09 UTC
State Changed
From-To: open->closed

Committed. Thanks!