pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/biology/bioperl Fix CHECK_INTERPRETER errors and warni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f5c570c3a2
branches:  trunk
changeset: 513917:32f5c570c3a2
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jun 05 23:34:42 2006 +0000

description:
Fix CHECK_INTERPRETER errors and warnings.  Bump PKGREVISION.

diffstat:

 biology/bioperl/Makefile |  14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 7990479721d7 -r 32f5c570c3a2 biology/bioperl/Makefile
--- a/biology/bioperl/Makefile  Mon Jun 05 23:25:43 2006 +0000
+++ b/biology/bioperl/Makefile  Mon Jun 05 23:34:42 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:01 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2006/06/05 23:34:42 minskim Exp $
 #
 
 DISTNAME=              bioperl-0.7.0
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            biology
 MASTER_SITES=          http://bioperl.org/Core/Latest/
 
@@ -10,6 +10,16 @@
 HOMEPAGE=              http://bioperl.org/
 COMMENT=               Perl tools for computational molecular biology
 
+REPLACE_PERL+=         Bio/LiveSeq/Chain.pm
+REPLACE_PERL+=         Bio/SeqIO/game/featureHandler.pm
+REPLACE_PERL+=         Bio/Tools/Blast/Run/postclient.pl
+REPLACE_PERL+=         examples/gsequence
+REPLACE_PERL+=         examples/*.pl
+REPLACE_PERL+=         examples/blast/*.pl
+REPLACE_PERL+=         examples/root_object/*.pl
+REPLACE_PERL+=         examples/root_object/vector/vector.pl
+REPLACE_PERL+=         examples/seq/*.pl
+
 PERL5_PACKLIST=                auto/Bio/.packlist
 
 post-install:



Home | Main Index | Thread Index | Old Index