Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Mar 2014 21:07:27 +0900 (JST)
From:      Yasuhiro KIMURA <yasu@utahime.org>
To:        swills@FreeBSD.org
Cc:        freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org
Subject:   Re: ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc.
Message-ID:  <20140330.210727.474851027.yasu@utahime.org>
In-Reply-To: <201403300013.s2U0DrN8069678@freefall.freebsd.org>
References:  <201403300013.s2U0DrN8069678@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
From: swills@FreeBSD.org
Subject: Re: ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc.
Date: Sun, 30 Mar 2014 00:13:53 GMT

> State-Changed-Why: 
> Committed, with minor change to remove ruby_OLD_CMD. Sorry for the slow
> response and thanks for the patch!

Thank you committing, but setting ruby_OLD_CMD is necessary because
original 'bsfilter' script start with such shebang line as following:

----------------------------------------------------------------------
yasu@rolling-vm-freebsd2[36980]% head bsfilter-1.0.19/bsfilter/bsfilter
#! /usr/bin/env ruby
## -*-Ruby-*- $Id: bsfilter,v 1.87 2013/11/03 10:22:15 nabeken Exp $
## Copyright (C) 2003, 2004, 2005, 2006 NABEYA Kenichi
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##
## This program is distributed in the hope that it will be useful,
yasu@rolling-vm-freebsd2[36981]%
----------------------------------------------------------------------

Unless setting ruby_OLD_CMD to '/usr/bin/env ruby', shebang fix does
not work as is expected. So please commit it together.

Best Regards.

---
Yasuhiro KIMURA



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140330.210727.474851027.yasu>