Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Dec 2006 02:39:00 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107001: [patch] mail/spamass-rules_du_jour: change dependency shells/bash2 -> shells/bash
Message-ID:  <200612202339.kBKNd0Hw023760@tinderbox.i386.ipt.ru>
Resent-Message-ID: <200612211200.kBLC0ao2065133@freefall.freebsd.org>

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

>Number:         107001
>Category:       ports
>Synopsis:       [patch] mail/spamass-rules_du_jour: 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 12:00:36 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:
	- shells/bash2 -> shells/bash;
	- bump PORTREVISION (RUN_DEPENDS changes).

--- spamass-rules_du_jour.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/mail/spamass-rules_du_jour/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	8 Dec 2006 22:26:56 -0000	1.6
+++ Makefile	20 Dec 2006 20:48:41 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	rules_du_jour
 PORTVERSION=	1.29b
+PORTREVISION=	1
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ranner.jawa.at/stuff/
 PKGNAMEPREFIX=	spamass-
@@ -14,7 +15,7 @@
 MAINTAINER=	mranner@inode.at
 COMMENT=	Automatic updates of custom rulesets for SpamAssassin
 
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2 \
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 				spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin
 
 OPTIONS=	ANTIDRUG "Already included in SA 3.0" off \
--- spamass-rules_du_jour.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?200612202339.kBKNd0Hw023760>