ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc.
Yasuhiro KIMURA
yasu at utahime.org
Sun Mar 30 12:08:04 UTC 2014
From: swills at 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 at 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 at 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
More information about the freebsd-ports-bugs
mailing list