Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 00:31:10 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107113: [patch] devel/cogito: change dependency shells/bash2 -> shells/bash
Message-ID:  <200612222131.kBMLVAoX013836@tinderbox.amd64.ipt.ru>
Resent-Message-ID: <200612222150.kBMLoI5g070657@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107113
>Category:       ports
>Synopsis:       [patch] devel/cogito: 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 21:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD tinderbox.amd64.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 12:04:14 MSK 2006 bsam@tinderbox.amd64.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64

>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.

	NOTE to a committer: this PR depends on
	http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/107005
	since devel/cogito depends on textproc/xmlto and
	shells/bash2 conflicts with shells/bash.

--- cogito.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cogito/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	13 Dec 2006 12:41:22 -0000	1.5
+++ Makefile	22 Dec 2006 20:12:00 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	cogito
 PORTVERSION=	0.17.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://www.kernel.org/pub/software/scm/cogito/ \
 		http://www.uk.kernel.org/pub/software/scm/cogito/ \
@@ -21,7 +21,7 @@
 		xmlto:${PORTSDIR}/textproc/xmlto
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl
 RUN_DEPENDS=	git:${PORTSDIR}/devel/git \
-		bash:${PORTSDIR}/shells/bash2 \
+		bash:${PORTSDIR}/shells/bash \
 		rsync:${PORTSDIR}/net/rsync
 
 USE_BZIP2=	yes
--- cogito.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?200612222131.kBMLVAoX013836>