Bug 178877 - [patch] biology/p5-bioperl
Summary: [patch] biology/p5-bioperl
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-23 19:20 UTC by Andrej Zverev
Modified: 2013-06-07 08:00 UTC (History)
0 users

See Also:


Attachments
patch.diff (883 bytes, patch)
2013-05-23 19:20 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!