From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 22 20:50:33 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0CC8D16A494 for ; Fri, 22 Dec 2006 20:50:33 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id E17D913C46A for ; Fri, 22 Dec 2006 20:50:32 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id kBMKoWnO064460 for ; Fri, 22 Dec 2006 20:50:32 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id kBMKoWVF064459; Fri, 22 Dec 2006 20:50:32 GMT (envelope-from gnats) Resent-Date: Fri, 22 Dec 2006 20:50:32 GMT Resent-Message-Id: <200612222050.kBMKoWVF064459@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Samorodov Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB0B216A415 for ; Fri, 22 Dec 2006 20:47:18 +0000 (UTC) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: from tinderbox.i386.ipt.ru (tinderbox.i386.ipt.ru [80.253.10.91]) by mx1.freebsd.org (Postfix) with ESMTP id 615E513C41A for ; Fri, 22 Dec 2006 20:47:17 +0000 (UTC) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: from tinderbox.i386.ipt.ru (localhost [127.0.0.1]) by tinderbox.i386.ipt.ru (8.13.8/8.13.8) with ESMTP id kBMKnAGv005906 for ; Fri, 22 Dec 2006 23:49:10 +0300 (MSK) (envelope-from bsam@tinderbox.i386.ipt.ru) Received: (from bsam@localhost) by tinderbox.i386.ipt.ru (8.13.8/8.13.8/Submit) id kBMKn9sE005905; Fri, 22 Dec 2006 23:49:09 +0300 (MSK) (envelope-from bsam) Message-Id: <200612222049.kBMKn9sE005905@tinderbox.i386.ipt.ru> Date: Fri, 22 Dec 2006 23:49:09 +0300 (MSK) From: Boris Samorodov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/107106: [patch] biology/gff2ps: change dependency shells/bash2 -> shells/bash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Boris Samorodov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 20:50:33 -0000 >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: