ports/108631: [patch] cad/qcad: change dependency shells/bash2 -> shells/bash

Boris Samorodov bsam at FreeBSD.org
Wed Jan 31 21:50:21 UTC 2007


>Number:         108631
>Category:       ports
>Synopsis:       [patch] cad/qcad: 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:   Wed Jan 31 21:50:19 GMT 2007
>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 Jan 29 02:38:41 MSK 2007 bsam at tinderbox.i386.ipt.ru:/usr/obj/usr/src/sys/GENERIC i386

>Description:
	1. In preparation to deprecate shells/bash2 all dependencies should
	be changed.
	2. Pet portlint (delete a spare line at Makefile).
>How-To-Repeat:
>Fix:
	- change BUILD_DEPENDS: shells/bash2 -> shells/bash;
	- drop a spare line at Makefile to pet portlint.

--- qcad.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/cad/qcad/Makefile,v
retrieving revision 1.45
diff -u -r1.45 Makefile
--- Makefile	3 May 2006 23:38:29 -0000	1.45
+++ Makefile	31 Jan 2007 21:44:06 -0000
@@ -8,7 +8,6 @@
 PORTNAME=	qcad
 PORTVERSION=	2.0.5.0.1
 #PORTREVISION=	1
-
 CATEGORIES=	cad
 MASTER_SITES=	http://www.ribbonsoft.com/archives/qcad/
 DISTNAME=	${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
@@ -16,7 +15,7 @@
 MAINTAINER=	mr at FreeBSD.org
 COMMENT=	Professional CAD system
 
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2 \
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		qmake:${PORTSDIR}/devel/qmake
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.1$/-1/}-community.src
--- qcad.diff ends here ---

WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list