svn commit: r349619 - head/mail/bsfilter

Steve Wills swills at FreeBSD.org
Sun Mar 30 13:47:40 UTC 2014


Author: swills
Date: Sun Mar 30 13:47:39 2014
New Revision: 349619
URL: http://svnweb.freebsd.org/changeset/ports/349619
QAT: https://qat.redports.org/buildarchive/r349619/

Log:
  - Include ruby_OLD_CMD so that shebangfix works properly
  - Bump PORTREVISION due to package change
  
  PR:		ports/183204
  Reported by:	Yasuhiro KIMURA <yasu at utahime.org> (maintainer, submitter)
  Pointyhat to:	swills

Modified:
  head/mail/bsfilter/Makefile

Modified: head/mail/bsfilter/Makefile
==============================================================================
--- head/mail/bsfilter/Makefile	Sun Mar 30 13:33:19 2014	(r349618)
+++ head/mail/bsfilter/Makefile	Sun Mar 30 13:47:39 2014	(r349619)
@@ -3,6 +3,7 @@
 
 PORTNAME=	bsfilter
 PORTVERSION=	1.0.19
+PORTREVISION=	1
 CATEGORIES=	mail ruby
 MASTER_SITES=	SFJP
 MASTER_SITE_SUBDIR=	bsfilter/59804
@@ -19,6 +20,7 @@ NO_BUILD=	yes
 USE_RUBY=	yes
 USES=		shebangfix
 SHEBANG_FILES=	bsfilter/bsfilter
+ruby_OLD_CMD=	/usr/bin/env ruby
 
 OPTIONS_DEFINE=	EXAMPLES MECAB
 


More information about the svn-ports-head mailing list