Bug 107001 - [patch] mail/spamass-rules_du_jour: change dependency shells/bash2 -> shells/bash
Summary: [patch] mail/spamass-rules_du_jour: change dependency shells/bash2 -> shells/...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Boris Samorodov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-21 12:00 UTC by Boris Samorodov
Modified: 2006-12-21 21:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2006-12-21 12:00:36 UTC
	In preparation to deprecate shells/bash2 the dependency should be
	changed to shells/bash.

Fix: - shells/bash2 -> shells/bash;
	- bump PORTREVISION (RUN_DEPENDS changes).



WBR
-- 
bsam--o0gZlnfjt8rK2hnmiY6FOcaSOcY803mPigjxKXIwspcyNuov
Content-Type: text/plain; name="spamass-rules_du_jour.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="spamass-rules_du_jour.diff"

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 \
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 12:01:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bsam

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-21 12:01:38 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 michael 2006-12-21 12:57:33 UTC
Approved!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-21 21:12:07 UTC
bsam        2006-12-21 21:12:01 UTC

  FreeBSD ports repository

  Modified files:
    mail/spamass-rules_du_jour Makefile 
  Log:
  In preparation to deprecate shells/bash2:
  - change RUN_DEPENDS: shells/bash2 -> shells/bash;
  - bump PORTREVISION.
  
  PR:             107001
  Submitted by:   bsam (me)
  Approved by:    Michael Ranner <michael at ranner.eu> (maintainer)
  
  Revision  Changes    Path
  1.7       +2 -1      ports/mail/spamass-rules_du_jour/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Boris Samorodov freebsd_committer freebsd_triage 2006-12-21 21:12:45 UTC
State Changed
From-To: feedback->closed

Committed, thanks. ;-)