Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2006 00:08:04 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107046: [patch] mail/mailscanner-devel: change dependency shells/bash2 -> shells/bash
Message-ID:  <200612212108.kBLL84ED033179@tinderbox.i386.ipt.ru>
Resent-Message-ID: <200612212140.kBLLeBqO025256@freefall.freebsd.org>

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

>Number:         107046
>Category:       ports
>Synopsis:       [patch] mail/mailscanner-devel: 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:   Thu Dec 21 21:40:11 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.

--- mailscanner-devel.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/mailscanner-devel/Makefile,v
retrieving revision 1.28
diff -u -r1.28 Makefile
--- Makefile	3 Dec 2006 12:45:54 -0000	1.28
+++ Makefile	20 Dec 2006 21:11:33 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	MailScanner
 PORTVERSION=	4.45.1
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/tar/
 PKGNAMESUFFIX=	-devel
@@ -30,7 +31,7 @@
 	${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \
 	${SITE_PERL}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib
 RUN_DEPENDS=	${BUILD_DEPENDS} \
-		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \
+		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \
 		${LOCALBASE}/bin/tnef:${PORTSDIR}/converters/tnef \
 		${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \
 		${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \
--- mailscanner-devel.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?200612212108.kBLL84ED033179>