Date: Fri, 22 Dec 2006 23:49:09 +0300 (MSK) From: Boris Samorodov <bsam@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/107106: [patch] biology/gff2ps: change dependency shells/bash2 -> shells/bash Message-ID: <200612222049.kBMKn9sE005905@tinderbox.i386.ipt.ru> Resent-Message-ID: <200612222050.kBMKoWVF064459@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 107106 >Category: ports >Synopsis: [patch] biology/gff2ps: change dependency shells/bash2 -> shells/bash >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 22 20:50:32 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Boris Samorodov >Release: FreeBSD 7.0-CURRENT i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD tinderbox.i386.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 13:27:01 MSK 2006 bsam@tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: In preparation to deprecate shells/bash2 the dependency should be changed to shells/bash. >How-To-Repeat: >Fix: - change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION. --- gff2ps.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/biology/gff2ps/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 6 Oct 2006 04:12:59 -0000 1.7 +++ Makefile 22 Dec 2006 19:54:43 -0000 @@ -7,6 +7,7 @@ PORTNAME= gff2ps PORTVERSION= 0.98d +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= ftp://www1.imim.es/pub/gff_tools/gff2ps/:prog \ http://www1.imim.es/software/gfftools/gff2ps_docs/manual/:doc @@ -16,7 +17,7 @@ COMMENT= Converts gff-formated genomic data-sets to PostScript RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash GFF2PS_MAN= MANUAL_GFF2PS_v0.96.ps PATCH_WRKSRC= ${WRKDIR} --- gff2ps.diff ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612222049.kBMKn9sE005905>