ports/107106: [patch] biology/gff2ps: change dependency shells/bash2 -> shells/bash

Boris Samorodov bsam at FreeBSD.org
Fri Dec 22 20:50:33 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list